Add question to New Quiz with Canvas API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2023
11:29 AM
I have successfully created a New Quiz with the Canvas API.
And I have successfully been able to apply an override.
I had to change both of those calls from the code that I was using for Classic Quizzes.
But, I have been unable to create a question for a New Quiz.
The API documentation does not show any change to the API for adding questions to a New Quiz vs. a Classic Quiz.
POST /api/v1/courses/:course_id/quizzes/:quiz_id/questions
But I get a 404.
Thanks.
Solved! Go to Solution.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2023
01:15 PM
I think I just realized the problem.
There is a New Quiz Item API call, which is what I need for creating questions for New Quizzes!