/check-answer
Check the correctness of an individual answer & get written feedback.
Last updated
Check the correctness of an individual answer & get written feedback.
Last updated
Note: This endpoint does not save the grade. It only checks the answer and returns written feedback.
Input Parameters
Parameter | Type | Description |
---|---|---|
Example Request
Return Value
score
: Points scored in the question.
scoreOutOf
: Maximum possible points.
percentage
: Percentage score.
feedback
: Feedback on the answer.
questionId
String
ID for the question. (Fetched from get-quiz
)
studentInput
String
or Number
The answer submitted by the student.
String
for free form questions.
Number
for index of multiple choice questions.