Reset the button

in the linked screen i would like the [check] button will reset when the student change focus to the OrderList. i.e. student will have to press the button in order to figure out if the order is correct.
Reset check button
thanks

One way is to build a string based on the order of the answers, and to use that string in the resetOnChange sink in the button. Then, in the graph, you want to check that timeSincePress > 0 instead of number of button presses, since pressCount does not reset, but timeSincePress does.

thank you very much with the idea how to build the “resetonchange” string.