Dear Inquisiters,
There is something weird happening in my script. The sequence of the experiment is supposed to be 1) consent form 2)demographics 3) instructions 4) 2 practice trials 5) end of practice, wherein participants can click on "start experiment" OR on "reinstruct", and so they are supposed to come back to the instructions (3), then practice trials again (4) and end of practice (5). To do this, I simpy added on the trial end of practice this branch:
/ branch = [if (trial.endPractice.response == "reinstruct") trial.instructions]
The problem is that this sequence works only for the first time. I 've tried to press TWICE on "reinstruct", and, while the first time everything works, the second time inquisit goes directly to the experiment, so, for example, if I want to do the practice three times, I can't.
I attached the folder with 1) the script 2) all the files needed to run it 3) the last log file at this link:
https://we.tl/t-diYlo5IyiT Anyone knows what's happening here?
Thank you so much!