Hello!
I would like my subjects to have the possibility to repeat a trial when hitting a certain key like "space".
The branch command that i have built in below does not work. Can anyone help?
Thanks a lot!
<trial a1>
/ trialcode = "a1"
/ stimulustimes = [1=start; 801=blank; 1051=square1]
/ branch = [if (trial.a1.response = 57) trial.a1]
/ validresponse = (42,54,57)
/ correctresponse = (42)
</trial>