Score Quiz Question
score_quiz_questionScore a specific quiz question (by ID) in a Canvas submission. Automates grading of individual questions, specifying the attempt for accurate scoring, with optional feedback — for authorized grading workflows.
Instructions
Score a specific question in a quiz submission. Specify attempt to score a particular attempt (omit for latest). Requires grading permissions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| score | Yes | The score to assign | |
| attempt | No | Quiz attempt number to score (omit for latest) | |
| comment | No | Optional feedback comment | |
| quiz_id | Yes | The Canvas quiz ID | |
| course_id | Yes | The Canvas course ID | |
| question_id | Yes | The Canvas quiz question ID | |
| submission_id | Yes | The Canvas quiz submission ID |