Group: Administrators
Posts: 13K,
Visits: 104K
|
Get rid of the "&" in the name of the 1st script. Since "&" has special meaning when it comes to URLs, this likely breaks the URL and <batch> when Inquisit tries to fetch those files from the server. Rename it to something like "DemoAndTrial.iqx", upload the renamed file to the server and change / upload the <batch> file accordingly:
<batch> / file = "DemoAndTrial.iqx" / file = "RaceIAT.iqx" / file = "MRS.iqx" / file = "RWA.iqx" / file = "SDO.iqx" </batch>
Hope this helps.
|