Group: Administrators
Posts: 13K,
Visits: 104K
|
> It seems that the batch option is not a good one, as I can only load 1 file/experiment at a time (and as I understand, for a batch I > would need to upload 3 different experiments and the batch command file online).
This is incorrect. You can use <batch> elements just fine and you only need a single license. Create a file containing the two <batch> elements representing the two different orders. The file containing those <batch> elements is the one you ought to register as your active web script.
<batch> / file = "1.iqx" / file = "2.iqx" / file = "3.iqx" / subjects = (1 of 2) / groupassignment = groupnumber </batch>
<batch> / file = "2.iqx" / file = "1.iqx" / file = "3.iqx" / subjects = (2 of 2) / groupassignment = groupnumber </batch>
|