﻿<?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  » Help with Stroop task please</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Thu, 09 Apr 2026 05:42:17 GMT</lastBuildDate><ttl>20</ttl><item><title>Help with Stroop task please</title><link>https://forums.millisecond.com/Topic23194.aspx</link><description>I have downloaded a Stroop task from the library. I programmed the script to randomly display an image. I am wondering how can I see what the participants saw in the data? I have attached both my script and the output data. &lt;br/&gt;&lt;br/&gt;-If the data file does not contain the specific image shown each trial, is there a way I can trace back what they saw?&lt;br/&gt;&lt;br/&gt; -If not, in the future, what can I program in to the script to be able to see what image was shown each trial?&lt;br/&gt;&lt;br/&gt;I am trying to look at if they image on the screen (serving as a distractor) affects the time and accuracy of the results of the stroop task&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;Thank you&lt;br/&gt;</description><pubDate>Wed, 10 Jan 2018 12:47:51 GMT</pubDate><dc:creator>demaioa007</dc:creator></item><item><title>RE: Help with Stroop task please</title><link>https://forums.millisecond.com/Topic23195.aspx</link><description>&lt;div data-id="23194" class="if-quote-wrapper" unselectable="on" data-guid="1515616676421"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="23194" 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="23194" 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="23194" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;demaioa007 - Wednesday, January 10, 2018&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-23194"&gt;&lt;div class="if-quote-message-margin"&gt;I have downloaded a Stroop task from the library. I programmed the script to randomly display an image. I am wondering how can I see what the participants saw in the data? I have attached both my script and the output data. &lt;br/&gt;&lt;br/&gt;-If the data file does not contain the specific image shown each trial, is there a way I can trace back what they saw?&lt;br/&gt;&lt;br/&gt; -If not, in the future, what can I program in to the script to be able to see what image was shown each trial?&lt;br/&gt;&lt;br/&gt;I am trying to look at if they image on the screen (serving as a distractor) affects the time and accuracy of the results of the stroop task&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;Thank you&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="23194"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/div&gt;&lt;br/&gt;-If the data file does not contain the specific image shown each trial, is there a way I can trace back what they saw?&lt;br/&gt;&lt;br/&gt;No, I'm afraid you can't because you did not record that data.&lt;br/&gt;&lt;br/&gt;-If not, in the future, what can I program in to the script to be able to see what image was shown each trial?&lt;br/&gt;&lt;br/&gt;Your &amp;lt;data&amp;gt; element's /columns contains only a single stimulusitem column&lt;br/&gt;&lt;br/&gt;&amp;lt;data&amp;gt; &lt;br/&gt;/file = "StroopWithControlKeyboard_raw.iqdat"&lt;br/&gt;/separatefiles = true&lt;br/&gt;/ columns = [build date time subject blockcode blocknum trialcode trialnum values.congruency &lt;strong&gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; stimulusitem &lt;/strong&gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; response correct latency &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; expressions.congruentlatency expressions.incongruentlatency expressions.controllatency &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; expressions.meanRTcorr_congruent expressions.meanRTcorr_incongruent expressions.meanRTcorr_control&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; expressions.congruentcorrect expressions.incongruentcorrect expressions.controlcorrect]&lt;br/&gt;&amp;lt;/data&amp;gt;&lt;br/&gt;&lt;br/&gt;i.e. it is set up to capture only the item of the 1st stimulus element displayed by each &amp;lt;trial&amp;gt; element, i.e. it will capture the item selected for the &lt;strong&gt;bolded&lt;/strong&gt; stimuli&lt;br/&gt;&lt;br/&gt;&amp;lt;trial redcongruent&amp;gt; &lt;br/&gt;/ontrialbegin = [values.count_congruent += 1]&lt;br/&gt;/ontrialbegin = [values.congruency = 1]&lt;br/&gt;/ pretrialpause = 200&lt;br/&gt;/ stimulustimes = [1=&lt;strong&gt;redcongruent&lt;/strong&gt;, &lt;span style="font-style: italic;"&gt;redreminder, greenreminder, bluereminder, blackreminder, images]&lt;/span&gt;&lt;br/&gt;/ correctresponse = ("d")&lt;br/&gt;/ validresponse = ("d", "f", "j", "k")&lt;br/&gt;/ errormessage = true(x, 400)&lt;br/&gt;/ontrialend = [if (trial.redcongruent.correct) {values.countcorrect_congruent += 1; values.sumrt_congruent += trial.redcongruent.latency}]&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial redincongruent&amp;gt; &lt;br/&gt;/ontrialbegin = [values.count_incongruent += 1]&lt;br/&gt;/ontrialbegin = [values.congruency = 2]&lt;br/&gt;/ pretrialpause = 200&lt;br/&gt;/ stimulustimes = [1=&lt;strong&gt;redincongruent&lt;/strong&gt;, &lt;span style="font-style: italic;"&gt;redreminder, greenreminder, bluereminder, blackreminder, images&lt;/span&gt;]&lt;br/&gt;/ correctresponse = ("d")&lt;br/&gt;/ validresponse = ("d", "f", "j", "k")&lt;br/&gt;/ errormessage = true(x, 400)&lt;br/&gt;/ontrialend = [if (trial.redincongruent.correct) {values.countcorrect_incongruent += 1; values.sumrt_incongruent += trial.redincongruent.latency}]&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;and so forth. The remaining stimuli (&lt;span style="font-style: italic;"&gt;in italics&lt;/span&gt;) will not be captured.&lt;br/&gt;&lt;br/&gt;You can either add further stimulusitem columns to the /columns attribute, i.e. a total of six to capture all stimuli's items&lt;br/&gt;&lt;br/&gt;&amp;lt;data&amp;gt; &lt;br/&gt;/file = "StroopWithControlKeyboard_raw.iqdat"&lt;br/&gt;/separatefiles = true&lt;br/&gt;/ columns = [build date time subject blockcode blocknum trialcode trialnum values.congruency &lt;strong&gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; stimulusitem &lt;/strong&gt;&lt;strong&gt;stimulusitem &lt;/strong&gt;&lt;strong&gt;stimulusitem &lt;/strong&gt;&lt;strong&gt;stimulusitem &lt;/strong&gt;&lt;strong&gt;stimulusitem &lt;/strong&gt;&lt;strong&gt;stimulusitem &lt;/strong&gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; response correct latency &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; expressions.congruentlatency expressions.incongruentlatency expressions.controllatency &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; expressions.meanRTcorr_congruent expressions.meanRTcorr_incongruent expressions.meanRTcorr_control&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; expressions.congruentcorrect expressions.incongruentcorrect expressions.controlcorrect]&lt;br/&gt;&amp;lt;/data&amp;gt;&lt;br/&gt;&lt;br/&gt;or -- if you only want to capture the item displayed by &amp;lt;picture images&amp;gt; specifically -- you can log that &amp;lt;picture&amp;gt; element's currentitem property:&lt;br/&gt;&lt;br/&gt;&amp;lt;data&amp;gt; &lt;br/&gt;/file = "StroopWithControlKeyboard_raw.iqdat"&lt;br/&gt;/separatefiles = true&lt;br/&gt;/ columns = [build date time subject blockcode blocknum trialcode trialnum values.congruency &lt;strong&gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; stimulusitem picture.images.currentitem&lt;/strong&gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; response correct latency &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; expressions.congruentlatency expressions.incongruentlatency expressions.controllatency &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; expressions.meanRTcorr_congruent expressions.meanRTcorr_incongruent expressions.meanRTcorr_control&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; expressions.congruentcorrect expressions.incongruentcorrect expressions.controlcorrect]&lt;br/&gt;&amp;lt;/data&amp;gt;</description><pubDate>Wed, 10 Jan 2018 12:47:51 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>