Hello again Dave. Hope all is well.
I'm wondering if you could offer some help on how to use the include element when I'm already running my study through a batch file. I've read the language reference, and from my conceptual understanding it seems that <include> and <batch> do basically the same thing except that one runs the files randomly, and the other sequentially (I'm sure there are other difs too). Anyways, in my study, I have videos, and want to conditionally select based on the participants' OS so that both mac and windows users can participate. I have mov and wmv video files, but am not sure where the include elements should go. Below is my batch file since my best guess would be that it would somehow go in there?
Thanks Dave!
-Libby
<batch GroupHN>/ subjects = (1 of 5)/ file = "Consent.iqx"/ file = "SoundTest.iqx"/ file = "Demographics.iqx"/ file = "Emotions1.iqx"/ file = "Stroop1.iqx"/ file = "HNvideo.iqx"/ file = "Emotions2.iqx"/ file = "Stroop2.iqx"/ file = "Part2.iqx"</batch><batch GroupLP>/ subjects = (2 of 5)/ file = "Consent.iqx"/ file = "SoundTest.iqx"/ file = "Demographics.iqx"/ file = "Emotions1.iqx"/ file = "Stroop1.iqx"/ file = "LPvideo.iqx"/ file = "Emotions2.iqx"/ file = "Stroop2.iqx"/ file = "Part2.iqx"</batch><batch GroupLN>/ subjects = (3 of 5)/ file = "Consent.iqx"/ file = "SoundTest.iqx"/ file = "Demographics.iqx"/ file = "Emotions1.iqx"/ file = "Stroop1.iqx"/ file = "LNvideo.iqx"/ file = "Emotions2.iqx"/ file = "Stroop2.iqx"/ file = "Part2.iqx"</batch><batch GroupHP>/ subjects = (4 of 5)/ file = "Consent.iqx"/ file = "SoundTest.iqx"/ file = "Demographics.iqx"/ file = "Emotions1.iqx"/ file = "Stroop1.iqx"/ file = "HPvideo.iqx"/ file = "Emotions2.iqx"/ file = "Stroop2.iqx"/ file = "Part2.iqx"</batch><batch GroupNeutral>/ subjects = (5 of 5)/ file = "Consent.iqx"/ file = "SoundTest.iqx"/ file = "Demographics.iqx"/ file = "Emotions1.iqx"/ file = "Stroop1.iqx"/ file = "Neutralvideo.iqx"/ file = "Emotions2.iqx"/ file = "Stroop2.iqx"/ file = "Part2.iqx"</batch>