calc.py
8.68 KB
-
Make numeric response handle plus sign exponential correctly · 5f95c684
NumericResponse was failing to accept as correct an answer with a plus sign in the exponential. For example: 5.0e+1 was marked as incorrect if the answer was 50. However, 5.0e1 was marked as correct. This caused confusion, since the answer shown to students included the plus sign. LMS Lighthouse [#242]
Carlos Andrés Rocha committed