Description of the problem:
I am creating a modified version of the stroop experiment. To make sure that every participant understood the instructions correctly, I want to end the “training” loop only if 10 answers in a row were correct.
I implemented the following code:
It works well offline, but nothing happens in the online version.
I appreciate every help!