[ARCHIVED] How can I copy course level grade scheme from one course to another?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
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.