Function fetchLearningPathElementSpecificStatus

  • fetchLearningPathElementSpecificStatus function.

    Parameters

    • courseId: string

      course id

    • lmsUserId: number
    • Optional learningElementId: number

      learning element id

    Returns Promise<LearningPathElementStatus[]>

    • returns a promise with the status of the learning element

    Remarks

    Fetches the status of a specific learning element for a student for a course. Throws an error if courseId, studentId or learningElementId are not provided

Generated using TypeDoc