I am having trouble with conditional branching in my experiment.
I want it so that there is training to criterion on a particular block, i.e. the block keeps running until a criterion is met (32/36 trials correct) with a maximum of say 6 blocks.
This is the syntax I’ve been using but it just doesn’t seem to work (the block keeps running in a loop, rather than skipping ahead when the number after the ‘>’ is reached - in this case '1' but the number doesn't seem to make a difference):
This is what I am copying from the help manual, but it doesn’t work:
Any advice on how to get this working would be greatly appreciated. I'm guessing it isn't too complicated, I must just be missing something.