You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bugzilla bug report #4777 (see pull request 1083) reports a bug when MathQuill deals with compound units e.g. degC/min
In this case MathQuill changes degC to a unicode "degree Celsius" symbol and that, combined with the division symbol, seems to break the answer checker. I partly fixed the problem by making "degC" and "min" into MathObject variables so that entering degC/min using MathQuill's text mode works, but it requires text mode. This seems clunky.
There doesn't seem to be a way to fix this by using the macro parserNumberWithUnits.pl because that macro requires a number with units, and this problem asks only for the units.
The text was updated successfully, but these errors were encountered:
bugzilla bug report #4777 (see pull request 1083) reports a bug when MathQuill deals with compound units e.g. degC/min
In this case MathQuill changes degC to a unicode "degree Celsius" symbol and that, combined with the division symbol, seems to break the answer checker. I partly fixed the problem by making "degC" and "min" into MathObject variables so that entering degC/min using MathQuill's text mode works, but it requires text mode. This seems clunky.
There doesn't seem to be a way to fix this by using the macro parserNumberWithUnits.pl because that macro requires a number with units, and this problem asks only for the units.
The text was updated successfully, but these errors were encountered: