﻿<?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  » 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>Tue, 21 Apr 2026 10:05:50 GMT</lastBuildDate><ttl>20</ttl><item><title>Multiple likert scales</title><link>https://forums.millisecond.com/Topic15581.aspx</link><description>Hi all,&lt;br/&gt;&lt;br/&gt;I am creating a simple task in which participants rate words for their valence and arousal. I have created two likert scales to be presented within a single trial and want to repeat these for each of the words (around 300-400). However I cannot figure out how to ensure that a different word is presented in each trial and so that the data is recorded correctly.&lt;br/&gt;&lt;br/&gt;I'm assuming that there is a way to link the word list to be presented with the trials, similar to other response types. But, I cant figure this out at all.&lt;br/&gt;&lt;br/&gt;I'm hoping that there is a solution because I don't like the idea of creating a separate trial for each of the words as this would be very time consuming and prone to error.&lt;br/&gt;&lt;br/&gt;If anybody has any insights I'd be really grateful&lt;br/&gt;&lt;br/&gt;Thanks,&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;</description><pubDate>Mon, 23 Feb 2015 08:11:44 GMT</pubDate><dc:creator>parsonss</dc:creator></item><item><title>RE: Multiple likert scales</title><link>https://forums.millisecond.com/Topic15584.aspx</link><description>Thanks for the clarification. In a nutshell you need to do something along the lines of&lt;br/&gt;&lt;br/&gt;&amp;lt;values&amp;gt;&lt;br/&gt;/ currentword = ""&lt;br/&gt;/ currentitemnumber = 1&lt;br/&gt;&amp;lt;/values&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block rateblock&amp;gt;&lt;br/&gt;/ trials = [1-10=ratepage]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;surveypage ratepage&amp;gt;&lt;br/&gt;/ ontrialbegin = [values.currentitemnumber=list.worditemnumbers.nextindex; &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; values.currentword=item.worditems.item(values.currentitemnumber); ]&lt;br/&gt;/ questions = [1=word; 2=valence; 3=arousal]&lt;br/&gt;/ showpagenumbers = false&lt;br/&gt;/ showquestionnumbers = false&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;caption word&amp;gt;&lt;br/&gt;/ caption = "&amp;lt;%values.currentword%&amp;gt;"&lt;br/&gt;&amp;lt;/caption&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;radiobuttons valence&amp;gt;&lt;br/&gt;/ options = ("1", "2", "3", "4", "5")&lt;br/&gt;/ orientation = horizontal&lt;br/&gt;&amp;lt;/radiobuttons&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;radiobuttons arousal&amp;gt;&lt;br/&gt;/ options = ("1", "2", "3", "4", "5")&lt;br/&gt;/ orientation = horizontal&lt;br/&gt;&amp;lt;/radiobuttons&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;item worditems&amp;gt;&lt;br/&gt;/ 1 = "Word 1"&lt;br/&gt;/ 2 = "Word 2"&lt;br/&gt;/ 3 = "Word 3"&lt;br/&gt;/ 4 = "Word 4"&lt;br/&gt;/ 5 = "Word 5"&lt;br/&gt;/ 6 = "Word 6"&lt;br/&gt;/ 7 = "Word 7"&lt;br/&gt;/ 8 = "Word 8"&lt;br/&gt;/ 9 = "Word 9"&lt;br/&gt;/ 10 = "Word 10"&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list worditemnumbers&amp;gt;&lt;br/&gt;/ poolsize = 10&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;data&amp;gt;&lt;br/&gt;/ columns = [date time subject blocknum blockcode trialnum trialcode response latency values.currentitemnumber values.currentword]&lt;br/&gt;/ separatefiles = true&lt;br/&gt;&amp;lt;/data&amp;gt;&lt;br/&gt;&lt;br/&gt;</description><pubDate>Mon, 23 Feb 2015 08:11:44 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: Multiple likert scales</title><link>https://forums.millisecond.com/Topic15583.aspx</link><description>My mistake, it is the radiobuttons function that I have used. I would also like to do similar with the slider if possible&lt;br/&gt;</description><pubDate>Mon, 23 Feb 2015 08:00:05 GMT</pubDate><dc:creator>parsonss</dc:creator></item><item><title>RE: Multiple likert scales</title><link>https://forums.millisecond.com/Topic15582.aspx</link><description>&amp;gt; I have created two likert scales to be presented within a single trial&lt;br/&gt;&lt;br/&gt;What did you do specifically? You cannot have used &amp;lt;likert&amp;gt; elements (can't have multiple displayed concurrently), so how exactly have you set up your script? The answer to your question will obviously depend on such particulars.&lt;br/&gt;</description><pubDate>Mon, 23 Feb 2015 07:52:43 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>