Found this content helpful? Log in or sign up to leave a like!
Mapping Canvas Student Number (e.g. Student 1, Student 2) to submitted papers in SpeedGrader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi. I am supporting a colleague who did marking based on the descriptors in speedgrader (Student 1, Student 2). When they deanonymised they found it impossible to link their comments to the students. According to them, the script corresponding to "Student 1" is now no longer the first script in SpeedGrader. I believe they did things this way because they needed to send some scripts to an external examiner, and this seemed the best way to do it. I've downloaded submissions data via the API (endpoint /api/v1/courses/{course_id}/assignments/{assignment_id}/submissions). Can I be certain that this preserves the original Student 1, Student 2 order? Can I reconstruct the Student 1, Student 2 order from the time submitted?
Thanks
JSON shown below...
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am not sure I understand the problem. You don't need to rely on the order to deanonymize.
"user_id": XXXX should match to the student name by calling GET /api/v1/users/:user_id/profile or, if you have only course level permissions, GET /api/v1/courses/:course_id/users/:id