﻿<?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  » Stimulus is not erased in Mac</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Tue, 28 Jul 2026 04:58:15 GMT</lastBuildDate><ttl>20</ttl><item><title>Stimulus is not erased in Mac</title><link>https://forums.millisecond.com/Topic19915.aspx</link><description>Hello,&lt;br/&gt;I'm using Inquisit to run an online study. I tried different computers to make sure it can run smoothly. Then I got one problem when I ran it on Mac: the stimulus isn't erased on the next trial. Here is the part of the script,&lt;br/&gt;&lt;br/&gt;&amp;lt;block h1sh1_h1_d1d2d3&amp;gt;&lt;br/&gt;/ trials = [1 = noreplace(human1_storyh1); 2-4= noreplace(human1_dilemma1,human1_dilemma2, human1_dilemma3)] &lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;The following stimulus is always on the screen when trial 2-4 are running (it's in Dutch).&amp;nbsp;&lt;br/&gt;"Omdat hij vindt dat hij toen te ijdel was en zich wilde bewijzen, zonder met zijn vriendin rekening te houden."&lt;br/&gt;"Omdat het hem toen niet gelukt was om de top te bereiken, ondanks zijn ervaring."&lt;br/&gt;&lt;br/&gt;I tried different ways to solve it, such as putting blank trial, or blank rectangle between trial 1 and 2, to cover it, but the stimulus is always in front, and can not be covered by blank trial.&amp;nbsp;&lt;br/&gt;Notice that this problem only happens in Mac, and Windows computers and laptops are working fine.&amp;nbsp;&lt;br/&gt;I put the material in the attachment. Please ignore the layout of the experiment, but you can see the problem.&amp;nbsp;&lt;br/&gt;Is there any way to solve this problem?&lt;br/&gt;Thanks in advance.&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;</description><pubDate>Tue, 25 Oct 2016 03:08:49 GMT</pubDate><dc:creator>Xin-</dc:creator></item><item><title>RE: Stimulus is not erased in Mac</title><link>https://forums.millisecond.com/Topic19935.aspx</link><description>Yeah! It's working! As long as it's not listbox!&lt;br/&gt;I&amp;nbsp;don't know why, but it works!&lt;br/&gt;Thanks, Dave!</description><pubDate>Tue, 25 Oct 2016 03:08:49 GMT</pubDate><dc:creator>Xin-</dc:creator></item><item><title>RE: Stimulus is not erased in Mac</title><link>https://forums.millisecond.com/Topic19931.aspx</link><description>That's really odd -- running out of ideas here. One more: The questions that mysteriously remain on-screen are both &amp;lt;listbox&amp;gt; elements. What happens when you replace them with a different question type, such as &amp;lt;dropdown&amp;gt;, &amp;lt;radiobuttons&amp;gt;, or &amp;lt;checkboxes&amp;gt;?&lt;br/&gt;</description><pubDate>Mon, 24 Oct 2016 16:44:44 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: Stimulus is not erased in Mac</title><link>https://forums.millisecond.com/Topic19927.aspx</link><description>sadly, still no.&lt;br/&gt;This time, even the other stimulus,&lt;br/&gt;"Ja, omdat hij vindt dat hij nu ouder, rustiger en verstandiger is geworden.",&lt;br/&gt;"Nee, omdat weet dat zijn enthousiasme ook bij ongunstige omstandigheden zo groot is, dat hij de risicoâs toch blijft accepteren."&lt;br/&gt;together with the first stimulus appear in the next trials.&amp;nbsp;</description><pubDate>Mon, 24 Oct 2016 11:32:39 GMT</pubDate><dc:creator>Xin-</dc:creator></item><item><title>RE: Stimulus is not erased in Mac</title><link>https://forums.millisecond.com/Topic19926.aspx</link><description>Hmm, okay, thanks. One more thing to try: Split the 1st trial and remaining 3 trials into separate blocks. I.e.:&lt;br/&gt;&lt;br/&gt;&amp;lt;block h1sh1_h1_d1d2d3&amp;gt;&lt;br/&gt;/ trials = [1 = noreplace(human1_storyh1)]&lt;br/&gt;&lt;strong&gt;/ branch = [block.h1sh1_h1_d1d2d3_pt2]&lt;/strong&gt;&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block &lt;strong&gt;h1sh1_h1_d1d2d3_pt2&lt;/strong&gt;&amp;gt;&lt;br/&gt;/ trials = [1-3= noreplace(human1_dilemma1,human1_dilemma2, human1_dilemma3)] &lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;Does that do the trick?&lt;br/&gt;</description><pubDate>Mon, 24 Oct 2016 11:22:19 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: Stimulus is not erased in Mac</title><link>https://forums.millisecond.com/Topic19924.aspx</link><description>Yes, I just tried. But it doesn't work. The stimulus still appears in the next trials.&amp;nbsp;</description><pubDate>Mon, 24 Oct 2016 08:24:25 GMT</pubDate><dc:creator>Xin-</dc:creator></item><item><title>RE: Stimulus is not erased in Mac</title><link>https://forums.millisecond.com/Topic19923.aspx</link><description>It's an odd choice. This gives you something that's essentially equivalent to a screen that's twice as wide as it is high (e.g. 1600 x 800 pixels). There is little vertical space then, and survey pages usually require more vertical space than they require horizontal space.&lt;br/&gt;&lt;br/&gt;Anyway, for testing purposes: Could you please *delete* the /canvasaspectratio attribute from the &amp;lt;defaults&amp;gt; element and check if the problem goes away when running on a Mac.&lt;br/&gt;</description><pubDate>Mon, 24 Oct 2016 08:18:10 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: Stimulus is not erased in Mac</title><link>https://forums.millisecond.com/Topic19922.aspx</link><description>Thanks for the quick reply, Dave.&lt;br/&gt;I tried different default settings, and this one makes a fine layout on windows computers. So I keep this ratio as default.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;</description><pubDate>Mon, 24 Oct 2016 08:00:19 GMT</pubDate><dc:creator>Xin-</dc:creator></item><item><title>RE: Stimulus is not erased in Mac</title><link>https://forums.millisecond.com/Topic19921.aspx</link><description>I think this may be due to the somewhat odd canvas settings:&lt;br/&gt;&lt;br/&gt;&amp;lt;defaults&amp;gt;&lt;br/&gt;...&lt;br/&gt;/ canvassize = (100%,100%)&lt;br/&gt;/ canvasaspectratio = (40, 20)&lt;br/&gt;&amp;lt;/defaults&amp;gt;&lt;br/&gt;&lt;br/&gt;Can you tell me why you chose those, particularly the 40:20 ratio?&lt;br/&gt;</description><pubDate>Mon, 24 Oct 2016 07:54:52 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>