Bulk edit quiz questions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It's the end of the semester and it was only just brought to my instructor and I's attentions that the students can't see quiz questions and whether or not they got them right or wrong after the fact. Is there a way to edit those settings in bulk? Just select all 42 quizzes and pick that button that lets them see their responses? that would save me hours of manually going through 3 windows for each assignment.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It's possible to bulk change settings using REST API. This API endpoint allows you to change the settings for "Classic Quizzes" https://canvas.instructure.com/doc/api/quizzes.html#method.quizzes/quizzes_api.update
You can write a program to get a list of quizzes in a course then iterate through all items and change their settings
Alternatively, if you prefer a low-code solution, please follow my instructions here to set up n8n (An open-source workflow automation tool), create a new flow then paste the attached text file to the flow.
Please note, currently, this workflow can only change settings for "Classic Quizzes".
Feel free to PM me if you needed help setting up n8n.