﻿<?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  » Data Question</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Sat, 12 Sep 2026 13:39:38 GMT</lastBuildDate><ttl>20</ttl><item><title>Data Question</title><link>https://forums.millisecond.com/Topic30141.aspx</link><description>Hi,&lt;br/&gt;I am new to Inquisit and I would like to know if there is anyway the output file can produce information for lists that are not presented on the screen during the experiment but they are in a list form corresponding to the stimuli.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;To illustrate and clarify let me provide you with the following:&amp;nbsp;&lt;br/&gt;&lt;br/&gt;-  I will have stimuli of faces which will be presented in a sequence order on a trial.&lt;br/&gt;- And I will want to know the: age, gender, race of the face participants are presented with. But this information is not displayed on the screen. &lt;br/&gt;&lt;br/&gt;Stimuli:&lt;br/&gt;Face1, Face2, Face3, Face4, Face5&lt;br/&gt;&lt;br/&gt;Age:&lt;br/&gt;Old, Young, Old, Old, Young&lt;br/&gt;&lt;br/&gt;Gender: &lt;br/&gt;Male, Female, Female, Male, Female&lt;br/&gt;&lt;br/&gt;Race:&lt;br/&gt;Caucasian, Hispanic, Caucasian, Black/African American, Asian&lt;br/&gt;&lt;br/&gt;Best, &lt;br/&gt;Jordy&lt;br/&gt;&lt;br/&gt;</description><pubDate>Fri, 13 Nov 2020 14:12:48 GMT</pubDate><dc:creator>InquisitJK</dc:creator></item><item><title>RE: Data Question</title><link>https://forums.millisecond.com/Topic30143.aspx</link><description>&lt;blockquote data-id="30141" class="if-quote-wrapper" unselectable="on" data-guid="1605276191107" id="if_insertedNode_1605276190441" contenteditable="false"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="30141" 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="30141" 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="30141" title=" "&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;InquisitJK - 11/13/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-30141"&gt;&lt;div class="if-quote-message-margin" contenteditable="true"&gt;Hi,&lt;br/&gt;I am new to Inquisit and I would like to know if there is anyway the output file can produce information for lists that are not presented on the screen during the experiment but they are in a list form corresponding to the stimuli.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;To illustrate and clarify let me provide you with the following:&amp;nbsp;&lt;br/&gt;&lt;br/&gt;-  I will have stimuli of faces which will be presented in a sequence order on a trial.&lt;br/&gt;- And I will want to know the: age, gender, race of the face participants are presented with. But this information is not displayed on the screen. &lt;br/&gt;&lt;br/&gt;Stimuli:&lt;br/&gt;Face1, Face2, Face3, Face4, Face5&lt;br/&gt;&lt;br/&gt;Age:&lt;br/&gt;Old, Young, Old, Old, Young&lt;br/&gt;&lt;br/&gt;Gender: &lt;br/&gt;Male, Female, Female, Male, Female&lt;br/&gt;&lt;br/&gt;Race:&lt;br/&gt;Caucasian, Hispanic, Caucasian, Black/African American, Asian&lt;br/&gt;&lt;br/&gt;Best, &lt;br/&gt;Jordy&lt;br/&gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="30141"&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;&amp;lt;block example&amp;gt;&lt;br/&gt;/ trials = [1-5 = facetrial]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial facetrial&amp;gt;&lt;br/&gt;/ ontrialend = [&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;values.age = list.age.nextvalue;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;values.gender = list.gender.nextvalue;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;values.race = list.race.nextvalue;&lt;br/&gt;]&lt;br/&gt;/ stimulusframes = [1=face]&lt;br/&gt;/ validresponse = (57)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;values&amp;gt;&lt;br/&gt;/ age = ""&lt;br/&gt;/ race = ""&lt;br/&gt;/ gender = ""&lt;br/&gt;&amp;lt;/values&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text face&amp;gt;&lt;br/&gt;/ items = ("Face1", "Face2", "Face3", "Face4", "Face5")&lt;br/&gt;/ select = sequence&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list age&amp;gt;&lt;br/&gt;/ items = ("Old", "Young", "Old", "Old", "Young") &lt;br/&gt;/ selectionmode = text.face.currentindex&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list gender&amp;gt;&lt;br/&gt;/ items = ("Male", "Female", "Female", "Male", "Female") &lt;br/&gt;/ selectionmode = text.face.currentindex&lt;br/&gt;&amp;lt;/list&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;list race&amp;gt;&lt;br/&gt;/ items = ("Caucasian", "Hispanic", "Caucasian", "Black/African American", "Asian") &lt;br/&gt;/ selectionmode = text.face.currentindex&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 group blocknum blockcode trialnum trialcode response latency correct&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;stimulusitem values.age values.gender values.race)&lt;br/&gt;/ separatefiles = true&lt;br/&gt;&amp;lt;/data&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;</description><pubDate>Fri, 13 Nov 2020 14:12:48 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>