• fetchStudentRatingsOnTopic service

    Fetches all student ratings associated with the student and topic from the backend.

    Parameters

    • Optional studentId: number

      The id of the student

    • Optional topicId: number

      The id of the topic

    Returns Promise<StudentRating[]>

    Remarks

    Returns an empty array, if there are no ratings present. Throws an error if either studentId or topicId is empty.

Generated using TypeDoc