Quiz Submission Events
Last updated
Was this helpful?
Last updated
Was this helpful?
POST /api/v1/courses/:course_id/quizzes/:quiz_id/submissions/:id/events
Scope: url:POST|/api/v1/courses/:course_id/quizzes/:quiz_id/submissions/:id/events
Store a set of events which were captured during a quiz taking session.
On success, the response will be 204 No Content with an empty body.
quiz_submission_events[]
Required Array
The submission events to be recorded
GET /api/v1/courses/:course_id/quizzes/:quiz_id/submissions/:id/events
Scope: url:GET|/api/v1/courses/:course_id/quizzes/:quiz_id/submissions/:id/events
Retrieve the set of events captured during a specific submission attempt.
attempt
integer
The specific submission attempt to look up the events for. If unspecified, the latest attempt will be used.
This documentation is generated directly from the Canvas LMS source code, available .