create_new_quiz_item
Create a quiz question in Canvas New Quizzes with support for multiple choice, true-false, essay, matching, and numeric types.
Instructions
Create an item (question) in a New Quiz (LTI). Supports 5 types: choice (MCQ), true-false, essay, matching, numeric. Canvas may rate-limit rapid sequential creates. 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 | |
| points_possible | Yes | Points awarded for a fully correct answer | |
| position | No | 1-based position in the quiz; appended if omitted | |
| item | Yes |