﻿<?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 3  » missing stimulusitem information in data file</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Wed, 16 Sep 2026 06:39:45 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: missing stimulusitem information in data file</title><link>https://forums.millisecond.com/Topic5110.aspx</link><description>&lt;p&gt;No problem :-)&lt;/p&gt;</description><pubDate>Tue, 09 Nov 2010 03:48:30 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: missing stimulusitem information in data file</title><link>https://forums.millisecond.com/Topic5109.aspx</link><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;thanks a lot. This solved the problem. What a stupid misunderstanding from my side.&lt;/p&gt;
&lt;p&gt;Best Jens&lt;/p&gt;</description><pubDate>Tue, 09 Nov 2010 03:46:24 GMT</pubDate><dc:creator>jens</dc:creator></item><item><title>RE: missing stimulusitem information in data file</title><link>https://forums.millisecond.com/Topic5108.aspx</link><description>&lt;p&gt;[quote]There are two stimuli and I ask the data element to report two stimuli.[/quote]&lt;/p&gt;
&lt;p&gt;No. By defining '/ stimulusframes = [1-15 = fixation; ...]' you're telling Inquisit to show fixation 15 times, each of which is treated as a different stimulus instance. The definition you're looking for is simply '/ stimulusframes = [1 = fixation; 30=noreplace(aufw&amp;auml;rmer_pic,aufw&amp;auml;rmer_neu_pic)]'.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;~Dave&lt;/p&gt;</description><pubDate>Tue, 09 Nov 2010 03:26:47 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: missing stimulusitem information in data file</title><link>https://forums.millisecond.com/Topic5107.aspx</link><description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;using the default data element as you suggest&amp;nbsp; "You should first generate some test data with Inquisit's default data 
recording scheme (i.e. delete the &amp;lt;data&amp;gt; element). Look at 
generated data file to determine the necessary number of 'stimulusitem' 
columns by counting them. Then define your &amp;lt;data&amp;gt; element 
accordingly." gives "1 +" for each stimulusnumber and stimulusitem &lt;/p&gt;
&lt;p&gt;Regards &lt;/p&gt;
&lt;p&gt;Jens&lt;/p&gt;</description><pubDate>Tue, 09 Nov 2010 03:24:18 GMT</pubDate><dc:creator>jens</dc:creator></item><item><title>RE: missing stimulusitem information in data file</title><link>https://forums.millisecond.com/Topic5106.aspx</link><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;thanks for reply. But this is not the solution to the problem as the trial-definition shows.&lt;/p&gt;
&lt;p&gt;&amp;lt;trial test_aufw&amp;auml;rmer&amp;gt;&lt;br /&gt;/ stimulusframes = [1-15 = fixation; 30=noreplace(aufw&amp;auml;rmer_pic,aufw&amp;auml;rmer_neu_pic)]&lt;br /&gt;/ recorddata = true&lt;br /&gt;/ responseframe = 30&lt;br /&gt;/ response = timeout(30000)&lt;br /&gt;/ validresponse = (lbuttondown,rbuttondown)&lt;br /&gt;&amp;lt;/trial&amp;gt;&lt;/p&gt;
&lt;p&gt;There are two stimuli and I ask the data element to report two stimuli.&lt;/p&gt;
&lt;p&gt;Best&lt;/p&gt;
&lt;p&gt;Jens&lt;/p&gt;</description><pubDate>Tue, 09 Nov 2010 03:17:09 GMT</pubDate><dc:creator>jens</dc:creator></item><item><title>RE: missing stimulusitem information in data file</title><link>https://forums.millisecond.com/Topic5105.aspx</link><description>&lt;p&gt;Most likely you have to add further stimulusitem columns to your /columns attribute. The stimulusitem columns record the stimuli in the order in which they are presented by a given &amp;lt;trial&amp;gt; element's /stimulustimes or /stimulusframes attribute. Suppose you have defined the following &amp;lt;trial&amp;gt;:&lt;/p&gt;
&lt;p style="padding-left: 30px;"&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;lt;trial mytrial&amp;gt;&lt;br /&gt;/ stimulustimes = [0=prime; 250=mask; 500=target]&lt;br /&gt;[...]&lt;br /&gt;&amp;lt;/trial&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Your &amp;lt;data&amp;gt; element definition would cause only 'prime' and 'mask' items to be recorded. The 'target' items would be missing. You should first generate some test data with Inquisit's default data recording scheme (i.e. delete the &amp;lt;data&amp;gt; element). Look at generated data file to determine the necessary number of 'stimulusitem' columns by counting them. Then define your &amp;lt;data&amp;gt; element accordingly.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;~Dave&lt;/p&gt;</description><pubDate>Tue, 09 Nov 2010 03:11:23 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>missing stimulusitem information in data file</title><link>https://forums.millisecond.com/Topic5104.aspx</link><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I am in the process of scripting a learning experiment. Here is my problem. The script looks for picture-stimuli which are stored in various directories.&amp;nbsp; So, there is a directory containing only the practice items, one containing the items to be learnt and so on. The procedure to read the stimuli is stored in an extra exp-file which I include in the main exp-file. Unfortunately, no stimulus-information is stored in the data file despite asking for it. Inquisit stores only a "+" for each stimulusitem.&lt;/p&gt;
&lt;p&gt;BTW, I am using Inquist 3.0.4. I attached the exp-file which reads in the stimuli. I guess relevant lines of the main exp-files are:&lt;/p&gt;
&lt;p&gt;&amp;lt;include&amp;gt;&lt;br /&gt;/file="Stimuli_1_Tag.exp"&lt;br /&gt;&amp;lt;/include&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;data &amp;gt;&lt;br /&gt;/ columns =[subject, trialcode, trialnum, latency, response, correct, stimulusitem, stimulusitem]&lt;br /&gt;/ separatefiles = true&lt;br /&gt;/ format = free&lt;br /&gt;&amp;lt;/data&amp;gt;&lt;/p&gt;
&lt;p&gt;Best Jens&lt;/p&gt;



</description><pubDate>Tue, 09 Nov 2010 02:48:32 GMT</pubDate><dc:creator>jens</dc:creator></item></channel></rss>