get_new_quiz_item
Retrieve a specific question (item) from a New Quiz in Canvas using its item ID. Requires course ID, assignment ID, and item ID.
Instructions
Get a single item (question) from a New Quiz (LTI) by item ID.
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) |