Found this content helpful? Log in or sign up to leave a like!
Canvas LMS API for New Quizzes - points_possible endpoint
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I desperately need a bulk editor for New Quizzes. I'm working on creating one that works with Google Sheets. However, I have not been able to figure out how to get the New Quizzes points_possible for each quiz. I can easily get the assignment points_possible, but New Quizzes has it's own points data and the two points_possible values don't match for me because I originally imported them as practice quizzes which have an assignment point total of 0. I want to fix that. In Google sheets, it would be easy to copy the New Quizzes points_possible and paste to the associated assignment points_possible, but so far I'm hitting a roadblock.
The only approach I can think of is to first retrieve the list of assignments which are actually New Quizzes. Then open each one and retrieve the items. Then go through each item and get the points_possible and sum them up.
I already have the assignment IDs correctly written in Google Sheets, so it's a matter of getting the New Quiz data.
Step 1: