Millisecond Forums

Batch script work on desktop but will not work as a web script

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

By debbielee - 2/10/2016

I have batched together three IATs in order for them to be presented in random order to participants.  This works perfectly when running on my desktop (either manually or through Monkey) but it will not run as a web script.  I have not received any error messages but when I click on the link, the page only partially loads (e.g., there is an inquisit brand but there is not start button).  Please find the script below.

<batch >
/ file = "RaceIAT.exp"
/ file = "BIAT_NAP.exp"
/ file = "BIAT_BOP.exp"
/ subjects = (1 of 6)
/ groupassignment = random
</batch>

<batch >
/ file = "RaceIAT.exp"
/ file = "BIAT_BOP.exp"
/ file = "BIAT_NAP.exp"
/ subjects = (2 of 6)
/ groupassignment = random
</batch>

<batch >
/ file = "BIAT_BOP.exp"
/ file = "RaceIAT.exp"
/ file = "BIAT_NAP.exp"
/ subjects = (3 of 6)
/ groupassignment = random
</batch>

<batch >
/ file = "BIAT_BOP.exp"
/ file = "BIAT_NAP.exp"
/ file = "RaceIAT.exp"
/ subjects = (4 of 6)
/ groupassignment = random
</batch>

<batch >
/ file = "BIAT_NAP.exp"
/ file = "BIAT_BOP.exp"
/ file = "RaceIAT.exp"
/ subjects = (5 of 6)
/ groupassignment = random
</batch>

<batch >
/ file = "BIAT_NAP.exp"
/ file = "RaceIAT.exp"
/ file = "BIAT_BOP.exp"
/ subjects = (6 of 6)
/ groupassignment = random
</batch>