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.