Group: Forum Members
Posts: 5,
Visits: 17
|
I have a study in which I want to exclude people who answer a specific way to a demographic question. I have successfully done this in that specific script (DemoTrial.iqx below). However, my study is comprised of 5 different scripts, which I have glued together using the batch function (see below). Is there a way to apply the skip function so that it carries through to the other scripts? Specifically, how do I make people who I don't want to continue onto the rest of the study be excluded after the first script? I'm not sure what other details to give, but I can supply any information that would help lead to a solution.
Thanks in advance for any help!
<batch> / subjects = (1 of 24) / groupassignment = groupnumber / file = "DemoTrial.iqx" / file = "RaceIAT.iqx" / file = "MRS.iqx" / file = "RWA.iqx" / file = "SDO.iqx" </batch>
|