﻿<?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  » Dilemmas with Stimulustimes on Inquisit 3.0</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 23:08:29 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Dilemmas with Stimulustimes on Inquisit 3.0</title><link>https://forums.millisecond.com/Topic7769.aspx</link><description>&lt;p&gt;You need to reference the &amp;lt;text&amp;gt; elements' names in /stimulustimes as covered in the Inquisit documentation / tutorials. The selection won't work either (revisit the forum thread I mentioned earlier).&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;~Dave&lt;/p&gt;</description><pubDate>Tue, 03 Apr 2012 14:10:10 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: Dilemmas with Stimulustimes on Inquisit 3.0</title><link>https://forums.millisecond.com/Topic7768.aspx</link><description>&lt;p&gt;I have created several texts elements and have consulted the online inquisit tutorial as well as the link you gave me. However, I still receive the same error reqarding stimulustimes. Here is my script so far:&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;&amp;lt;item item_eight alternating words&amp;gt;&lt;/p&gt;
&lt;p&gt;/ 1= "书包"&lt;/p&gt;
&lt;p&gt;/ 2= "Scissors"&lt;/p&gt;
&lt;p&gt;/ 3= "灯泡"&lt;/p&gt;
&lt;p&gt;/ 4= "Laptop"&lt;/p&gt;
&lt;p&gt;/ 5= "海鸥"&lt;/p&gt;
&lt;p&gt;/ 6= "Ostrich"&lt;/p&gt;
&lt;p&gt;/ 7= "手表"&lt;/p&gt;
&lt;p&gt;/ 8= "Microwave"&lt;/p&gt;
&lt;p&gt;/ 9= "#"&lt;/p&gt;
&lt;p&gt;/ 10= "Ruler"&lt;/p&gt;
&lt;p&gt;&amp;lt;/item&amp;gt;&lt;/p&gt;

&lt;p&gt;&amp;lt;text text_eight alternating words1&amp;gt;&lt;/p&gt;
&lt;p&gt;/ items = ("书包")&lt;/p&gt;
&lt;p&gt;/ select = sequence&lt;/p&gt;
&lt;p&gt;/ fontstyle = ("@宋体", 4.69%, true, false, false, false, 5, 134)&lt;/p&gt;
&lt;p&gt;/ txcolor = (0, 0, 255)&lt;/p&gt;
&lt;p&gt;/ txbgcolor = (255, 255, 255)&lt;/p&gt;
&lt;p&gt;&amp;lt;/text&amp;gt;&lt;/p&gt;

&lt;p&gt;&amp;lt;text text_eight alternating words2&amp;gt;&lt;/p&gt;
&lt;p&gt;/ items = &amp;nbsp;("Scissors")&lt;/p&gt;
&lt;p&gt;/ select = sequence&lt;/p&gt;
&lt;p&gt;/ fontstyle = ("Times New Roman", 4.69%, true, false, false, false, 5, 0)&lt;/p&gt;
&lt;p&gt;/ txcolor = (0, 0, 255)&lt;/p&gt;
&lt;p&gt;/ txbgcolor = (255, 255, 255)&lt;/p&gt;
&lt;p&gt;&amp;lt;/text&amp;gt;&lt;/p&gt;

&lt;p&gt;&amp;lt;text text_eight alternating words3&amp;gt;&lt;/p&gt;
&lt;p&gt;/ items = &amp;nbsp;("灯泡")&lt;/p&gt;
&lt;p&gt;/ select = sequence&lt;/p&gt;
&lt;p&gt;/ fontstyle = ("@宋体", 4.69%, true, false, false, false, 5, 134)&lt;/p&gt;
&lt;p&gt;/ txcolor = (0, 0, 255)&lt;/p&gt;
&lt;p&gt;/ txbgcolor = (255, 255, 255)&lt;/p&gt;
&lt;p&gt;&amp;lt;/text&amp;gt;&lt;/p&gt;

