Update New Quiz
update_new_quizUpdate an existing New Quiz in Canvas by modifying its title, due/lock/unlock times, points, instructions, and visibility.
Instructions
Update an existing New Quiz (LTI) in a Canvas course.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Title of the quiz | |
| due_at | No | ISO-8601 due date (null to clear) | |
| lock_at | No | ISO-8601 lock time (null to clear) | |
| course_id | Yes | The Canvas course ID | |
| published | No | Whether the quiz is visible to students | |
| unlock_at | No | ISO-8601 unlock time (null to clear) | |
| instructions | No | HTML instructions shown before the quiz starts | |
| assignment_id | Yes | The assignment ID of the New Quiz | |
| points_possible | No | Total points |