Using the Include element to conditionally select vids based on OS


Author
Message
LibbyLu43
LibbyLu43
Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)Expert (1.2K reputation)
Group: Forum Members
Posts: 22, Visits: 1

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>


GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Threaded View
Threaded View
LibbyLu43 - 12 Years Ago
Dave - 12 Years Ago
LibbyLu43 - 12 Years Ago
LibbyLu43 - 12 Years Ago
                     oh, and the file names for each script are
Batch: "Batch"
...
LibbyLu43 - 12 Years Ago
Dave - 12 Years Ago
                     [quote] <expt> / blocks = [1=HNm; 2=HNw] </expt>[/quote]...
Dave - 12 Years Ago
                         Ok, that makes sense.
I changed the block names to what you...
LibbyLu43 - 12 Years Ago
                             Check your scripts. The error indicates you have not renamed the...
Dave - 12 Years Ago
                             Alternatively, there may be something wrong with the /preconditions in...
Dave - 12 Years Ago
                                 That did it!!! You were correct, "windows" needed to be changed to...
LibbyLu43 - 12 Years Ago
                                     Great! Thanks for confirming that.
Dave - 12 Years Ago

Reading This Topic

Explore
Messages
Mentions
Search