How can I copy course level grade scheme from one course to another?

Jump to solution
shane_ohara
Community Champion

Hello,

I have a relatively high-speed instructor that employs the use of multiple grade schemes in his course. He created several of his own schemes at the course level, but the copy from last semester to this upcoming semester does not contain any of them. I've tried an export of his course and they do not exist their either. Does anyone know of a way to migrate them from one semester course to another while keeping them localized to only his course? API call?

Thank you,
Shane

Labels (1)
1 Solution
garth
Community Champion

Take a look at the API call defined here:  Grading Standards - Canvas LMS REST API Documentation

Step 1:  Use the List the grading standards available in a context  API call to get the existing grading standards.

Step 2:  Use the Create a new grading standard​ API call to copy the retrieved grading standards to the new course.

Notice each API call has two versions, one to retrieve "account" level standards, and one to retrieve "course" level standards.

This should get you there.

View solution in original post