list_student_new_quiz_accommodations
Retrieve current New Quizzes accommodation (time multiplier or extra attempts) for a student in a course. Returns false if no accommodation is set, enabling audit before or after updating.
Instructions
Read the current course-level New Quizzes accommodation (time multiplier and/or extra attempts) for a specific student in a course. Useful for auditing before or after calling set_student_new_quiz_accommodation. Returns has_accommodation: false when no accommodation is set (Canvas 404 is treated as "no record", not an error). New Quizzes store a single course-level accommodation record per student; this is not per-quiz. For Classic Quizzes, use list_student_quiz_accommodations instead. Provide user_id as the real Canvas user ID. If CANVAS_PSEUDONYMIZE_STUDENTS is enabled, call resolve_pseudonym first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | Real Canvas user ID of the student | |
| course_id | Yes | Canvas course ID |