Assessing correctness from a graph

I found this desmos that I like, but I want to add more

https://teacher.desmos.com/activitybuilder/custom/5e541e3e2ca1bd7283b66afd

I would like to find a way such that when a student correctly shows the congruent angles, the note will change to say “correct”.

I was trying to figure out how to adapt my code for function inputs, but I was confused. Any help would be greatly appreciated.

In the note component on screen 1, you can change it so that the only line above the content sink is
correct = when graph111.number("I_3")=1 or graph111.number("I_5")=1 or graph111.number("I_7")=1 "Correct" otherwise "Not there yet, keep working"

I found the values of I_3, I_5, and I_7 by playing with the calculator.

1 Like

Perfect! thank you for your help