﻿<?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  » affective Simon task</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Thu, 10 Sep 2026 06:21:00 GMT</lastBuildDate><ttl>20</ttl><item><title>affective Simon task</title><link>https://forums.millisecond.com/Topic19759.aspx</link><description>Hello,&lt;br/&gt;I am trying to program an affective Simon task. Participants judge either the color of the stimulus word (green/blue) or when presented in white is emotional value of the stimulus word (positive/negative). I have a list of 4 x 10 words (belonging to different categories: negtra, negemo, postra, posemo). In the experimental block, I need to present each word once in white, blue or green, which at the moment I do not achieve. Words are presented more often than one time in a specific color. The reason for this is obvious. At the moment, there is just random selection which does not work out. I assume that the solution is a (or more) list(s). But I do not manage to set up such list. &lt;br/&gt;&lt;br/&gt;Suggestions are welcome.&lt;br/&gt;&lt;br/&gt;Best regards Jens&lt;br/&gt;</description><pubDate>Wed, 28 Sep 2016 01:38:11 GMT</pubDate><dc:creator>jens</dc:creator></item><item><title>RE: affective Simon task</title><link>https://forums.millisecond.com/Topic19773.aspx</link><description>Hello,&lt;br/&gt;ok, understood. Thanks a lot. The extension to four categories of words works. :-)&lt;br/&gt;Best regards Jens&lt;br/&gt;</description><pubDate>Wed, 28 Sep 2016 01:38:11 GMT</pubDate><dc:creator>jens</dc:creator></item><item><title>RE: affective Simon task</title><link>https://forums.millisecond.com/Topic19768.aspx</link><description>The internal representation of colors is ultimately a numerical value (not a label), hence values.wordcolor is numerical.&lt;br/&gt;</description><pubDate>Tue, 27 Sep 2016 11:20:20 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: affective Simon task</title><link>https://forums.millisecond.com/Topic19763.aspx</link><description>Hello,&lt;br/&gt;&lt;br/&gt;thanks a lot, that helps. I hope I can expand it to my four conditions, but that should work. Any suggestion why values.wordcolor gives me numbers instead of color labels, e.g. 4278255360, 4294901760 and 4294967295?&lt;br/&gt;&lt;br/&gt;Best regards Jens&lt;br/&gt;</description><pubDate>Tue, 27 Sep 2016 07:41:29 GMT</pubDate><dc:creator>jens</dc:creator></item><item><title>RE: affective Simon task</title><link>https://forums.millisecond.com/Topic19761.aspx</link><description>You need to pair your word items / item numbers with the desired display colors. For the sake of example, suppose you have 4 words and 3 display colors -- you want to display each word in each color exactly once, i.e., you have 4 x 3 = 12 combinations:&lt;br/&gt;&lt;br/&gt;&amp;lt;block myblock&amp;gt;&lt;br/&gt;/ screencolor = black&lt;br/&gt;/ trials = [1-12 = mytrial]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial mytrial&amp;gt;&lt;br/&gt;/ ontrialbegin = [values.worditemnumber = list.worditemnumbers.nextvalue; values.wordcolor = list.wordcolors.nextvalue; &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; text.word.textcolor = values.wordcolor]&lt;br/&gt;/ stimulusframes = [1=word]&lt;br/&gt;/ validresponse = (57)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text word&amp;gt;&lt;br/&gt;/ items = worditems&lt;br/&gt;/ select = values.worditemnumber&lt;br/&gt;/ txbgcolor = black&lt;br/&gt;/ fontstyle = ("Arial", 5%)&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;item worditems&amp;gt;&lt;br/&gt;/ 1 = "Bird"&lt;br/&gt;/ 2 = "Cat"&lt;br/&gt;/ 3 = "Dog"&lt;br/&gt;/ 4 = "Eel"&lt;br/&gt;&amp;lt;/item&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list worditemnumbers&amp;gt;&lt;br/&gt;/ items = (1,1,1,&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2,2,2,&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3,3,3,&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4,4,4)&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list wordcolors&amp;gt;&lt;br/&gt;/ items = (blue, green, white, &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; blue, green, white, &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; blue, green, white, &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; blue, green, white)&lt;br/&gt;/ selectionmode = list.worditemnumbers.currentindex&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;values&amp;gt;&lt;br/&gt;/ worditemnumber = 1&lt;br/&gt;/ wordcolor = black&lt;br/&gt;&amp;lt;/values&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;data&amp;gt;&lt;br/&gt;/ columns = [date time subject group blocknum blockcode trialnum trialcode response latency correct stimulusitem values.worditemnumber values.wordcolor]&lt;br/&gt;/ separatefiles = true&lt;br/&gt;&amp;lt;/data&amp;gt;&lt;br/&gt;&lt;br/&gt;</description><pubDate>Tue, 27 Sep 2016 07:09:51 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>