Submit quiz answers for grading
submit_quiz_answersGrade a quiz attempt server-side. Returns per-question verdicts with explanations and the overall score. Call once the user has answered (fully or partially).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| answers | Yes | Map of question id → chosen option letter, e.g. {"<qid>": "B"} | |
| quiz_id | Yes | quiz_id from start_practice_quiz |