Found this content helpful? Log in or sign up to leave a like!

Issue with Get all quiz submission questions When "One Question at a Time" is Enabled

brandon42
Community Explorer

Hello Canvas Community,

I’m experiencing an issue with the Canvas LMS API when retrieving quiz submission questions. Normally, the API request to: 

GET /api/v1/quiz_submissions/:quiz_submission_id/questions

 

works correctly and returns the submission questions. However, once the quiz is set to "One Question at a Time", the API response changes to:

Response : 

{ "status": "unauthorized", "message": "Cannot receive one question at a time questions in the API" }
 
 

Labels (3)
0 Likes