list_quiz_items
List all questions in a Canvas New Quiz, displaying each item's ID, position, points, type, and content. Provide course and assignment IDs to retrieve the full quiz question list.
Instructions
List all items (questions) in a New Quiz. This is for New Quizzes only — Classic Quizzes do not have a question API in this server. Returns each item's ID, position, points, question type, and content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| course_id | Yes | Canvas course ID | |
| assignment_id | Yes | The assignment ID of the New Quiz |