set_quiz_accommodations
Set testing accommodations like extra time and extra attempts on New Quizzes for specific students using their user IDs.
Instructions
Set testing accommodations (extra time, extra attempts) for specific students on a New Quiz. Use list_students to find student user IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| course_id | Yes | Canvas course ID | |
| student_ids | Yes | List of Canvas user IDs to accommodate | |
| assignment_id | Yes | The assignment ID of the New Quiz | |
| extra_attempts | No | Number of extra attempts to grant | |
| extra_time_seconds | No | Extra time in seconds (e.g. 600 for 10 extra minutes) |