Discrepancy Between Course and Grading Standards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In the CD2 data I'm working with I have noticed that a course in the Courses table has a NULL value for the Grading_Standard_ID column. However, in the Grading_Standards table there is a row where the Context_ID column has the ID of the course.
Is this something that a user could have messed up? Or is Canvas not keeping the two tables in sync?
To provide some context, I have 4,072 courses where the above situation is present. This is out of a total population of 92,000 rows in the Courses table.
I also found one example where the course has a NULL value for Grading_Standard_ID and there are two rows in the Grading_Standards table that reference the course.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The checkbox on the course settings will toggle the value between null and the GRADING_STANDARD_ID
The not currently associated rows in GRADING_STANDARDS are available to be selected (workflow_state = active) but are not in use at the moment.