﻿<?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  » Using 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>Sun, 05 Apr 2026 16:07:44 GMT</lastBuildDate><ttl>20</ttl><item><title>Using multiple Likert scales</title><link>https://forums.millisecond.com/Topic12068.aspx</link><description>Hello,&lt;div&gt;&lt;div&gt;&lt;br/&gt;&lt;/div&gt;I am new to Inquisit and am having some difficulty with the script. I have a total of 9 scenarios, each accompanied by their own individual Likert scale. I cannot figure out how to write the proper script, or find one similar that I can tweak. Any help would be greatly appreciated!&lt;div&gt;&lt;br/&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="font-size: 10pt;"&gt;Thanks,&lt;div&gt;&lt;br/&gt;&lt;/div&gt;Mandy&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;</description><pubDate>Mon, 13 Jan 2014 12:08:52 GMT</pubDate><dc:creator>mandywalsh123</dc:creator></item><item><title>RE: Using multiple Likert scales</title><link>https://forums.millisecond.com/Topic12070.aspx</link><description>To ease implementation, here are two very basic examples:&lt;div&gt;&lt;br/&gt;&lt;/div&gt;#1:Likert-only&lt;div&gt;&lt;br/&gt;&lt;/div&gt;&lt;blockquote&gt;&lt;font face="Courier New"&gt;&amp;lt;block myblock&amp;gt;&lt;br/&gt;/ trials = [1-3 = mylikert]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;likert mylikert&amp;gt;&lt;br/&gt;/ stimulustimes = [0=myscenario; 5000=myquestion]&lt;br/&gt;/ position = (50%, 80%)&lt;br/&gt;/ anchorwidth = (5%)&lt;br/&gt;&amp;lt;/likert&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text myscenario&amp;gt;&lt;br/&gt;/ items = ("Scenario A", "Scenario B", "Scenario C")&lt;br/&gt;/ position = (50%, 20%)&lt;br/&gt;/ select = noreplace &lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text myquestion&amp;gt;&lt;br/&gt;/ items = ("Question A", "Question B", "Question C")&lt;br/&gt;/ position = (50%, 70%)&lt;br/&gt;/ select = text.myscenario.currentindex&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;/font&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;br/&gt;&lt;/div&gt;&lt;div&gt;&lt;br/&gt;&lt;/div&gt;#2: Scenario in separate trial&lt;br/&gt;&lt;blockquote&gt;&lt;div&gt;&lt;br/&gt;&lt;/div&gt;&lt;font face="Courier New"&gt;&amp;lt;block myblock&amp;gt;&lt;br/&gt;/ trials = [1-3 = mylikert]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;likert mylikert&amp;gt;&lt;br/&gt;/ stimulustimes = [0=myscenario; 5000=myquestion]&lt;br/&gt;/ position = (50%, 80%)&lt;br/&gt;/ anchorwidth = (5%)&lt;br/&gt;&amp;lt;/likert&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text myscenario&amp;gt;&lt;br/&gt;/ items = ("Scenario A", "Scenario B", "Scenario C")&lt;br/&gt;/ position = (50%, 20%)&lt;br/&gt;/ select = noreplace &lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text myquestion&amp;gt;&lt;br/&gt;/ items = ("Question A", "Question B", "Question C")&lt;br/&gt;/ position = (50%, 70%)&lt;br/&gt;/ select = text.myscenario.currentindex&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;/font&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;br/&gt;&lt;/div&gt;As you can see, there isn't much to it. But please do work through the tutorials -- I don't say this to fend you off, but because doing so will get make you familiar with the elementary syntax constructs and how to use them (and potentially save you from many a headache and lots of frustration in the future).&lt;br/&gt;</description><pubDate>Mon, 13 Jan 2014 12:08:52 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: Using multiple Likert scales</title><link>https://forums.millisecond.com/Topic12069.aspx</link><description>A &amp;lt;likert&amp;gt; is a special type of &amp;lt;trial&amp;gt; element. Thus, setting this up is no different than any other script -- you should be able to do so after completing the various tutorials included in the documentation. If you still hit any road blocks after doing so, please be as specific as possible about what exactly you have trouble with. It is unfortunately almost impossible to give helpful and sensible answers to overly broad questions.&lt;br/&gt;</description><pubDate>Mon, 13 Jan 2014 11:41:07 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>