Test run starting from the middle of the experiment
Hi everyone,
I am building an experiment with multiple different tasks and was wondering if there would be any way to start running an experiment from a later point than the beginning? My experiment is quite long and I am looking for a way to test run it without having to go through the entire thing each time.
Many thanks!
Comments
Hi Claudie,
Your whole experiment is contained in one sequence item, named
experimentby default. When clicking on that sequence item (just like any other sequence item), you see a list of everything (e.g. block loops), and there's the option to define run-if statements. You could just enter something like5 = 6for all the items that you don't want to run.Cheers
Josh
Hi Josh,
Sorry for late reply, your suggestion worked just fine thank you so much!