﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Millisecond Forums » Millisecond Forums » Inquisit 4  » Error message for batch file "missing close tag"</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Mon, 14 Sep 2026 23:27:22 GMT</lastBuildDate><ttl>20</ttl><item><title>Error message for batch file "missing close tag"</title><link>https://forums.millisecond.com/Topic17096.aspx</link><description>I am trying to run a study where participants view 5 separate inquisit files (4 surveys and 1 IAT). I have used the &amp;lt;batch&amp;gt; element before to combine iqx scripts so they run as one, but I am getting the following error when I try to run the webscript I created:&lt;br/&gt;&lt;table cellpadding="5px" style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px;"&gt;&lt;tbody&gt;&lt;tr align="center"&gt;&lt;td&gt;&lt;h4&gt;Inquisit encountered errors while attempting to run this study.&lt;/h4&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;table cellpadding="5px" width="100%" style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px;"&gt;&lt;tbody&gt;&lt;tr align="center"&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;table align="center" border="1" cellpadding="5" width="600px" style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; border: 1px solid rgb(243, 243, 243); border-collapse: collapse;"&gt;&lt;tbody&gt;&lt;tr class="h4"&gt;&lt;td colspan="2" style="white-space: nowrap;"&gt;Type&lt;/td&gt;&lt;td style="white-space: nowrap;"&gt;Script Context&lt;/td&gt;&lt;td style="white-space: nowrap;"&gt;Error Message&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;img src="https://www.millisecond.com/images/scripterror.png" alt="https://www.millisecond.com/images/scripterror.png"&gt;&lt;/td&gt;&lt;td style="white-space: nowrap;"&gt;Error&lt;/td&gt;&lt;td&gt;/myaccount/scripts/narina/GIS/GIS.iqx.html&lt;/td&gt;&lt;td style="color: red; font-weight: bold;"&gt;missing close tag.&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;The GIS.iqx file looks like this:&lt;br/&gt;&amp;lt;batch&amp;gt;&lt;br/&gt;/ file = "Demo&amp;amp;Trial.iqx"&lt;br/&gt;/ file = "RaceIAT.iqx"&lt;br/&gt;/ file = "MRS.iqx"&lt;br/&gt;/ file = "RWA.iqx"&lt;br/&gt;/ file = "SDO.iqx"&lt;br/&gt;&amp;lt;/batch&amp;gt;&lt;br/&gt;I have been unable to find anything wrong with any of the .iqx files (i.e., all close tags are present). I can run the GIS.iqx script in my lab version of Inquisit 4, and it runs fine with test monkey. Any help figuring out this problem would be greatly appreciated!&lt;br/&gt;&lt;br/&gt;</description><pubDate>Thu, 24 Sep 2015 12:12:21 GMT</pubDate><dc:creator>victoriaestrada</dc:creator></item><item><title>RE: Error message for batch file "missing close tag"</title><link>https://forums.millisecond.com/Topic17223.aspx</link><description>Thank you very much! That is exactly what it was. Everything is running smoothly now!!</description><pubDate>Thu, 24 Sep 2015 12:12:21 GMT</pubDate><dc:creator>victoriaestrada</dc:creator></item><item><title>RE: Error message for batch file "missing close tag"</title><link>https://forums.millisecond.com/Topic17099.aspx</link><description>Get rid of the "&amp;amp;" in the name of the 1st script. Since "&amp;amp;" has special meaning when it comes to URLs, this likely breaks the URL and &amp;lt;batch&amp;gt; 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 &amp;lt;batch&amp;gt; file accordingly:&lt;br/&gt;&lt;br/&gt;&amp;lt;batch&amp;gt;&lt;br/&gt;&lt;strong&gt;/ file = "DemoAndTrial.iqx"&lt;/strong&gt;&lt;br/&gt;/ file = "RaceIAT.iqx"&lt;br/&gt;/ file = "MRS.iqx"&lt;br/&gt;/ file = "RWA.iqx"&lt;br/&gt;/ file = "SDO.iqx"&lt;br/&gt;&amp;lt;/batch&amp;gt;&lt;br/&gt;&lt;br/&gt;Hope this helps.&lt;br/&gt;</description><pubDate>Fri, 11 Sep 2015 17:02:34 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>