My use case is to search a list courses that contain Classic Quizzes and to list any Quizzes that have "shuffle_answers":true and that contain one or more questions that have "All of the above" as a answer or distractor.
Unfortunately we have thousands of quizzes and most probably 1-2 % would fall into this category. 😞
Being able to filter out a list of all quizzes with "shuffle_answers":true would be a start but I can't work out a smart way to then search the questions in the quizzes for "All of the above" or "Both A & D" or "None of the above" type distractors.
I am hoping that I don't have to write a AHK script to do this.
I would like a Python Script to do this if at all possible.
The answer to this question may hold some clues.
https://community.canvaslms.com/t5/Canvas-Developers-Group/Listing-all-question-groups-in-a-quiz/m-p/208371#M5666