Your Community is getting an upgrade!
Read about our partnership with Higher Logic and how we will build the next generation of the Instructure Community.
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
I solved this using a recommended thread:
To interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign InTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign In
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.