update_quiz_item
Modify existing New Quiz questions by updating specific fields like text, choices, or correct answer IDs. Ideal for assigning correct answers after question creation.
Instructions
Update an existing question (item) in a New Quiz. Only include fields you want to change. Commonly used after create_quiz_item to set the correct answer IDs in scoring_data once the choice IDs are known.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Question title | |
| item_id | Yes | The quiz item ID to update | |
| position | No | Position in the quiz | |
| course_id | Yes | Canvas course ID | |
| item_body | No | Question text/prompt (HTML) | |
| scoring_data | No | Updated correct answer data | |
| assignment_id | Yes | The assignment ID of the New Quiz | |
| points_possible | No | Point value | |
| feedback_neutral | No | Updated feedback text (HTML) | |
| interaction_data | No | Updated choices/answers structure | |
| interaction_type | No | Question type |