Hi,
I saw this on the Inquisit website:
<batch>
/ groups=(1 of 2)
/ file="script1.iqx"
/ file="script2.iqx"
/ file="script3.iqx"
</batch>
<batch>
/ groups=(2 of 2)
/ file="script3.iqx"
/ file="script2.iqx"
/ file="script1.iqx"
</batch>
I am doing exactly this, in attempt to randomize the order of blocks. Right now when you run it, it goes through both batches (see every block twice).
Any idea why this is happening?