﻿<?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  » How to have stimulus remain on screen during presentation of video</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Sun, 13 Sep 2026 17:59:50 GMT</lastBuildDate><ttl>20</ttl><item><title>How to have stimulus remain on screen during presentation of video</title><link>https://forums.millisecond.com/Topic19357.aspx</link><description>Hi, &lt;br/&gt;&lt;br/&gt;I'm&amp;nbsp;quite new with INQUISIT ad,&amp;nbsp;have problems with a stimulus that is presented on screen and needs to remain on screen during presentation of a .gif-video. &lt;br/&gt;&lt;br/&gt;Here's how I do it: &lt;br/&gt;&lt;br/&gt;&amp;lt;text STIM&amp;gt;&amp;nbsp; &lt;br/&gt;/ numitems = 1&lt;br/&gt;/ items = "STIMULUSNAME"&lt;br/&gt;/ fontstyle = ("Arial Black", 18pt, false)&lt;br/&gt;/ txbgcolor = (0,0,0)&lt;br/&gt;/ txcolor = (255,255,255)&lt;br/&gt;/ erase = false&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;picture up_pic&amp;gt;&amp;nbsp; &lt;br/&gt;/ numitems = 1&lt;br/&gt;/ items = ("up.bmp")&lt;br/&gt;/ position = (50%, 70%)&lt;br/&gt;/ erase=false&lt;br/&gt;&amp;lt;/picture&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;video up&amp;gt;&lt;br/&gt;/ items = ("up.gif")&lt;br/&gt;/ position = (50%, 70%)&lt;br/&gt;&amp;lt;/video&amp;gt;&lt;br/&gt;&lt;p&gt;&amp;lt;trial up&amp;gt;&amp;nbsp; &lt;br/&gt;/ pretrialpause = 100 &lt;br/&gt;/ validkeys = (200)&lt;br/&gt;/ correctresponse = (200)&lt;br/&gt;/ stimulustimes = [0=up_pic;500=STIM]&lt;br/&gt;/ branch = [trial.up_B1]&lt;br/&gt;/ beginresponsetime = 500&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;trial up_B1&amp;gt;&amp;nbsp; &lt;br/&gt;/ stimulustimes = [0=up]&lt;br/&gt;/ posttrialpause = 100&lt;br/&gt;/ responseinterrupt = trial&lt;br/&gt;/ recorddata = false&lt;br/&gt;/ timeout = 1000&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;Problem is: stimulus is erased as soon as video begins. &lt;br/&gt;&lt;br/&gt;Of course I can change stimulusframes so that the stimulus is presented again:&lt;br/&gt;/ stimulustimes = [0=up,STIM]&lt;br/&gt; but then I have a flicker problem. &lt;br/&gt;Is there any solution for this? &lt;br/&gt;&lt;br/&gt;&lt;/p&gt;</description><pubDate>Sun, 03 Jul 2016 14:35:58 GMT</pubDate><dc:creator>pjotre</dc:creator></item><item><title>RE: How to have stimulus remain on screen during presentation of video</title><link>https://forums.millisecond.com/Topic19364.aspx</link><description>I am unable to reproduce this. I'm using the attached code (derived from the excerpts in your initial post) and the latest Inquisit 4 Lab version available from &lt;a href="https://www.millisecond.com/download/."&gt;&lt;a href="https://www.millisecond.com/download/."&gt;https://www.millisecond.com/download/.&lt;/a&gt;&lt;/a&gt; When sized and positioned such that the &amp;lt;text&amp;gt; and &amp;lt;video&amp;gt; stimuli do not overlap, the static text stimulus remains visible during the presentation of the video (an animated gif) as expected for me.&lt;br/&gt;&lt;br/&gt;(1) If your Inquisit 4 installation is not up to date, please update.&lt;br/&gt;(2) If the issue persists, please provide the image and gif files you are using (you can attach files to a post via +Insert -&amp;gt; Add File). Please also report your operating system type and version.&lt;br/&gt;(3) If the issue persists, could you please check and report if the result is identical when using a different video format (e.g. mpg instead of an animated gif).&lt;br/&gt;&lt;br/&gt;Thanks.&lt;br/&gt;</description><pubDate>Sun, 03 Jul 2016 14:35:58 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: How to have stimulus remain on screen during presentation of video</title><link>https://forums.millisecond.com/Topic19362.aspx</link><description>Hi Dave,&amp;nbsp;&lt;br/&gt;&lt;br/&gt;Thank you for your answer.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;If I understand correctly I should try to put the static word stimulus in a different area than the video.&amp;nbsp;&lt;br/&gt;However, the video and the word stimulus now already appear in a different place.&amp;nbsp;&lt;br/&gt;The word is in the center of screen and the video is at (50%,70%)&lt;br/&gt;Just to try, I changed the video so that it was smaller: /size =5%,5% &amp;nbsp;(and definitely should not be in the same place) and it didn't change anything.&amp;nbsp;&lt;br/&gt;Also changing the location of video to (50%,90%) didn't change the fact that the word still disappeared when video appeared.&amp;nbsp;&lt;br/&gt;Is there another way to put the word stimulus in a different area than the video?&amp;nbsp;&lt;br/&gt;&lt;br/&gt;Thanks,&amp;nbsp;&lt;br/&gt;&lt;br/&gt;Pieter</description><pubDate>Sun, 03 Jul 2016 11:05:24 GMT</pubDate><dc:creator>pjotre</dc:creator></item><item><title>RE: How to have stimulus remain on screen during presentation of video</title><link>https://forums.millisecond.com/Topic19360.aspx</link><description>Displaying a video means constantly re-drawing the screen area occupied by the video. Hence any static stimuli also occupying that same area will be overwritten / disappear as soon as the area is redrawn for the video for the first time.&lt;br/&gt;&lt;br/&gt;Two options:&lt;br/&gt;(1) Display any static stimuli *outside* of the screen area occupied by the video. Those sections of the screen will not have to be redrawn constantly and any static stimuli will remain visible.&lt;br/&gt;(2) If you need to display some kind of stimulus *on top* of the video, your only option is to have that stimulus be a video as well (not a static &amp;lt;text&amp;gt; or &amp;lt;picture&amp;gt; stimulus). Then both the video in background and the video on top of it will be re-drawn and the stimulus will remain.&lt;br/&gt;&lt;br/&gt;Hope this helps.&lt;br/&gt;</description><pubDate>Sun, 03 Jul 2016 08:59:53 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>