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.
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.