﻿<?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  » Help for assimilate Inquisit 5 script into Inquisit 4</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 04:33:59 GMT</lastBuildDate><ttl>20</ttl><item><title>Help for assimilate Inquisit 5 script into Inquisit 4</title><link>https://forums.millisecond.com/Topic27214.aspx</link><description>Hello,&lt;br/&gt;&lt;br/&gt;I need to run the &lt;span style="font-style: italic;"&gt;Short Attentional Network Tasks&lt;/span&gt; as well as the &lt;span style="font-style: italic;"&gt;Category Switch Task&lt;/span&gt;, unfortunately they are only available for Inquisit 5.&lt;br/&gt; Is there any possibility to implement it in Inquisit 4, as our working group only has a license for Inquisit 4.&lt;br/&gt; If there is any chance or other opportunity to make the above mentioned Tests running for Inquisit 4 I would be glad to know.&lt;br/&gt;&lt;br/&gt; Thank you in advance for your efforts,&lt;br/&gt; Djo&lt;br/&gt;&lt;br/&gt;</description><pubDate>Fri, 31 May 2019 11:11:12 GMT</pubDate><dc:creator>Djo</dc:creator></item><item><title>RE: Help for assimilate Inquisit 5 script into Inquisit 4</title><link>https://forums.millisecond.com/Topic27226.aspx</link><description>&lt;div data-id="27217" class="if-quote-wrapper" unselectable="on" data-guid="1559326261267"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="27217" 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="27217" 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="27217" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Dave - 5/28/2019&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-27217"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="27214" class="if-quote-wrapper" unselectable="on" data-guid="1559326261267"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="27214" 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="27214" 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="27214" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Djo - 5/28/2019&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-27214"&gt;&lt;div class="if-quote-message-margin"&gt;Hello,&lt;br/&gt;&lt;br/&gt;I need to run the &lt;span style="font-style: italic;"&gt;Short Attentional Network Tasks&lt;/span&gt; as well as the &lt;span style="font-style: italic;"&gt;Category Switch Task&lt;/span&gt;, unfortunately they are only available for Inquisit 5.&lt;br/&gt; Is there any possibility to implement it in Inquisit 4, as our working group only has a license for Inquisit 4.&lt;br/&gt; If there is any chance or other opportunity to make the above mentioned Tests running for Inquisit 4 I would be glad to know.&lt;br/&gt;&lt;br/&gt; Thank you in advance for your efforts,&lt;br/&gt; Djo&lt;br/&gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="27214"&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;You will have to replace all Inquisit 5-specific syntax features with Inquisit 4-compatible equivalents as far as any exist. Download the Inquisit 5 script, open it in Inquisit 4 Lab and parse it. You'll get a bunch of errors. Work through these one after another. Here are some things that typically need changing:&lt;br/&gt;&lt;br/&gt;- You need to adjust the /minimumversion in the scripts' &amp;lt;defaults&amp;gt; elements.&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;- /columns attributes in Inquisit 4 only accept square brackets. I.e.&lt;br/&gt;&lt;br/&gt;&amp;lt;data&amp;gt;&lt;br/&gt;/ columns = (...)&lt;br/&gt;...&lt;br/&gt;&amp;lt;/data&amp;gt;&lt;br/&gt;&lt;br/&gt;works in Inquisit 5, but for Inquisit 4 it needs to read &lt;br/&gt;&lt;br/&gt;&amp;lt;data&amp;gt;&lt;br/&gt;/ columns = [...]&lt;br/&gt;...&lt;br/&gt;&amp;lt;/data&amp;gt;&lt;br/&gt;&lt;br/&gt;The same applies for &amp;lt;summarydata&amp;gt;.&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;- There is no &amp;lt;parameters&amp;gt; element in Inquisit 4, you need to use &amp;lt;values&amp;gt; instead. In addition, things like&lt;br/&gt;&lt;br/&gt;&amp;lt;trial example&amp;gt;&lt;br/&gt;...&lt;br/&gt;/ validresponse = (values.key1, values.key2)&lt;br/&gt;/ correctresponse = (values.key1)&lt;br/&gt;...&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;are not allowed in Inquisit 4. You need to use /isvalidresponse and /iscorrectresponse instead:&lt;br/&gt;&lt;br/&gt;&amp;lt;trial example&amp;gt;&lt;br/&gt;...&lt;br/&gt;/ isvalidresponse = [trial.example.response == values.key1 || trial.example.response == values.key2]&lt;br/&gt;/ iscorrectresponse = [trial.example.response == values.key1]&lt;br/&gt;...&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;- &amp;lt;list&amp;gt; elements in Inquisit 4 do not have mean, standarddeviation, median, etc. properties. Again, you'd have to use values and expressions to calculate e.g. means of interest instead.&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;nbsp;- Inquisit 4 has no computer.touch and computer.haskeyboard properties, i.e. you need to change expressions like&lt;br/&gt;&lt;br/&gt;&amp;lt;expressions&amp;gt;&lt;br/&gt;/buttoninstruct1 = if (computer.touch &amp;amp;&amp;amp; !computer.haskeyboard) {"button";} else {"key";}&lt;br/&gt;/buttoninstruct2 = if (computer.touch &amp;amp;&amp;amp; !computer.haskeyboard) {"Place your index fingers over the left and right response buttons";} else {"Place your index fingers on the 'E' and 'I' keys";}&lt;br/&gt;&amp;lt;/expressions&amp;gt;&lt;br/&gt;&lt;br/&gt;to something like&lt;br/&gt;&lt;br/&gt;&amp;lt;expressions&amp;gt;&lt;br/&gt;/buttoninstruct1 = "key"&lt;br/&gt;/buttoninstruct2 = "Place your index fingers on the 'E' and 'I' keys"&lt;br/&gt;&amp;lt;/expressions&amp;gt;&lt;br/&gt;&lt;br/&gt;- Syntax like &lt;br/&gt;&lt;br/&gt;&amp;lt;expt&amp;gt;&lt;br/&gt;/ blocks = [1 = block.exampleblock]&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;br/&gt;&lt;br/&gt;or &lt;br/&gt;&lt;br/&gt;&amp;lt;trial&amp;gt;&lt;br/&gt;/ stimulusframes = [1=text.exampletext]&lt;br/&gt;...&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;is not valid under Inquisit 4. The dot-notation has to be ditched:&lt;br/&gt;&lt;br/&gt;&amp;lt;expt&amp;gt;&lt;br/&gt;/ blocks = [1 = exampleblock]&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;br/&gt;&lt;br/&gt;or &lt;br/&gt;&lt;br/&gt;&amp;lt;trial&amp;gt;&lt;br/&gt;/ stimulusframes = [1=exampletext]&lt;br/&gt;...&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;- Inquisit 4 has no built-in clearscreen element. Define a &amp;lt;shape&amp;gt; set to the screen color instead:&lt;br/&gt;&lt;br/&gt;&amp;lt;shape clearscreen&amp;gt;&lt;br/&gt;/ shape = rectangle &lt;br/&gt;/ size = (100%, 100%)&lt;br/&gt;/ erase = false&lt;br/&gt;/ color = white&lt;br/&gt;&amp;lt;/shape&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;For some things, there are no Inquisit 4 compatible equivalents, in which case you're out of luck, I'm afraid. Upgrading your licenses would be the way to go then.&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="27217"&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;thank you very much for your quick and detailed reply.&lt;br/&gt;&lt;br/&gt;</description><pubDate>Fri, 31 May 2019 11:11:12 GMT</pubDate><dc:creator>Djo</dc:creator></item><item><title>RE: Help for assimilate Inquisit 5 script into Inquisit 4</title><link>https://forums.millisecond.com/Topic27217.aspx</link><description>&lt;div data-id="27214" class="if-quote-wrapper" unselectable="on" data-guid="1559091076966"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="27214" 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="27214" 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="27214" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Djo - 5/28/2019&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-27214"&gt;&lt;div class="if-quote-message-margin"&gt;Hello,&lt;br/&gt;&lt;br/&gt;I need to run the &lt;span style="font-style: italic;"&gt;Short Attentional Network Tasks&lt;/span&gt; as well as the &lt;span style="font-style: italic;"&gt;Category Switch Task&lt;/span&gt;, unfortunately they are only available for Inquisit 5.&lt;br/&gt; Is there any possibility to implement it in Inquisit 4, as our working group only has a license for Inquisit 4.&lt;br/&gt; If there is any chance or other opportunity to make the above mentioned Tests running for Inquisit 4 I would be glad to know.&lt;br/&gt;&lt;br/&gt; Thank you in advance for your efforts,&lt;br/&gt; Djo&lt;br/&gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="27214"&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;You will have to replace all Inquisit 5-specific syntax features with Inquisit 4-compatible equivalents as far as any exist. Download the Inquisit 5 script, open it in Inquisit 4 Lab and parse it. You'll get a bunch of errors. Work through these one after another. Here are some things that typically need changing:&lt;br/&gt;&lt;br/&gt;- You need to adjust the /minimumversion in the scripts' &amp;lt;defaults&amp;gt; elements.&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;- /columns attributes in Inquisit 4 only accept square brackets. I.e.&lt;br/&gt;&lt;br/&gt;&amp;lt;data&amp;gt;&lt;br/&gt;/ columns = (...)&lt;br/&gt;...&lt;br/&gt;&amp;lt;/data&amp;gt;&lt;br/&gt;&lt;br/&gt;works in Inquisit 5, but for Inquisit 4 it needs to read &lt;br/&gt;&lt;br/&gt;&amp;lt;data&amp;gt;&lt;br/&gt;/ columns = [...]&lt;br/&gt;...&lt;br/&gt;&amp;lt;/data&amp;gt;&lt;br/&gt;&lt;br/&gt;The same applies for &amp;lt;summarydata&amp;gt;.&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;- There is no &amp;lt;parameters&amp;gt; element in Inquisit 4, you need to use &amp;lt;values&amp;gt; instead. In addition, things like&lt;br/&gt;&lt;br/&gt;&amp;lt;trial example&amp;gt;&lt;br/&gt;...&lt;br/&gt;/ validresponse = (values.key1, values.key2)&lt;br/&gt;/ correctresponse = (values.key1)&lt;br/&gt;...&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;are not allowed in Inquisit 4. You need to use /isvalidresponse and /iscorrectresponse instead:&lt;br/&gt;&lt;br/&gt;&amp;lt;trial example&amp;gt;&lt;br/&gt;...&lt;br/&gt;/ isvalidresponse = [trial.example.response == values.key1 || trial.example.response == values.key2]&lt;br/&gt;/ iscorrectresponse = [trial.example.response == values.key1]&lt;br/&gt;...&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;- &amp;lt;list&amp;gt; elements in Inquisit 4 do not have mean, standarddeviation, median, etc. properties. Again, you'd have to use values and expressions to calculate e.g. means of interest instead.&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;nbsp;- Inquisit 4 has no computer.touch and computer.haskeyboard properties, i.e. you need to change expressions like&lt;br/&gt;&lt;br/&gt;&amp;lt;expressions&amp;gt;&lt;br/&gt;/buttoninstruct1 = if (computer.touch &amp;amp;&amp;amp; !computer.haskeyboard) {"button";} else {"key";}&lt;br/&gt;/buttoninstruct2 = if (computer.touch &amp;amp;&amp;amp; !computer.haskeyboard) {"Place your index fingers over the left and right response buttons";} else {"Place your index fingers on the 'E' and 'I' keys";}&lt;br/&gt;&amp;lt;/expressions&amp;gt;&lt;br/&gt;&lt;br/&gt;to something like&lt;br/&gt;&lt;br/&gt;&amp;lt;expressions&amp;gt;&lt;br/&gt;/buttoninstruct1 = "key"&lt;br/&gt;/buttoninstruct2 = "Place your index fingers on the 'E' and 'I' keys"&lt;br/&gt;&amp;lt;/expressions&amp;gt;&lt;br/&gt;&lt;br/&gt;- Syntax like &lt;br/&gt;&lt;br/&gt;&amp;lt;expt&amp;gt;&lt;br/&gt;/ blocks = [1 = block.exampleblock]&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;br/&gt;&lt;br/&gt;or &lt;br/&gt;&lt;br/&gt;&amp;lt;trial&amp;gt;&lt;br/&gt;/ stimulusframes = [1=text.exampletext]&lt;br/&gt;...&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;is not valid under Inquisit 4. The dot-notation has to be ditched:&lt;br/&gt;&lt;br/&gt;&amp;lt;expt&amp;gt;&lt;br/&gt;/ blocks = [1 = exampleblock]&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;br/&gt;&lt;br/&gt;or &lt;br/&gt;&lt;br/&gt;&amp;lt;trial&amp;gt;&lt;br/&gt;/ stimulusframes = [1=exampletext]&lt;br/&gt;...&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;- Inquisit 4 has no built-in clearscreen element. Define a &amp;lt;shape&amp;gt; set to the screen color instead:&lt;br/&gt;&lt;br/&gt;&amp;lt;shape clearscreen&amp;gt;&lt;br/&gt;/ shape = rectangle &lt;br/&gt;/ size = (100%, 100%)&lt;br/&gt;/ erase = false&lt;br/&gt;/ color = white&lt;br/&gt;&amp;lt;/shape&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;For some things, there are no Inquisit 4 compatible equivalents, in which case you're out of luck, I'm afraid. Upgrading your licenses would be the way to go then.&lt;br/&gt;</description><pubDate>Tue, 28 May 2019 18:08:01 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>