How Can I Run A Grades Report to Catch Submissions That Need to be Graded?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I'm not sure if this is available using the API or if something easier exists, but we run multiple universities/cohorts and need a fast effective way to check that all grades are posted in the GradeBooks. This currently takes hours of time using a manual grading audit and Google Sheets.
Ideally, we'd be able to quickly see what's missing so we can notify an instructor to grade the submission without going through each course and assignment individually.
Does anyone have an answer or suggestion?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The trainer should be able to access the "To Do" list from their Dashboard/Course to view outstanding submissions awaiting grading.
However, as an admin, there are 2 ways you can get this data
- Using API/GraphQL, you can get live data by course or by each trainer. I have implemented a full To Do list that our trainers can view utilising Canvas's GraphQL (https://community.canvaslms.com/t5/Canvas-Developers-Group/Custom-JS-to-display-full-sortable-To-Do-...)
- Getting a report from Canvas Data (Data will be behind by up to 48 hours), with Canvas Data you can get a list of all ungraded submissions from your Canvas instance. You can take a look at some of the reports that you can run from Canvas Data here: https://community.canvaslms.com/t5/Vocational-Ed-Training/Assessment-reporting-amp-API-Canvas/m-p/49...