• fetchLearningPathElementStatus function.

    Parameters

    • Optional courseId: string

      The course's id

    • Optional studentId: number

      The student's id

    • Optional learningElementId: number

    Returns Promise<LearningPathElementStatus[]>

    • returns a promise with all learning element statuses

    Remarks

    Fetches the status of all learning elements for a student for a course. Throws an error if courseId or studentId are not provided.

Generated using TypeDoc