list_student_quiz_accommodations
Retrieve extra time and extra attempts for a specific student across all Classic Quizzes in a course. Use for auditing accommodations before or after setting them.
Instructions
List the current quiz accommodation (extra time and/or extra attempts) for a specific student across all Classic Quizzes in a course. Useful for auditing before or after calling set_student_quiz_accommodation. New Quizzes (quiz_type quizzes.next) are excluded. Reads extra_time / extra_attempts from each quiz's submission records (Canvas exposes no read endpoint for quiz extensions directly) — one Canvas API call per Classic Quiz, so it may be slow for courses with many quizzes. Errors from any quiz's read propagate immediately (no per-quiz error catching). 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 |