Group: Administrators
Posts: 13K,
Visits: 105K
|
No. It doesn't matter how you name the two <batch> elements, you do not need to name them at all. To be perfectly clear, the two <batch> elements need to exist in a *single* *.iqx file, not multiple. For the sake of example, create a file called 'batch.iqx' containing
<batch> / subjects = (1 of 2) / groupassignment = groupnumber / file = "a.iqx" / file = "b.iqx" </batch>
<batch> / subjects = (2 of 2) / groupassignment = groupnumber / file = "c.iqx" / file = "d.iqx" </batch>
The file called 'batch.iqx' is the one you register as your active web script. Which of the two <batch> elements contained in the file is administered, is determined by the group number that's passed in as discussed previously.
|