Update New Quiz Item
update_new_quiz_itemUpdate a specific question in a New Quiz by supplying only the fields to change—supports choice, true-false, essay, matching, and numeric types, plus position and points.
Instructions
Update an existing item (question) in a New Quiz (LTI). All fields are optional; supply only what changes. Canvas may rate-limit rapid sequential updates. Call serially (not in parallel). For >50 items, chunk and pause between batches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item | No | ||
| item_id | Yes | The New Quiz item ID (string, not numeric) | |
| position | No | Updated 1-based position | |
| course_id | Yes | The Canvas course ID | |
| assignment_id | Yes | The assignment ID of the New Quiz | |
| points_possible | No | Updated point value |