CodeGrade / bottlenose

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

Grade spreadsheet is currently untested #133

Open blerner opened 5 years ago

blerner commented 5 years ago

A nasty little bug appeared today in grade spreadsheets, such that Questions assignments reported the wrong scores and students got lower grades than they should. This is quite worrisome... We need test coverage of this spreadsheet export. Fortunately, the spreadsheet has an intermediate data representation (Sheets and Cols and Formulas and Cells and Ranges and CellRefs etc) so we might be able to test this directly.