Millisecond Forums

batch with groups

https://forums.millisecond.com/Topic31292.aspx

By anisa_khalfan - 4/10/2021

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?
By anisa_khalfan - 4/10/2021

anisa_khalfan - 4/10/2021
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?

I found this link:
https://www.millisecond.com/forums/Topic21838.aspx

Seems to be working now!