﻿<?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  » Background instructions</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Mon, 21 Sep 2026 23:31:15 GMT</lastBuildDate><ttl>20</ttl><item><title>Background instructions</title><link>https://forums.millisecond.com/Topic14832.aspx</link><description>Hi,&lt;br/&gt;&lt;br/&gt;I would like some instruction sentences to constantly appear at the bottom edges of the screen during the whole duration of the task.&lt;br/&gt;I have been using the bg attribute as follows up to now:&lt;br/&gt;&lt;br/&gt;&amp;lt;block testblock&amp;gt;&lt;br/&gt;/ preinstructions = (test)&lt;br/&gt;/ trials = [1-80=noreplace(congruenttrial,incongruenttrial)]&lt;br/&gt;/ bgstim = (leftinstruct, rightinstruct)&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text leftinstruct&amp;gt;&lt;br/&gt;/ items = ("Z = UP")&lt;br/&gt;/ hposition = 15&lt;br/&gt;/ vposition = 95&lt;br/&gt;/ fontstyle = ("Verdana", 2.00%, true)&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text rightinstruct&amp;gt;&lt;br/&gt;/ items= ("M = DOWN")&lt;br/&gt;/ hposition = 85&lt;br/&gt;/ vposition = 95&lt;br/&gt;/ fontstyle = ("Verdana", 2.00%, true)&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial congruenttrial&amp;gt;&lt;br/&gt;/ ontrialbegin = [if(script.currentblock=="practiceblock")&lt;br/&gt;{&lt;br/&gt;values.stimtype=counter.pcongruentstimtype.selectedvalue;&lt;br/&gt;values.cresp=counter.pcongruentcresp.selectedvalue;&lt;br/&gt;} &lt;br/&gt;else&lt;br/&gt;{&lt;br/&gt;values.stimtype=counter.congruentstimtype.selectedvalue;&lt;br/&gt;values.cresp=counter.congruentcresp.selectedvalue;&lt;br/&gt;}]&lt;br/&gt;/ posttrialpause = 500&lt;br/&gt;/ stimulustimes = [0=fixation, leftinstruct,rightinstruct;500=blank, leftinstruct,rightinstruct; 1050=stimulus, leftinstruct, rightinstruct]&lt;br/&gt;/ trialduration = 2600&lt;br/&gt;/ responsetime = 1050&lt;br/&gt;/ validresponse = (44,50)&lt;br/&gt;/ iscorrectresponse = [trial.congruenttrial.response==values.cresp]&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial incongruenttrial&amp;gt;&lt;br/&gt;/ ontrialbegin = [if(script.currentblock=="practiceblock")&lt;br/&gt;{&lt;br/&gt;values.stimtype=counter.pincongruentstimtype.selectedvalue;&lt;br/&gt;values.cresp=counter.pincongruentcresp.selectedvalue;&lt;br/&gt;} &lt;br/&gt;else&lt;br/&gt;{&lt;br/&gt;values.stimtype=counter.incongruentstimtype.selectedvalue;&lt;br/&gt;values.cresp=counter.incongruentcresp.selectedvalue;&lt;br/&gt;}]&lt;br/&gt;/ posttrialpause = 500&lt;br/&gt;/ stimulustimes = [0=fixation, leftinstruct,rightinstruct; 500=blank, leftinstruct,rightinstruct; 1050=stimulus, leftinstruct, rightinstruct]&lt;br/&gt;/ trialduration = 2600&lt;br/&gt;/ responsetime = 1050&lt;br/&gt;/ validresponse = (44,50)&lt;br/&gt;/ iscorrectresponse = [trial.incongruenttrial.response==values.cresp]&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;The problem is that between each trial these instructions disappear and I would like them to remain on the screen all the time (I don't want them just flashing during the trials).&lt;br/&gt;When I put a bgattribute in the block element, the background stimuli only appear at the beginning of the block. That is why also put:&lt;br/&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;/ stimulustimes = [0=fixation, leftinstruct,rightinstruct; 500=blank, leftinstruct,rightinstruct; 1050=stimulus, leftinstruct, rightinstruct]&lt;br/&gt;&lt;br/&gt;Thank you for your help!</description><pubDate>Wed, 05 Nov 2014 12:37:58 GMT</pubDate><dc:creator>Zooahh</dc:creator></item><item><title>RE: Background instructions</title><link>https://forums.millisecond.com/Topic14894.aspx</link><description>Thanks!</description><pubDate>Wed, 05 Nov 2014 12:37:58 GMT</pubDate><dc:creator>Zooahh</dc:creator></item><item><title>RE: Background instructions</title><link>https://forums.millisecond.com/Topic14833.aspx</link><description>Anything in /bgstim is drawn to the screen exactly once at the very beginning of the &amp;lt;block&amp;gt;. If any stimulus displayed by the &amp;lt;trial&amp;gt; elements in that &amp;lt;block&amp;gt; overwrites (part of) the background stims, they'll be gone. You need to make sure that doesn't happen by sizing and positioning the stimuli in your trial's accordingly.&lt;br/&gt;&lt;br/&gt;If you alternatively want to display those persistent instructions via your your &amp;lt;trial&amp;gt;s, make sure to set their /erase attributes to false.&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;</description><pubDate>Mon, 03 Nov 2014 09:22:53 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>