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?

Jump to solution
brandon42
Community Explorer

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!

Labels (1)
0 Likes
1 Solution
Gabriel33
Community Participant

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.

View solution in original post