ubccapico / peer-review-averages

Averages the peer review scores taken from a rubric of an assignment submission for all students and uploads the average score into Canvas Gradebook
MIT License
1 stars 1 forks source link

Duplicate or old peer reviews #2

Open barishgolland opened 5 years ago

barishgolland commented 5 years ago

Script gets all peer reviews, regardless of them being the most updated ones for the current assignment or whether it's an older peer review from a previous assignment.

Need a way to separate old and new peer reviews. Or just extract latest peer reviews.

Problem can effect peer review averaging and cause errors.

JeremyH011 commented 5 years ago

Possible fix deployed in 'Adding-Names' branch, ready for testing. Merge dataframe based only on those associated with the given assignment.