Create New Quiz
create_new_quizCreate a new LTI quiz in a Canvas course by providing the course ID and title. Set due dates, points, instructions, and publish status to make the quiz available to students.
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 |
|---|---|---|---|
| title | Yes | Title of the quiz | |
| due_at | No | ISO-8601 due date | |
| lock_at | No | ISO-8601 lock time | |
| course_id | Yes | The Canvas course ID | |
| published | No | Whether the quiz is visible to students | |
| unlock_at | No | ISO-8601 unlock time | |
| instructions | No | HTML instructions shown before the quiz starts | |
| points_possible | No | Total points; defaults to sum of item points |