update_new_quiz
Update a Canvas New Quiz by adjusting title, instructions, points, due/unlock/lock dates, or publish status.
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 |