Temez1 / mathflow

Intelligent tutoring system for math
https://mathflow-45dc3.firebaseapp.com/
4 stars 0 forks source link

Refactor answer evaluator to use canonical form #59

Closed Temez1 closed 3 years ago

Temez1 commented 3 years ago

The symbolic answers shouldn't be dependent on in which order they are input.

Using cortex compute engine parse we can transform latex to MathJSON and then format them to be in the same order.

This way we can compare the students' answers and the right answer, without caring about the semantic order of answers.