google-code-export / edcodeorg

Automatically exported from code.google.com/p/edcodeorg
1 stars 1 forks source link

Fractions handled improperly #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
For example 4/9 entered in a form (as a fraction) becomes 4/9/2012 in the 
spreadsheet.  When flubaroo reads the answers it marks it wrong, even when 
graded against the answer key which was entered as 4/9 but now appears as 
4/9/2012, which is the same as the students. 

The approach to fixing this needs to be to undo the date formatting in the cell 
(e.g. change it to String) before attempting to grade, if the cell is formatted 
as a Date.

Original issue reported on code.google.com by d...@edcode.org on 21 Dec 2012 at 6:07

GoogleCodeExporter commented 9 years ago

Original comment by d...@edcode.org on 21 Dec 2012 at 6:12