Hello guys,
I am having trouble with getting all my experiments to be balanced between subjects.
I am planning on utilizing Query Parameter for MTurk, and embedding the query parameter to the end of the Qualtrics survey URL, which should work to keep track of participants when they are redirected to the Qualtrics survey after the experiment. I am also planning on utilizing "Sequential" for how group ID should be determined (7 groups total), to keep things balanced there. These two conditions make sense, and I believe they will work.
However...
I ran this batch file to run 7 conditions, but the last condition "example7.iqx", is not being ran at all... What am I doing wrong?
<batch>
/ groupassignment = random
/ subjects = (1 of 7)
/ file="example1.iqx"
</batch>
<batch>
/ groupassignment = random
/ subjects = (2 of 7)
/ file="example2.iqx"
</batch>
<batch>
/ groupassignment = random
/ subjects = (3 of 7)
/ file="example3.iqx"
</batch>
<batch>
/ groupassignment = random
/ subjects = (4 of 7)
/ file="example4.iqx"
</batch>
<batch>
/ groupassignment = random
/ subjects = (5 of 7)
/ file="example5.iqx"
</batch>
<batch>
/ groupassignment = random
/ subjects = (6 of 7)
/ file="example6.iqx"
</batch>
<batch>
/ groupassignment = random
/ subjects = (7 of 7)
/ file="example7.iqx"
</batch>