The Instructure Community will enter a read-only state on November 22, 2025 as we prepare to migrate to our new Community platform in early December.
Read our blog post for more info about this change.
Solved! Go to Solution.
The quiz assignment overrides API endpoints are read-only. To set an assignment override, even for quizzes, use the Assignments API instead. Note that when creating an override (POST), you won't include the id since there won't be one yet. The documentation explains what needs sent.
The quiz assignment overrides API endpoints are read-only. To set an assignment override, even for quizzes, use the Assignments API instead. Note that when creating an override (POST), you won't include the id since there won't be one yet. The documentation explains what needs sent.
Thanks for your quick reply! However, I'm still not able to get it working. I had previously been successful creating a batch override for assignments using:
I can't get it working for quizzes. If I try it with the same syntax, I get the error "assignment not found". I tried changing the assignment_id parameter to quiz_id but received the error message that it had to be assignment_id. I tried changing to quiz_assignment_overrides but that didn't work either. Lastly, I tried changing to quiz_overrides with quiz_id. I didn't get an error but it also didn't do anything.
Please help me! Thanks!
I figured it out. I was using the quiz_id rather than the assignment_id associated with the quiz. Thanks for the help!
Community helpTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign inTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign in
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.