Found this content helpful? Log in or sign up to leave a like!
Does Canvas API provide an endpoint to get all quiz question groups?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi everyone,
I'm currently working with the Canvas API and I found the Get a single quiz question group endpoint.
However, I couldn't find an endpoint that returns all question groups for a specific quiz. Does the Canvas API support fetching all question groups for a quiz in a single request? Or do we have to keep track of each group ID and call them individually?
Thanks in advance for any insights!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There does not seem to be a way to get all question groups directly.
My workaround for that is to manually add a single question to each question group, then I can use the API to get all quiz questions, which gives me the IDs of the groups the questions belong to.