• postCalculateRating serivce

    Post a request to calculate new ratings of the student and the learning element.

    Parameters

    • Optional userId: number

      The id of the user

    • Optional courseId: string

      The id of the course

    • Optional topicId: string

      The id of the topic

    • Optional learningElementId: number

      The id of the learning element

    Returns Promise<{
        learningElementRating: LearningElementRating;
        studentRating: StudentRating;
    }>

    Remarks

    Return an object containing the new rating of the student and the learning element.

Generated using TypeDoc