• postCalculateLearningPathILS function.

    Parameters

    • Optional userId: number

      user id

    • Optional lmsUserId: number

      lms user id

    Returns Promise<LearningPathBasedOn[]>

    • returns a promise with the learning path

    Remarks

    Sends a request to the backend to calculate the learning path for a student for a course. Throws an error if userId or lmsUserId is not provided.

Generated using TypeDoc