Hello @g_shipman
Thanks for posting in the Community.
You could look at this data in the API. This does have to be done per course however. When looking at the quizzes in the API, we would want to look at the quiz[quiz_type]
Allowed values:practice_quiz, assignment, graded_survey, survey
https://canvas.instructure.com/doc/api/quizzes.html#method.quizzes/quizzes_api.index
From there, you can generate a CSV from those entries and filter to see which quiz types are being used. I looked in the Community and was seeing if anyone had created anything custom to generate this data from Canvas and was not seeing anything specifically, although there could be some custom way of generating this through the API. Sometimes the Customer Success Managers can assist with generating custom reports like this. If you haven't you could reach out to them asking about this.
Hope this helps!
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.