Divided Visual Field Experiment
Hello! I followed the tutorials to design a speech production experiment using the DVF paradigm. I had initially added two components to the experiment - a practice session and the main experiment. Since the update, I cannot seem to get these files to run in that order.
Open Sesame either runs the practice session in loops, without the experiment coming to an end, or it runs the main experiment without the practice loop.
I would like to know how I can stop the multiple repetition of the loops. I have already set it to 1 cycle each.
Best,
Abhilasha
Comments
Hi @abhilasha ,
Could you attach the experiment file here, or a simplified example that shows the issue?
— Sebastiaan
Check out SigmundAI.eu for our OpenSesame AI assistant!
here's the experiment
Hi,
I see 2 things, whether they solve your problem, I can't tell for sure. First, you should not define the same variable
practicein nested loops. Define it only once at the top level (in your case in the loop table ofpractice_loopandexperimental_loop). Second, define it for all rows in your loop table, not just the first (in case you have multiple rows).Hope this helps,
Eduard