check_quiz_answer
Check if a student's quiz answer is correct, returning the correct answer and explanation. Use after retrieving quiz content.
Instructions
Check whether a student's answer to a quiz question is correct.
Returns: correct (bool), the right answer with its text, and an explanation. Call get_quiz_content first to see the questions and choices, then use this tool to validate the student's response. question_number and answer_number are 1-based.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| module_id | Yes | ||
| answer_number | Yes | ||
| question_number | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |