update_new_quiz
Update settings for Canvas New Quizzes, such as time limit, shuffle options, and attempt limits. For date changes, use the dedicated assignment dates tool.
Instructions
Update a New Quiz's settings (time limit, shuffle, attempts, etc.). For date changes (due_at, unlock_at, lock_at), use update_assignment_dates with the assignment_id instead — New Quizzes are assignments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Quiz title | |
| course_id | Yes | Canvas course ID | |
| published | No | Publish or unpublish | |
| max_attempts | No | Maximum number of attempts (requires multiple_attempts_enabled) | |
| assignment_id | Yes | The assignment ID of the New Quiz | |
| points_possible | No | Total point value | |
| shuffle_answers | No | Randomize answer choice order | |
| shuffle_questions | No | Randomize question order | |
| allow_backtracking | No | Allow students to go back to previous questions | |
| time_limit_seconds | No | Time limit in seconds (e.g. 3600 for 1 hour) | |
| multiple_attempts_enabled | No | Allow multiple attempts |