mitodl / mitx-grading-library

The MITx Grading Library, a python grading library for edX
https://edge.edx.org/courses/course-v1:MITx+grading-library+examples/
BSD 3-Clause "New" or "Revised" License
14 stars 9 forks source link

New comparer: apply_function_comparer #192

Closed jolyonb closed 5 years ago

jolyonb commented 5 years ago

I've run into a need to apply a function to both input and answer before comparing for equality. In my case, the functions are re and im, but I can imagine other uses too (eg, mod). This should be really straightforward to implement.