• fetchLearningPathElement function.

    Parameters

    • Optional userId: number

      user id

    • Optional lmsUserId: number

      lms user id

    • Optional studentId: number

      student id

    • Optional courseId: string

      course id

    • Optional topicId: string

      topic id

    Returns Promise<LearningPathElement>

    • returns a promise with all learning

    Remarks

    Fetches all learning elements for a student for a course and topic. Throws an error if courseId or topicId are not provided elements for a course and topic.

Generated using TypeDoc