I have to call it. I spent the better part of the day looking for an activity that checks area, but all the graphs I can find are static. Or, the graph can be manipulated, but the check happens when the graph is moved in a certain way. I want to take graphs like these and have the students be able to check the area each time they change the graph.
This was the best I could come up with, but I am embarrassed it shows how little I have been able to figure out.
in = input
value = numericValue("${graph.number(“A_{rea}”)}")
content:
when in.timeSinceSubmit() > 0 “${result}\n\n\Change the graph to try another.” otherwise “Find the area of the triangle.”
result = when in.lastValue(“correct”) = 1 “Correct!” otherwise “Hm. Try again.”