A question asks for the coordinates of a point or to enter NONE if it does not exist. Context("Point") is used, but the answer is defined to be $ans = Compute("none"), just below it.
If the student enters "None" they are fine, but if they incorrectly enter the coordinates of a point, the feedback they are given is:
"Your answer isn't a number (it looks like a point)"
But this is crazy since they were asked to enter a point, and not a number. A number was not even an option.
I tried to add None as an answer to the Point context, but it gave me an error saying that string None already exists.
Any insights on this issue? It seems pretty common, so I must just be missing it in the documentation.
Thanks!
Paul