|
Group: Forum Members
Posts: 31,
Visits: 70
|
I'm having some trouble understanding the batch element, and exactly how condition assignment works in Inquisit. I want to assign participants to one of 6 conditions (using the pursuit rotor task, the difference between conditions only being how fast the circle rotates). From another post, it seems like I should do something like: <batch> / groupassignment = groupnumber / file = "Condition1.iqx" / file = "Test1.iqx" / file = "Test2.iqx" </batch> ... <batch> / groupassignment = groupnumber / file = "Condition6.iqx" / file = "Test1.iqx" / file = "Test2.iqx" </batch>
and then use the URL parameter to create 6 different URLs (with 'condition=1' through 'condition=6' at the end), but how does this assign people to the correct batch?
Is there an easier way to do this that I'm missing?
|