Millisecond Forums

Repeated measures task

https://forums.millisecond.com/Topic34760.aspx

By JDYates - 9/28/2022

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>
By Dave - 9/28/2022

JDYates - 9/28/2022
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>

/sessions is only available as of Inquisit 6, it does not exist in Inquisit 5.
By JDYates - 9/28/2022

Dave - 9/28/2022
JDYates - 9/28/2022
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>

/sessions is only available as of Inquisit 6, it does not exist in Inquisit 5.

Ah okay thank you, is there another way to do multiple sessions on inquisit 5?
By Dave - 9/28/2022

JDYates - 9/28/2022
Dave - 9/28/2022
JDYates - 9/28/2022
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>

/sessions is only available as of Inquisit 6, it does not exist in Inquisit 5.

Ah okay thank you, is there another way to do multiple sessions on inquisit 5?

If none of the scripts you use rely on groupnumber for condition assignment, you can assign the batches by groupnumber and supply the groupid via URL parameter. If that's not an option because you need the groupnumber for something else, you'd have to build something using batch values and parameters, i.e. run a script that allows participants to indicate whether they're there for the 1st or 2nd session and then run the applicable set of scripts accordingly.

See this thread https://forums.millisecond.com/Topic23927.aspx , which covers both options. The context there is administering different sets of scripts based on indicated language, but the same methods apply to indicated session as well
By JDYates - 9/28/2022

Dave - 9/28/2022
JDYates - 9/28/2022
Dave - 9/28/2022
JDYates - 9/28/2022
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>

/sessions is only available as of Inquisit 6, it does not exist in Inquisit 5.

Ah okay thank you, is there another way to do multiple sessions on inquisit 5?

If none of the scripts you use rely on groupnumber for condition assignment, you can assign the batches by groupnumber and supply the groupid via URL parameter. If that's not an option because you need the groupnumber for something else, you'd have to build something using batch values and parameters, i.e. run a script that allows participants to indicate whether they're there for the 1st or 2nd session and then run the applicable set of scripts accordingly.

See this thread https://forums.millisecond.com/Topic23927.aspx , which covers both options. The context there is administering different sets of scripts based on indicated language, but the same methods apply to indicated session as well

Ah okay that's great, thanks for your help.