/get-grades
Retrieve the graded results for a specific quiz by ID. Filter by student using a primaryKey.
Last updated
Retrieve the graded results for a specific quiz by ID. Filter by student using a primaryKey.
Last updated
Input Parameters
Parameter | Type | Description |
---|---|---|
Example Request
Example Return Value
Returns a list of quiz submissions.
primaryKey
: The primary key for the student.
score
: Total points scored.
scoreOutOf
: Maximum possible points.
createdAt
: Date when the student submitted the quiz.
corrections
: An array of corrections for each question.
Note: if no primaryKey
is passed, we will fetch ALL submissions for this quiz.
quizId
String
The unique identifier for the quiz.
primaryKey
String
The primary key for the student. Optional: if no PK is passed, we will fetch ALL submissions for this quiz.