Grading script written in R with test data
R
Switch branches/tags
Nothing to show
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
LICENSE
README.md
grader.R
test-grades.csv

README.md

gradr

Grading script written in R with test grade data

TODO

Fix weighted grades when extra credit assignments are used. Currently extra credit has it's own assignment type, and this creates problems. By putting extra credit assignments in existing assignment type sections, we can avoid dividing by zero and getting an infinity result.