get_quiz_submission_events
Retrieve the chronological event log for a Classic Quiz submission, including session starts, question answers, flags, and page focus changes, to understand a student's attempt timeline.
Instructions
Get the event log for a Classic Quiz submission in chronological order. Events include session_started, question_answered, question_flagged, page_blurred, and page_focused. Use this to understand the timeline of a student's attempt. Classic Quizzes only — New Quizzes does not expose event logs via the Canvas REST API. Events are scoped to a single submission; Canvas enforces access permissions (instructors and the submitting student only). Do not use event logs as the sole basis for academic-integrity conclusions; present them with context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| attempt | No | Attempt number (1-based). Omit for the most recent attempt. | |
| quiz_id | Yes | The Canvas quiz ID (Classic Quizzes only) | |
| course_id | Yes | The Canvas course ID | |
| submission_id | Yes | The quiz submission ID |