stop the experiment at a specific time and log data
I try to prepare an operation span task, and in this task according to subject's responses the experiment will continue or stop at a specific time. How can I stop at this time the experiment and record data until this time?
Comments
Hi Eda,
You could use the break-if section under advanced options in your
loop. Here you could state that the loop should exit whenever a certain duration has passed. There are some threads on the forum how to do this, for example here:Good luck,
Laurent