Gettng whether a student is currently taking any quizzes through the api
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2024
05:14 PM
I'm trying to find a way through the API to figure out if a student is currently engaged in taking a quiz. Any quiz, not just a specific one. Is there a way to do that?
Solved! Go to Solution.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2024
11:33 AM
I believe the endpoint Get Quiz Submission (in the Quiz Submissions API) is what you're looking for... https://canvas.instructure.com/doc/api/quiz_submissions.html#method.quizzes/quiz_submissions_api.sub...
The workflow_state in the response will tell you the current state of the submission.