CodeGrade / bottlenose

CS assignment / grade mangement system
GNU Affero General Public License v3.0
38 stars 21 forks source link

Exams with extra-credit questions don't display correctly online #153

Closed blerner closed 5 years ago

blerner commented 5 years ago

Not quite the same as #12. If an exam has an extra credit question, and a student gets a perfect score, they might earn e.g. a 53/50. But Submission#compute_grade! clamps the grade unless it knows that the grader itself is extra-credit-worthy. So the student will see a 100% as their grade. The grade spreadsheet correctly reports 106% (thanks to fixing #12), though...