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" }