Here is the code on my “Math Response” (has a title of SOLUTION):
p = parseOrderedPair(SOLUTION.latex)
sol_x = numericValue(p.x)
sol_y = numericValue(p.y)
check=sol_x=9 and sol_y=49
correct: check
The above code correctly shows a checkmark in the Dashboard.
I know to let the students know if they are correct or not, I have to now have a “Note” with some code in it. I’ve searched this forum and can’t get anything to work. Anyone have a suggestion to make this happen?