/check-answer
Check the correctness of an individual answer & get written feedback.
Note: This endpoint does not save the grade. It only checks the answer and returns written feedback.
Input Parameters
Parameter
Type
Description
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.
Example Request
Return Value
score
: Points scored in the question.scoreOutOf
: Maximum possible points.percentage
: Percentage score.feedback
: Feedback on the answer.
Last updated