﻿<?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  » Inserting text half way through a trial</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Mon, 14 Sep 2026 02:34:51 GMT</lastBuildDate><ttl>20</ttl><item><title>Inserting text half way through a trial</title><link>https://forums.millisecond.com/Topic19894.aspx</link><description>Hi all,&lt;br/&gt;&lt;br/&gt;I am trying to have the text "please press the space bar when you're ready" appear after a 10 second delay on a screen that already has a question on it. I'm not sure if I should create two separate trials to, or if there's a way for it to appear on the screen?&lt;br/&gt;&lt;br/&gt;I look forward to your responses!&lt;br/&gt;&lt;br/&gt;Thank you,&lt;br/&gt;Chu&lt;br/&gt;&lt;br/&gt;&amp;lt;trial Ftr_ab&amp;gt;&lt;br/&gt;/ branch = [trial.wait]&lt;br/&gt;/ stimulustimes = [0=ftr_ab;1=PSA]&lt;br/&gt;/ responseinterrupt = immediate&lt;br/&gt;/ validresponse = (57)&lt;br/&gt;/ inputdevice = keyboard&lt;br/&gt;/ pretrialpause = 250&lt;br/&gt;/ posttrialpause = 250&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text PSA&amp;gt;&lt;br/&gt;/ items = PSA&lt;br/&gt;/ hjustify = center&lt;br/&gt;/ vjustify = center&lt;br/&gt;/ fontstyle = ("Arial", 2%, true)&lt;br/&gt;/ size = (50%, 40%)&lt;br/&gt;/ position = (50%, 85%)&lt;br/&gt;/ select = noreplace&lt;br/&gt;/ resetinterval = 0&lt;br/&gt;/ txcolor = white&lt;br/&gt;/ txbgcolor = black&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text Ftr_AB&amp;gt;&lt;br/&gt;/ items = Ftr_AB&lt;br/&gt;/ hjustify = center&lt;br/&gt;/ vjustify = center&lt;br/&gt;/ fontstyle = ("Arial", 8%, true)&lt;br/&gt;/ size = (90%, 80%)&lt;br/&gt;/ position = (50%, 50%)&lt;br/&gt;/ select = noreplace&lt;br/&gt;/ resetinterval = 0&lt;br/&gt;/ txcolor = white&lt;br/&gt;/ txbgcolor = black&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;</description><pubDate>Wed, 19 Oct 2016 15:59:31 GMT</pubDate><dc:creator>Jin</dc:creator></item><item><title>RE: Inserting text half way through a trial</title><link>https://forums.millisecond.com/Topic19895.aspx</link><description>The &amp;lt;trial&amp;gt;'s /stimulustimes attribute dictates when stimuli should appear. If you want a stimulus appear at 10 seconds into the trial (i.e.,&amp;nbsp; 10000ms), you specify:&lt;br/&gt;&lt;br/&gt;&amp;lt;trial sometrial&amp;gt;&lt;br/&gt;/ stimulustimes = [0=...; 10000=the_text_element_you_want_to_display]&lt;br/&gt;...&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;If, additionally, you want the trial to accept responses *prior* to the appearance of that text stimulus at 10s seconds, you can specify that via /beginresponsetime.&lt;br/&gt;&lt;br/&gt;&amp;lt;trial sometrial&amp;gt;&lt;br/&gt;/ stimulustimes = [0=...; 10000=the_text_element_you_want_to_display]&lt;br/&gt;...&lt;br/&gt;/ beginresponsetime = 0&lt;br/&gt;....&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;To illustrate:&lt;br/&gt;&lt;br/&gt;&amp;lt;trial sometrial&amp;gt;&lt;br/&gt;/ stimulustimes = [0=a,b; 10000=spacebar]&lt;br/&gt;/ beginresponsetime = 0&lt;br/&gt;/ validresponse = (57)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text a&amp;gt;&lt;br/&gt;/ items = ("some text...")&lt;br/&gt;/ position = (50%, 50%)&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text b&amp;gt;&lt;br/&gt;/ items = ("some other text...")&lt;br/&gt;/ position = (50%, 55%)&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text spacebar&amp;gt;&lt;br/&gt;/ items = ("Press the spacebar when you are ready.")&lt;br/&gt;/ position = (50%, 90%)&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;</description><pubDate>Wed, 19 Oct 2016 15:59:31 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>