﻿<?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  » From Inquisit 5 to 4</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Sat, 27 Jun 2026 13:28:19 GMT</lastBuildDate><ttl>20</ttl><item><title>From Inquisit 5 to 4</title><link>https://forums.millisecond.com/Topic28642.aspx</link><description>hey,&lt;br/&gt;&lt;br/&gt;we try to use this test in inquisit 4. but we are not able to transfer it from inquit 5 to 4 so that it works.&lt;br/&gt;Is there any way anyone knows what the problem might be?&lt;br/&gt;&lt;br/&gt;thank you (dave^^)&lt;br/&gt;</description><pubDate>Mon, 30 Mar 2020 16:11:11 GMT</pubDate><dc:creator>poleraze</dc:creator></item><item><title>RE: From Inquisit 5 to 4</title><link>https://forums.millisecond.com/Topic28643.aspx</link><description>&lt;blockquote data-id="28642" class="if-quote-wrapper" unselectable="on" data-guid="1585583989150" id="if_insertedNode_1585583987426" contenteditable="false"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="28642" 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="28642" 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="28642" title=" "&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;poleraze - 3/30/2020&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-28642"&gt;&lt;div class="if-quote-message-margin" contenteditable="true"&gt;hey,&lt;br/&gt;&lt;br/&gt;we try to use this test in inquisit 4. but we are not able to transfer it from inquit 5 to 4 so that it works.&lt;br/&gt;Is there any way anyone knows what the problem might be?&lt;br/&gt;&lt;br/&gt;thank you (dave^^)&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="28642"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/blockquote&gt;&lt;br/&gt;Inquisit 4 syntax has no &amp;lt;parameters&amp;gt; element, you need to use &amp;lt;values&amp;gt; instead.&lt;br/&gt;&lt;br/&gt;&amp;lt;list&amp;gt; elements in Inquisit 4 don't have a mean property, so you need to use values and expressions to calculate averages.&lt;br/&gt;&lt;br/&gt;/ columns attributes under Inquisit 4 require square brackets, i.e. /columns = [...]&lt;br/&gt;&lt;br/&gt;There is no built-in clearscreen element in Inquisit 4, you need to define a &amp;lt;shape clearscreen&amp;gt; instead.&lt;br/&gt;&lt;br/&gt;&amp;lt;shape clearscreen&amp;gt;&lt;br/&gt;/ shape = rectangle&lt;br/&gt;/ color = white&lt;br/&gt;/ size = (100%, 100%)&lt;br/&gt;/ erase = false&lt;br/&gt;&amp;lt;/shape&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;There are no built-in drag and drop mechanics in so stuff like &lt;br/&gt;&lt;br/&gt;*********************************************&lt;br/&gt;Secret Swipe Stimuli: to end the script&lt;br/&gt;*********************************************&lt;br/&gt;&lt;br/&gt;&amp;lt;shape swipe&amp;gt;&lt;br/&gt;/ shape = rectangle&lt;br/&gt;/ color = black&lt;br/&gt;/ position = (0%, 0%)&lt;br/&gt;/ halign = left&lt;br/&gt;/ valign = top&lt;br/&gt;/ size = (20%*0.75, 20%)&lt;br/&gt;/ dropsource = true&lt;br/&gt;&amp;lt;/shape&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;shape swipeTarget&amp;gt;&lt;br/&gt;/ shape = rectangle&lt;br/&gt;/ color = black&lt;br/&gt;/ position = (100%, 100%)&lt;br/&gt;/ halign = right&lt;br/&gt;/ valign = bottom&lt;br/&gt;/ size = (30%*0.75, 30%)&lt;br/&gt;/ droptarget = true&lt;br/&gt;&amp;lt;/shape&amp;gt;&lt;br/&gt;&lt;br/&gt;will not work and you need to get rid of that.&lt;br/&gt;&lt;br/&gt;Inquisit 4 does not support mouse input in /posttrialsignal, &lt;br/&gt;&lt;br/&gt;/ posttrialsignal = (mouse, homeButton)&lt;br/&gt;&lt;br/&gt;so you need to find another solution for that, such as /branch'ing to a home trial that takes the click on the home button stimulus as the response.&lt;br/&gt;&lt;br/&gt;And very obviously, you need to adjust /minimumversion in &amp;lt;defaults&amp;gt; if you want to ultimately run the script under Inquisit 4.&lt;br/&gt;&lt;br/&gt;</description><pubDate>Mon, 30 Mar 2020 16:11:11 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>