﻿<?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  » Randomization and Multiple Likert Scales</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Sat, 26 Sep 2026 09:13:06 GMT</lastBuildDate><ttl>20</ttl><item><title>Randomization and Multiple Likert Scales</title><link>https://forums.millisecond.com/Topic19270.aspx</link><description>Hello,&lt;br/&gt;I want to design an IAT experiment in Inquisit whereby participants rate their emotion levels on pairs of images that are randomized. However, I have trouble randomizing the images while keeping the groups intact and including multiple Likert/scales on a screen. Also, how can I time the stimuli so that they are displayed for only 4 seconds? Below is the script that I currently have (without the instructions page):&amp;nbsp;&lt;br/&gt;&lt;br/&gt;&amp;lt;expt&amp;gt;&lt;br/&gt;/ preinstructions = (intro) &lt;br/&gt;/ blocks = [1=likertdisgust;2=likertVCU]&lt;br/&gt;/ groupassignment = random&lt;br/&gt;/ postinstructions = (end)&lt;br/&gt;&amp;lt;/expt&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;data&amp;gt;&lt;br/&gt;/columns =[date time subject blocknum trialnum trialcode response latency stimulus]&lt;br/&gt;/format=tab&lt;br/&gt;&amp;lt;/data&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;defaults&amp;gt;&lt;br/&gt;/screencolor = (175, 255, 175)&lt;br/&gt;/font = ("Arial", -24, 700, 0, 49)&lt;br/&gt;/txbgcolor=(255,255,255)&lt;br/&gt;&amp;lt;/defaults&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;picture disgustqs&amp;gt;&lt;br/&gt;/size = (1000, 500)&lt;br/&gt;/items = disgustqs&lt;br/&gt;/position = (50, 50)&lt;br/&gt;/halign = center&lt;br/&gt;/select = sequence&lt;br/&gt;&amp;lt;/picture&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;picture VCUqs&amp;gt;&lt;br/&gt;/size = (1000, 500)&lt;br/&gt;/items = VCUqs&lt;br/&gt;/position = (50, 50)&lt;br/&gt;/halign = center&lt;br/&gt;/select = sequence&lt;br/&gt;&amp;lt;/picture&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;item disgustqs&amp;gt;&lt;br/&gt;/1 = "A001.png"&lt;br/&gt;/2 = "A001 VCU.png"&lt;br/&gt;/3 = "A010.png"&lt;br/&gt;/4 = "A010 VCU.png"&lt;br/&gt;/5 = "Sn078.png"&lt;br/&gt;/6 = "Sn078 VCU.png"&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;item VCUqs&amp;gt;&lt;br/&gt;/1 = "Sp009.png"&lt;br/&gt;/2 = "Sp009 VCU.png"&lt;br/&gt;/3 = "Sp026.png"&lt;br/&gt;/4 = "Sp026 VCU.png"&lt;br/&gt;/5 = "Dead Human H022 UVA.png"&lt;br/&gt;/6 = "Dead Human H022 VCU.png"&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;likert Disgust&amp;gt;&lt;br/&gt;/ anchors = [1="not disgusting at all"; 4="very disgusting"]&lt;br/&gt;/ stimulusframes = [1 = disgustqs]&lt;br/&gt;/ mouse=false&lt;br/&gt;/ numpoints=4&lt;br/&gt;/ position= (50, 90)&lt;br/&gt;&amp;lt;/likert&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block likertdisgust&amp;gt;&lt;br/&gt;/ preinstructions=(rate_disgust)&lt;br/&gt;/ trials = [1-6 = disgust]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;likert VCU&amp;gt;&lt;br/&gt;/ anchors = [1="not disgusting at all"; 4="very disgusting"]&lt;br/&gt;/ stimulusframes = [2 = VCUqs]&lt;br/&gt;/ mouse=false&lt;br/&gt;/ numpoints=4&lt;br/&gt;/ position= (50, 90)&lt;br/&gt;&amp;lt;/likert&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block likertVCU&amp;gt;&lt;br/&gt;/ trials = [1-6 = VCU]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;As you can see, I have the pairs of images displayed sequentially, but I prefer to have them display simultaneously. Please let me know what I can do to solve these problems. Thanks!&lt;br/&gt;&lt;br/&gt;</description><pubDate>Sun, 19 Jun 2016 17:23:00 GMT</pubDate><dc:creator>unicornx</dc:creator></item><item><title>RE: Randomization and Multiple Likert Scales</title><link>https://forums.millisecond.com/Topic19274.aspx</link><description>&amp;gt; including multiple Likert/scales on a screen&lt;br/&gt;&lt;br/&gt;It is not possible to have multiple &amp;lt;likert&amp;gt; elements on a single screen. A &amp;lt;likert&amp;gt; element is a special kind of &amp;lt;trial&amp;gt;. Only one can be run at a given time, not two or more simultaneously.&lt;br/&gt;&lt;br/&gt;If you need several *questions* on a single screen, you need to work with &amp;lt;surveypage&amp;gt;s displaying e.g. several &amp;lt;radiobuttons&amp;gt; instead. (A &amp;lt;surveypage&amp;gt; is also a special &amp;lt;trial&amp;gt; element, but it can display multiple question elements on a single page).&lt;br/&gt;&lt;br/&gt;&amp;gt; Also, how can I time the stimuli so that they are displayed for only 4 seconds?&lt;br/&gt;&lt;br/&gt;Please see the "How to erase stimuli" topic in the Inquisit documentation:&lt;br/&gt;&lt;br/&gt;&lt;a href="https://www.millisecond.com/support/docs/v5/html/howto/howtoerase.htm"&gt;https://www.millisecond.com/support/docs/v5/html/howto/howtoerase.htm&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;You need to cover the &amp;lt;picture&amp;gt;s with another stimulus (e.g. a &amp;lt;shape&amp;gt;) after 4000ms via the &amp;lt;likert&amp;gt;'s /stimulustimes.&lt;br/&gt;&lt;br/&gt;&amp;gt; As you can see, I have the pairs of images displayed sequentially, but I prefer to have them display simultaneously. &lt;br/&gt;&lt;br/&gt;As detailed above, this is not possible using &amp;lt;likert&amp;gt; trials. You can however run the two likerts consecutively while making sure that the 2nd likert (VCU) displays the image corresponding to the first (disgust).&lt;br/&gt;&lt;br/&gt;Please see the "How to present stimulus pairs" topic in the Inquisit documentation: &lt;a href="https://www.millisecond.com/support/docs/v5/html/howto/howtopairs.htm"&gt;https://www.millisecond.com/support/docs/v5/html/howto/howtopairs.htm&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;</description><pubDate>Sun, 19 Jun 2016 17:23:00 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>