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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2025
05:18 AM
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" }