Get quiz override for student
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I'm researching a way to get a quiz assignment override for a certain user through the quiz APIs. I'm trying to use the
get /v1/courses/{course_id}/quizzes/assignment_overrides
API endpoint. When looking through the data, I see the dates that I set up for this override but I don't see the user id for the student that I assigned to this override. Does anybody know where I can get that user id for this override? Or if they have done this already, share your experience on solving this issue.
Thank you,
Shawn Geller
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @srg25,
It looks to me like those quiz endpoints return data that applies to the user calling the API, so you'd need to be active as a specific user to get their individual override info using those calls. The more generic Assignment Overrides API may be the endpoint you want to use instead, as it does return the overrides with a list of users, groups, and./or sections the override applies to (example test screenshot shown here).
-Chris