Function fetchLearningPathElementSpecificStatus

  • fetchLearningPathElementSpecificStatus function.

    Parameters

    • Optional courseId: string

      course id

    • Optional studentId: number

      student id

    • 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