Group: Forum Members
Posts: 18,
Visits: 64
|
Hi all,
I have a question in Inquisit 5.
I would like to choose 2 random batches from total 6, but if you see the below code, it shows 2 random studies, but those 2 studies stick together ((1),(2) / (3),(4) / (5),(6)).
How can I randomize them and choose 2 batches? Any help for what to try is greatly appreciated!
<batch> / file = "Intro.iqx" </batch>
// IAT <batch> /subjects = (1 of 3) /groupassignment = random /file = "New_IAT(1).iqx" </batch>
<batch> /subjects = (1 of 3) /groupassignment = random /file = "New_IAT(2).iqx" </batch>
<batch> /subjects = (2 of 3) /groupassignment = random /file = "New_IAT(3).iqx" </batch>
<batch> /subjects = (2 of 3) /groupassignment = random /file = "New_IAT(4).iqx" </batch>
<batch> /subjects = (3 of 3) /groupassignment = random /file = "New_IAT(5).iqx" </batch>
<batch> /subjects = (3 of 3) /groupassignment = random /file = "New_IAT(6).iqx" </batch>
|