﻿<?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 5  » Differences between Inquisit 3 and Inquisit 5 data</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Tue, 05 May 2026 03:45:14 GMT</lastBuildDate><ttl>20</ttl><item><title>Differences between Inquisit 3 and Inquisit 5 data</title><link>https://forums.millisecond.com/Topic20066.aspx</link><description>Hi,&lt;br/&gt;&lt;br/&gt;we recently upgraded our Inquisit 3 license to a Inquisit 5 license. As we are encountering problems while running some third-party analysis tools on our ".dat"-files, we'd like to know how the output-files differ between those versions?&lt;br/&gt;&lt;br/&gt;We are using an ".exp"-experiment, that was programmed in Inquisit 3. If we run it with Inquisit 3, we get perfectly working data-file. If we run the same ".exp"-experiment in Inquisit 5, the analysis tool encounters a problem.&lt;br/&gt;In both cases ".dat"-files (not .iqdat) are written.&lt;br/&gt;&lt;br/&gt;Thank you very much in advance.&lt;br/&gt;&lt;br/&gt;Best regards,&lt;br/&gt;Dominik</description><pubDate>Tue, 08 Nov 2016 11:07:56 GMT</pubDate><dc:creator>mrg4</dc:creator></item><item><title>RE: Differences between Inquisit 3 and Inquisit 5 data</title><link>https://forums.millisecond.com/Topic20069.aspx</link><description>Thanks to both of you!&lt;br/&gt;I think Dave's hint might be the solution, if the program just uses the column position.&lt;br/&gt;I'll try to implement a &amp;lt;data&amp;gt; element in the script and check if it works out.&lt;br/&gt;&lt;br/&gt;Regards,&lt;br/&gt;Dominik</description><pubDate>Tue, 08 Nov 2016 11:07:56 GMT</pubDate><dc:creator>mrg4</dc:creator></item><item><title>RE: Differences between Inquisit 3 and Inquisit 5 data</title><link>https://forums.millisecond.com/Topic20068.aspx</link><description>&lt;div data-id="20066" class="if-quote-wrapper" unselectable="on" data-guid="1478621402759"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="20066" title="Move Cursor Below" contenteditable="false"&gt;&lt;span unselectable="on"&gt;+&lt;/span&gt;&lt;/a&gt;&lt;a class="quote-delete" unselectable="on" style="display: none;" href="#" data-id="20066" title="Delete Quote" contenteditable="false"&gt;&lt;span unselectable="on"&gt;x&lt;/span&gt;&lt;/a&gt;&lt;span unselectable="on" class="quote-markup"&gt;[quote]&lt;/span&gt;&lt;div unselectable="on" class="if-quote-header" contenteditable="false"&gt;&lt;div unselectable="on" class="if-quote-toggle-wrapper"&gt;&lt;a class="if-quote-toggle quote-link" href="#" data-id="20066" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;mrg4 - Tuesday, November 08, 2016&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-20066"&gt;&lt;div class="if-quote-message-margin"&gt;Hi,&lt;br/&gt;&lt;br/&gt;we recently upgraded our Inquisit 3 license to a Inquisit 5 license. As we are encountering problems while running some third-party analysis tools on our ".dat"-files, we'd like to know how the output-files differ between those versions?&lt;br/&gt;&lt;br/&gt;We are using an ".exp"-experiment, that was programmed in Inquisit 3. If we run it with Inquisit 3, we get perfectly working data-file. If we run the same ".exp"-experiment in Inquisit 5, the analysis tool encounters a problem.&lt;br/&gt;In both cases ".dat"-files (not .iqdat) are written.&lt;br/&gt;&lt;br/&gt;Thank you very much in advance.&lt;br/&gt;&lt;br/&gt;Best regards,&lt;br/&gt;Dominik&lt;a class="if-quote-goto quote-link" href="#" data-id="20066"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/div&gt;&lt;br/&gt;In addition to what Sean said, there's another difference that might trip up the analysis routines. If your *.exp uses the default data recording scheme -- i.e. no &amp;lt;data&amp;gt; element's /columns attribute specified -- *.dat files generated by Inquisit 4 and 5 will have an additional column compared to the ones generated by Inquisit 3.&lt;br/&gt;&lt;br/&gt;The reason is the introduction of group ids as an additional option for condition assignment starting with Inquisit 4. Whereas an Inquisit 3-generated *.dat would start with the following columns&lt;br/&gt;&lt;br/&gt;&lt;font face="Courier New"&gt;date&amp;nbsp;&amp;nbsp;&amp;nbsp; time&amp;nbsp;&amp;nbsp;&amp;nbsp; subject&amp;nbsp;&amp;nbsp;&amp;nbsp; build&amp;nbsp;&amp;nbsp;&amp;nbsp; blocknum &lt;br/&gt;&lt;/font&gt;&lt;br/&gt;the Inquisit 5-generated *.dat would look like &lt;br/&gt;&lt;br/&gt;&lt;font face="Courier New"&gt;date&amp;nbsp;&amp;nbsp;&amp;nbsp; time&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;strong&gt;group&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/strong&gt;subject&amp;nbsp;&amp;nbsp;&amp;nbsp; build&amp;nbsp;&amp;nbsp;&amp;nbsp; blocknum&lt;br/&gt;&lt;/font&gt;&lt;br/&gt;i.e., there's an additional column, and consequently all the following variables are shifted to the right.&lt;br/&gt;</description><pubDate>Tue, 08 Nov 2016 08:19:48 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title /><link>https://forums.millisecond.com/Topic20067.aspx</link><description>Hi Dominik,&lt;br/&gt;&lt;br/&gt;The differences are&lt;br/&gt;1) Inquisit 5 uses UTF-8 format whereas Inquisit 3 is non-unicode&lt;br/&gt;2) Inquisit 5 no longer supports alternative formats besides tab-delimited text&lt;br/&gt;&lt;br/&gt;So, if your data contains non-ascii characters, or you specified a different format in Inquisit 3, the data files would be different after the upgrade.&lt;br/&gt;&lt;br/&gt;Regards,&lt;br/&gt;Sean</description><pubDate>Tue, 08 Nov 2016 07:58:11 GMT</pubDate><dc:creator>seandr</dc:creator></item></channel></rss>