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