/submit-quiz
Submit all answers for a quiz, saving the data and grading the submission.
Input Parameters
Parameter
Type
Description
quizId
String
The unique identifier for the quiz.
primaryKey
String
The primary key for the student. Optional: If no PK then the submission will not be saved. Request will just return the graded submission.
studentInput
Array of Strings
or Numbers
The answers submitted by the student.
String
for free form questions.
Number
for index of multiple choice questions.
Example Request
Return Value
score
: Total points scored.scoreOutOf
: Maximum possible points.percentage
: Percentage score.
Last updated