Repeated measures task


Author
Message
JDYates
JDYates
Associate Member (233 reputation)Associate Member (233 reputation)Associate Member (233 reputation)Associate Member (233 reputation)Associate Member (233 reputation)Associate Member (233 reputation)Associate Member (233 reputation)Associate Member (233 reputation)Associate Member (233 reputation)
Group: Forum Members
Posts: 18, Visits: 47
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>

Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 12K, Visits: 98K
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.
JDYates
JDYates
Associate Member (233 reputation)Associate Member (233 reputation)Associate Member (233 reputation)Associate Member (233 reputation)Associate Member (233 reputation)Associate Member (233 reputation)Associate Member (233 reputation)Associate Member (233 reputation)Associate Member (233 reputation)
Group: Forum Members
Posts: 18, Visits: 47
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?
Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 12K, Visits: 98K
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

Edited 2 Years Ago by Dave
JDYates
JDYates
Associate Member (233 reputation)Associate Member (233 reputation)Associate Member (233 reputation)Associate Member (233 reputation)Associate Member (233 reputation)Associate Member (233 reputation)Associate Member (233 reputation)Associate Member (233 reputation)Associate Member (233 reputation)
Group: Forum Members
Posts: 18, Visits: 47
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.

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Explore
Messages
Mentions
Search