CSCI128 / 101GradingScript

Script designed to move grades between Gradescope and Canvas
https://gradingscript.trihardstudios.com/#/
0 stars 0 forks source link

[ENHANCEMENT] Runestone grading support #56

Closed ezrichards closed 1 year ago

ezrichards commented 1 year ago

Description

We need Runestone autograding + export to Canvas support.

Issue

Attached is an example (with some info redacted) of a Runestone grade book exported as a CSV. On the admin end of Runestone, we could also export by assignment if that's easier on this end of things.

Acceptance Criteria

mines_csstem_Gradebook-1686351703163.csv

gregbell26 commented 1 year ago
image

Need to investigate single assignment export rather than full export

ezrichards commented 1 year ago

Right, so I just tried this. Apparently it only filters on the visual side of things on the site, and doesn't modify the exported csv..which just looks like the aforementioned one anyways.

Is this detrimental to the grading system? We could (albeit rather tediously) clean the .csv of all assignments other than the current one being graded.

gregbell26 commented 1 year ago

It will be fine i think - we will just need another menu to select which week we are actively grading.

From there it will be easy peasy as Pandas allows very easy manipulation of columns.