Files
edx-platform/lms/lib
Will Daly 862ce67bfc Fixed a bug in symmath_check(): one of the if statements
evaluated bool(ans), which is False when ans=0.
This led to an error message "[symmath_check] failed to get MathML for
input; dynamath=[None]" when the function reached a later condition.
The check that evaluated  bool(ans) was redundant, so I removed it.
2013-02-25 10:59:33 -05:00
..
2013-02-06 11:13:50 -05:00
2012-07-23 14:44:40 -04:00