Group: Forum Members
Posts: 20,
Visits: 53
|
Hi, I'm making an experiment with 2 repeated measures conditions so I want 2 sessions in the batch file but "/ sessions" from what I've read elsewhere doesn't seem to be recognised. Any help would be great thanks. The script is below
<batch> / sessions = (1 of 2) / file = "Demographic.iqx" / file = "CCT.iqx" / file = "audit.iqx" / file = "BIS.iqx" / file = "M-DMQ-R.iqx" / file = "Pause.iqx" / file = "digit_low_effort.iqx" / file = "Pause.iqx" / file = "CCT.iqx" </batch>
<batch> / sessions = (2 of 2) / file = "Demographic.iqx" / file = "CCT.iqx" / file = "audit.iqx" / file = "BIS.iqx" / file = "M-DMQ-R.iqx" / file = "Pause.iqx" / file = "digit_low_effort.iqx" / file = "Pause.iqx" / file = "CCT.iqx" </batch>
|