Add question to New Quiz with Canvas API

Jump to solution
downing
Community Explorer

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.

0 Likes
1 Solution
downing
Community Explorer
Author

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!

View solution in original post

0 Likes