oppia / oppia-android

A free, online & offline learning platform to make quality education accessible for all.
https://www.oppia.org
Apache License 2.0
320 stars 520 forks source link

Verify that number with units classification is correct #209

Open BenHenning opened 5 years ago

BenHenning commented 5 years ago

Numbers with unit classification involves converting the answer an input to a Mathjs-compatible string, then parsing it back into an actual object for comparison. It's not clear why this is necessary. We should figure out if it is, and adjust the number-with-units classification in the Android app as necessary.

BenHenning commented 5 years ago

This may also include translating certain units for normalization (e.g. cm -> centimeters).