&lt;p&gt;&amp;lt;text text_eight alternating words4&amp;gt;&lt;/p&gt;
&lt;p&gt;/ items = &amp;nbsp;("Laptop")&lt;/p&gt;
&lt;p&gt;/ select = sequence&lt;/p&gt;
&lt;p&gt;/ fontstyle = ("Times New Roman", 4.69%, true, false, false, false, 5, 0)&lt;/p&gt;
&lt;p&gt;/ txcolor = (0, 0, 255)&lt;/p&gt;
&lt;p&gt;/ txbgcolor = (255, 255, 255)&lt;/p&gt;
&lt;p&gt;&amp;lt;/text&amp;gt;&lt;/p&gt;

&lt;p&gt;&amp;lt;text text_eight alternating words5&amp;gt;&lt;/p&gt;
&lt;p&gt;/ items = &amp;nbsp;("海鸥")&lt;/p&gt;
&lt;p&gt;/ select = sequence&lt;/p&gt;
&lt;p&gt;/ fontstyle = ("@宋体", 4.69%, true, false, false, false, 5, 134)&lt;/p&gt;
&lt;p&gt;/ txcolor = (0, 0, 255)&lt;/p&gt;
&lt;p&gt;/ txbgcolor = (255, 255, 255)&lt;/p&gt;
&lt;p&gt;&amp;lt;/text&amp;gt;&lt;/p&gt;

&lt;p&gt;&amp;lt;text text_eight alternating words6&amp;gt;&lt;/p&gt;
&lt;p&gt;/ items = &amp;nbsp;("Ostrich")&lt;/p&gt;
&lt;p&gt;/ select = sequence&lt;/p&gt;
&lt;p&gt;/ fontstyle = ("Times New Roman", 4.69%, true, false, false, false, 5, 0)&lt;/p&gt;
&lt;p&gt;/ txcolor = (0, 0, 255)&lt;/p&gt;
&lt;p&gt;/ txbgcolor = (255, 255, 255)&lt;/p&gt;
&lt;p&gt;&amp;lt;/text&amp;gt;&lt;/p&gt;

&lt;p&gt;&amp;lt;text text_eight alternating words7&amp;gt;&lt;/p&gt;
&lt;p&gt;/ items = &amp;nbsp;("手表")&lt;/p&gt;
&lt;p&gt;/ select = sequence&lt;/p&gt;
&lt;p&gt;/ fontstyle = ("@宋体", 4.69%, true, false, false, false, 5, 134)&lt;/p&gt;
&lt;p&gt;/ txcolor = (0, 0, 255)&lt;/p&gt;
&lt;p&gt;/ txbgcolor = (255, 255, 255)&lt;/p&gt;
&lt;p&gt;&amp;lt;/text&amp;gt;&lt;/p&gt;

&lt;p&gt;&amp;lt;text text_eight alternating words8&amp;gt;&lt;/p&gt;
&lt;p&gt;/ items = ("Microwave")&lt;/p&gt;
&lt;p&gt;/ select = sequence&lt;/p&gt;
&lt;p&gt;/ fontstyle = ("Times New Roman", 4.69%, true, false, false, false, 5, 0)&lt;/p&gt;
&lt;p&gt;/ txcolor = (0, 0, 255)&lt;/p&gt;
&lt;p&gt;/ txbgcolor = (255, 255, 255)&lt;/p&gt;
&lt;p&gt;&amp;lt;/text&amp;gt;&lt;/p&gt;

&lt;p&gt;&amp;lt;text text_eight alternating words9&amp;gt;&lt;/p&gt;
&lt;p&gt;/ items = ("#")&lt;/p&gt;
&lt;p&gt;/ select = sequence&lt;/p&gt;
&lt;p&gt;/ fontstyle = ("Times New Roman", 4.69%, true, false, false, false, 5, 0)&lt;/p&gt;
&lt;p&gt;/ txcolor = (0, 0, 255)&lt;/p&gt;
&lt;p&gt;/ txbgcolor = (255, 255, 255)&lt;/p&gt;
&lt;p&gt;&amp;lt;/text&amp;gt;&lt;/p&gt;

