Gettng whether a student is currently taking any quizzes through the api

Jump to solution
KYLEYANCEY
Community Member

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?

Labels (3)
0 Likes
1 Solution
MarilouLandes
Community Explorer

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.

View solution in original post

0 Likes