﻿<?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  » Likert rating following stimuli presentation</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Sat, 06 Jun 2026 23:34:48 GMT</lastBuildDate><ttl>20</ttl><item><title>Likert rating following stimuli presentation</title><link>https://forums.millisecond.com/Topic28146.aspx</link><description>Hi, I am trying to code an experiment, where on each trial, participants are presented with a prime picture, then a target picture, and then a white noise pattern. While the noise pattern is presented, participants need to make a rating on a scale of 1-7. This experiment is a modification of the Affect Misattribution Procedure (AMP) which has the code as follows:&amp;nbsp;&lt;br/&gt;&lt;br/&gt;&amp;nbsp;&amp;lt;trial primeA&amp;gt;&lt;br/&gt;/ validresponse = ("E", "I")&lt;br/&gt;/ correctresponse = ("I")&lt;br/&gt;/ stimulustimes = [0=primeA; 75=blank; 200=target; 300=mask]&lt;br/&gt;/ontrialend = [values.primestim = picture.primea.currentitemnumber; values.targetstim = picture.target.currentitemnumber]&lt;br/&gt;/ beginresponsetime = (200)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;In this original AMP, participants only need to respond by pressing the key "E" or "I". But I want to change it to asking participants to rate on a scale of 1-7. I managed to modify the code so that participants can press "1" to "7" on the keyboard to indicate their rating.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial implicit&amp;gt;&lt;br/&gt;/ stimulustimes = [0=prime_name; 75=target_pictograph; 175=mask, rating_scale]&lt;br/&gt;/ ontrialend = [values.primestim = text.prime_name.currentitemnumber; values.targetstim = picture.target_pictograph.currentitemnumber]&lt;br/&gt;/ beginresponsetime = (150)&lt;br/&gt;/ recorddata = true &lt;br/&gt;/ validresponse = ("1", "2", "3", "4", "5", "6", "7")&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;But it would be better if they could click button "1" to "7". Could you&amp;nbsp;please give me some hints about how to achieve this? Thank you!&amp;nbsp;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;</description><pubDate>Wed, 22 Jan 2020 12:50:39 GMT</pubDate><dc:creator>MinghuiNi</dc:creator></item><item><title>RE: Likert rating following stimuli presentation</title><link>https://forums.millisecond.com/Topic28148.aspx</link><description>Thank you so much!&amp;nbsp;</description><pubDate>Wed, 22 Jan 2020 12:50:39 GMT</pubDate><dc:creator>MinghuiNi</dc:creator></item><item><title>RE: Likert rating following stimuli presentation</title><link>https://forums.millisecond.com/Topic28147.aspx</link><description>&lt;blockquote data-id="28146" class="if-quote-wrapper" unselectable="on" data-guid="1579695004317" id="if_insertedNode_1579695002733" contenteditable="false"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="28146" 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="28146" 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="28146" title=" "&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;MinghuiNi - 1/22/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-28146"&gt;&lt;div class="if-quote-message-margin" contenteditable="true"&gt;Hi, I am trying to code an experiment, where on each trial, participants are presented with a prime picture, then a target picture, and then a white noise pattern. While the noise pattern is presented, participants need to make a rating on a scale of 1-7. This experiment is a modification of the Affect Misattribution Procedure (AMP) which has the code as follows:&amp;nbsp;&lt;br/&gt;&lt;br/&gt;&amp;nbsp;&amp;lt;trial primeA&amp;gt;&lt;br/&gt;/ validresponse = ("E", "I")&lt;br/&gt;/ correctresponse = ("I")&lt;br/&gt;/ stimulustimes = [0=primeA; 75=blank; 200=target; 300=mask]&lt;br/&gt;/ontrialend = [values.primestim = picture.primea.currentitemnumber; values.targetstim = picture.target.currentitemnumber]&lt;br/&gt;/ beginresponsetime = (200)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;In this original AMP, participants only need to respond by pressing the key "E" or "I". But I want to change it to asking participants to rate on a scale of 1-7. I managed to modify the code so that participants can press "1" to "7" on the keyboard to indicate their rating.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial implicit&amp;gt;&lt;br/&gt;/ stimulustimes = [0=prime_name; 75=target_pictograph; 175=mask, rating_scale]&lt;br/&gt;/ ontrialend = [values.primestim = text.prime_name.currentitemnumber; values.targetstim = picture.target_pictograph.currentitemnumber]&lt;br/&gt;/ beginresponsetime = (150)&lt;br/&gt;/ recorddata = true &lt;br/&gt;/ validresponse = ("1", "2", "3", "4", "5", "6", "7")&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;But it would be better if they could click button "1" to "7". Could you&amp;nbsp;please give me some hints about how to achieve this? Thank you!&amp;nbsp;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="28146"&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;Just use a &amp;lt;likert&amp;gt; element instead of a &amp;lt;trial&amp;gt;: &lt;a href="https://www.millisecond.com/support/docs/v5/html/language/elements/likert.htm"&gt;https://www.millisecond.com/support/docs/v5/html/language/elements/likert.htm&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;likert implicit&amp;gt;&lt;br/&gt;/ stimulustimes = [0=prime_name; 75=target_pictograph; 175=mask]&lt;br/&gt;/ beginresponsetime = (150)&lt;br/&gt;/ recorddata = true&lt;br/&gt;/ numpoints = 7&lt;br/&gt;/ anchorwidth = 5%&lt;br/&gt;/ position = (50%, 75%)&lt;br/&gt;/ inputdevice = mouse&lt;br/&gt;&amp;lt;/likert&amp;gt;</description><pubDate>Wed, 22 Jan 2020 12:13:09 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>