update_new_quiz_item
Update a New Quiz question with partial fields; only send changed values. Avoid rate limits by calling serially with pauses for batches.
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 |
|---|---|---|---|
| course_id | Yes | The Canvas course ID | |
| assignment_id | Yes | The assignment ID of the New Quiz | |
| item_id | Yes | The New Quiz item ID (string, not numeric) | |
| points_possible | No | Updated point value | |
| position | No | Updated 1-based position | |
| item | No |