create_new_quiz
Create a New Quiz (LTI) in a Canvas course with configurable title, instructions, points, due dates, and publishing status.
Instructions
Create a New Quiz (LTI) in a Canvas course. New Quizzes is the modern quiz engine; for Classic quizzes use create_quiz.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| course_id | Yes | The Canvas course ID | |
| title | Yes | Title of the quiz | |
| instructions | No | HTML instructions shown before the quiz starts | |
| points_possible | No | Total points; defaults to sum of item points | |
| due_at | No | ISO-8601 due date | |
| unlock_at | No | ISO-8601 unlock time | |
| lock_at | No | ISO-8601 lock time | |
| published | No | Whether the quiz is visible to students |