Get student question answers submitted via API

Jump to solution
ear15002
Community Novice

How do I get the answers and scores for individual questions on a quiz submissions? The Quiz Submission Question category claims to do this, but all I get is a slight variation of the Quiz Question Object. I know that it is all still under beta, but is there another way to get the individual question answers?

Labels (1)
1 Solution
muh
Community Contributor

This API should be called (Quiz Submission Events - Canvas LMS REST API Documentation ) in your case. Then just loop through all the quiz_submission_ids, you should get what you want :-).

View solution in original post