&lt;p&gt;&amp;lt;text text_eight alternating words10&amp;gt;&lt;/p&gt;
&lt;p&gt;/ items = ("Ruler")&lt;/p&gt;
&lt;p&gt;/ select = sequence&lt;/p&gt;
&lt;p&gt;/ fontstyle = ("Times New Roman", 4.69%, true, false, false, false, 5, 0)&lt;/p&gt;
&lt;p&gt;/ txcolor = (0, 0, 255)&lt;/p&gt;
&lt;p&gt;/ txbgcolor = (255, 255, 255)&lt;/p&gt;
&lt;p&gt;&amp;lt;/text&amp;gt;&lt;/p&gt;

&lt;p&gt;&amp;lt;trial trialone&amp;gt;&lt;/p&gt;
&lt;p&gt;/ stimulustimes = [0=书包; 1000=Scissors; 2000=灯泡; 3000=Laptop; 4000=海鸥; 5000=Ostrich; 6000=手表; 7000=Microwave;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;8000=#; 11000=Ruler]&lt;/p&gt;
&lt;p&gt;/ responsetime = 11000&lt;/p&gt;
&lt;p&gt;/ response = timeout (10000)&lt;/p&gt;
&lt;p&gt;/ inputdevice = keyboard&lt;/p&gt;
&lt;p&gt;/ validresponse = ("f", "j")&lt;/p&gt;
&lt;p&gt;/ correctresponse = ("j")&lt;/p&gt;
&lt;div&gt;&lt;/div&gt;
&lt;/p&gt;</description><pubDate>Tue, 03 Apr 2012 14:04:50 GMT</pubDate><dc:creator>Yiyao</dc:creator></item><item><title>RE: Dilemmas with Stimulustimes on Inquisit 3.0</title><link>https://forums.millisecond.com/Topic7749.aspx</link><description>&lt;p&gt;As indicated previously, you need to set up *several* &amp;lt;text&amp;gt; elements -- one for each word. Again, you will find such basics covered in the resources I referenced earlier.&lt;/p&gt;</description><pubDate>Sun, 01 Apr 2012 01:35:23 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: Dilemmas with Stimulustimes on Inquisit 3.0</title><link>https://forums.millisecond.com/Topic7748.aspx</link><description>&lt;p&gt;First of all, thank you very much for providing a solution for my dilemma. However, I still received the same error regarding stimulustimes after i created the text element. I followed the examples in the tutorial sections that dealt with writing a text stimulus. Could you possibly provide a more specific example on how to successfully create a running trial? Here is my edited script so far:&lt;/p&gt;

&lt;p&gt;
&lt;p&gt;&amp;lt;text eight alternating words&amp;gt;&lt;/p&gt;
&lt;p&gt;/ items = ("书包", "scissors", "灯泡", "laptop", "海鸥", "ostrich", "手表", "microwave", "#", "ruler")&lt;/p&gt;
&lt;p&gt;/ select = sequence&lt;/p&gt;
&lt;p&gt;/ fontstyle = ("Times New Roman", 4.69%, true, false, false, false, 5, 0)&lt;/p&gt;
&lt;p&gt;/ fontstyle = ("@宋体", 4.69%, true, false, false, false, 5, 134)&lt;/p&gt;
&lt;p&gt;/ txcolor = (0, 0, 255)&lt;/p&gt;
&lt;p&gt;/ txbgcolor = (255, 255, 255)&lt;/p&gt;
&lt;p&gt;&amp;lt;/text&amp;gt;&lt;/p&gt;

&lt;p&gt;&amp;lt;trial trialone&amp;gt;&lt;/p&gt;
&lt;p&gt;/ stimulustimes = [0=书包; 1500=scissors; 3000=灯泡; 4500=laptop; 6000=海鸥; 7500=ostrich; 9000=手表; 10500=microwave;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;12000=#; 15000=ruler]&lt;/p&gt;
&lt;p&gt;/ responsetime = 15000&lt;/p&gt;
&lt;p&gt;/ response = timeout (60000)&lt;/p&gt;
&lt;p&gt;/ inputdevice = keyboard&lt;/p&gt;
&lt;p&gt;/ validresponse = ("f", "j")&lt;/p&gt;
&lt;p&gt;/ correctresponse = ("j")&lt;/p&gt;
&lt;p&gt;&amp;lt;/trial&amp;gt;&lt;/p&gt;
&lt;/p&gt;</description><pubDate>Sat, 31 Mar 2012 17:49:23 GMT</pubDate><dc:creator>Yiyao</dc:creator></item><item><title>RE: Dilemmas with Stimulustimes on Inquisit 3.0</title><link>https://forums.millisecond.com/Topic7723.aspx</link><description>&lt;p&gt;An &amp;lt;item&amp;gt; element is not something that can be used in /stimulustimes. It just stores items. You need to set up several &amp;lt;text&amp;gt; elements that sample from said &amp;lt;item&amp;gt; element. You will find those basics covered in the tutorials included in the Inquisit documentation. Also see https://www.millisecond.com/forums/Topic1430.aspx.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;~Dave&lt;/p&gt;</description><pubDate>Fri, 30 Mar 2012 01:48:18 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>Dilemmas with Stimulustimes on Inquisit 3.0</title><link>https://forums.millisecond.com/Topic7722.aspx</link><description>&lt;p&gt;I am attempting to run a bilingual experiment measuring short-term memory reaction times of bilingual Chinese/English speakers. The format of my experiment is similar to that of the Sternberg task with the exception that alternating Chinese/English words will be utilized and Chinese-only and English-only words would be used as controls. Currently, I am trying to run one trial but I keep on receiving an error regarding stimulustimes "/stimulustimes: Could not locate element "书包"&amp;nbsp;. At first I thought that the error was related to the Chinese word, but after I deleted all the Chinese words and just used the English words, the same error occurred. I will greatly appreciate it if anyone is able to provide a solution to this error. Thanks!&amp;nbsp;Below is my current Inquisit Script.:&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;&amp;lt;item eight alternating words&amp;gt;&lt;/p&gt;
&lt;p&gt;/ 0="书包"&lt;/p&gt;
&lt;p&gt;/ 1="scissors"&lt;/p&gt;
&lt;p&gt;/ 2="灯泡"&lt;/p&gt;
&lt;p&gt;/ 3="laptop"&lt;/p&gt;
&lt;p&gt;/ 4="海鸥"&lt;/p&gt;
&lt;p&gt;/ 5="ostrich"&lt;/p&gt;
&lt;p&gt;/ 6="手表"&lt;/p&gt;
&lt;p&gt;/ 7="microwave"&lt;/p&gt;
&lt;p&gt;/ 8="#"&lt;/p&gt;
&lt;p&gt;/ 9="ruler"&lt;/p&gt;
&lt;p&gt;&amp;lt;/item&amp;gt;= (trial trialone)&lt;/p&gt;

&lt;p&gt;&amp;lt;trial trialone&amp;gt;&lt;/p&gt;
&lt;p&gt;/ stimulustimes = [0=书包; 1500=scissors; 3000=灯泡; 4500=laptop; 6000=海鸥; 7500=ostrich; 9000=手表; 10500=microwave;&amp;nbsp;12000=#; 15000=ruler]&lt;/p&gt;
&lt;p&gt;/ responsetime = 15000&lt;/p&gt;
&lt;p&gt;/ response = timeout (60000)&lt;/p&gt;
&lt;p&gt;/ inputdevice = keyboard&lt;/p&gt;
&lt;p&gt;/ validresponse = ("f", "j")&lt;/p&gt;
&lt;p&gt;/ correctresponse = ("j")&lt;/p&gt;
&lt;p&gt;&amp;lt;/trial&amp;gt;&lt;/p&gt;
&lt;/p&gt;</description><pubDate>Thu, 29 Mar 2012 16:47:09 GMT</pubDate><dc:creator>Yiyao</dc:creator></item></channel></rss>