Group: Forum Members
Posts: 2,
Visits: 5
|
Hello,
I am working on a research structure that have made a button/ key to stop the task and go to next task in a batch
The batch is divided into 2 sessions, because we want one of them to be the last task
However, when I test running the stop function, I can stop the current task and go to next task in the same session.
But when I stop the last task in the first session, it does not run the second session
i.e. (with script)
<batch> / sessions = (1 of 2) / file = "stroopwithcontrolkeyboard.iqx" / file = "gameofdicetask.iqx" / file = "dpdt.iqx" / file = "trailmakingtest.iqx" / selectionmode = random </batch>
<batch> / sessions = (2 of 2) / file = "bart.iqx" </batch>
Let's say I run the Stroop task in the last part of the session 1, when I quit it it does not run the BART.
How can it be fixed?
|