Hi folks,
I'm trying to work with all the items in a course's New Quizzes, but I can't get
the new endpoint to work for me.
The issue may be that I am using the canvasapi python library for authentication and most of my work, including fetching all the quizzes, but that library doesn't have an endpoint for the New Quiz Items, so I am using the requests libary for that.
But even when I use the pre-authenticated browser inspect console to call
GET /api/quiz/v1/courses/:course_id/quizzes/:assignment_id/items
I just get an empty set response "[ ]", even when I know the New Quiz has dozens of questions.
Has anyone had experience pulling info about New Quizzes using Canvas API?
We're trying to get a sense of how much our faculty uses Classic vs. New Quizzes and how they use Canvas in general.
Thanks so much!
Ken