[ARCHIVED] Fetching all Peer Review grades using API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, everyone.
I am an instructor and I am trying to use R to programatically fetch all grades from peer reviews. What we want to do in our course is give students two grades from peer reviews:
1) The median grade given to them by 4 peers (50%)
2) The grade of their own peer reviews, calculated by how close they are to the median of each of their 4 reviewees (50%)
Canvas does not offer this type of grading, so we wanted to fetch all the peer review grades, calculate the scres manually, and then push them to canvas.
I have succeeded in connecting to the API and running some fetches such as
"haskoliislands.instructure.com/api/v1/courses/2030/assignments/16899/peer_reviews?access_token=MYTOKEN&include[]=submission_comments&include[]=user"
This does not give me the peer review grades. Is there any way to do what I want to do?
Regards,
Brynjólfur Gauti Jónsson
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.