﻿<?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 6  » Trial Runs Locally But Not Online</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Tue, 15 Sep 2026 00:02:13 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Trial Runs Locally But Not Online</title><link>https://forums.millisecond.com/Topic33887.aspx</link><description>&lt;blockquote data-id="33886" class="if-quote-wrapper" unselectable="on" data-guid="1643850174269" id="if_insertedNode_1643850173141" contenteditable="false"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="33886" title="Move Cursor Below" contenteditable="false"&gt;&lt;span unselectable="on"&gt;+&lt;/span&gt;&lt;/a&gt;&lt;a class="quote-delete" unselectable="on" style="display: none;" href="#" data-id="33886" title="Delete Quote" contenteditable="false"&gt;&lt;span unselectable="on"&gt;x&lt;/span&gt;&lt;/a&gt;&lt;span unselectable="on" class="quote-markup"&gt;[quote]&lt;/span&gt;&lt;div unselectable="on" class="if-quote-header" contenteditable="false"&gt;&lt;div unselectable="on" class="if-quote-toggle-wrapper"&gt;&lt;a class="if-quote-toggle quote-link" href="#" data-id="33886" title=" "&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Dave - 2/3/2022&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-33886"&gt;&lt;div class="if-quote-message-margin" contenteditable="true"&gt;&lt;blockquote data-id="33885" class="if-quote-wrapper" unselectable="on" data-guid="1643850174269" id="if_insertedNode_1643848956356" contenteditable="false"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="33885" title="Move Cursor Below" contenteditable="false"&gt;&lt;span unselectable="on"&gt;+&lt;/span&gt;&lt;/a&gt;&lt;a class="quote-delete" unselectable="on" style="display: none;" href="#" data-id="33885" title="Delete Quote" contenteditable="false"&gt;&lt;span unselectable="on"&gt;x&lt;/span&gt;&lt;/a&gt;&lt;span unselectable="on" class="quote-markup"&gt;[quote]&lt;/span&gt;&lt;div unselectable="on" class="if-quote-header" contenteditable="false"&gt;&lt;div unselectable="on" class="if-quote-toggle-wrapper"&gt;&lt;a class="if-quote-toggle quote-link" href="#" data-id="33885" title=" "&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;jmsaito - 2/3/2022&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-33885"&gt;&lt;div class="if-quote-message-margin" contenteditable="true"&gt;In my script, I have a trial where I manually set the position of the mouse to the center of the screen before advancing to the next trial. I've confirmed that this trial works properly when I run my Inquisit script locally. However, when I distribute the experiment to my participants online, the mouse appears at the last position it was in on the previous trial. This makes me think that my mouse place trial is being skipped over or failing in some way.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;Here is the trial snippet where I set the mouse:&lt;br/&gt;&lt;br/&gt;&amp;lt;trial place_mouse&amp;gt;&lt;br/&gt;/ ontrialbegin = [mouse.x = 50%;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;mouse.y = 50%;&lt;br/&gt;]&lt;br/&gt;/ inputdevice = mouse&lt;br/&gt;/ stimulustimes = [0 = color_wheel, FixationCross]&lt;br/&gt;/ recorddata = false&lt;br/&gt;/ responseinterrupt = trial&lt;br/&gt;/ timeout = 17&lt;br/&gt;/ branch = [&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if (values.numtargs == 1){&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;trial.first_recall1&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;} else if (values.numtargs == 3){&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;trial.first_recall3&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br/&gt;]&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="33885"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/blockquote&gt;&lt;br/&gt;I'm not sure how an isolated code snippet is supposed to allow me to ascertain whether said code snippet is somehow "skipped."&lt;br/&gt;&lt;br/&gt;At a minimum, provide a clear explanation of what (you think) the code is supposed to do. Provide the relevant context. Provide a link to the script.&lt;a class="if-quote-goto quote-link" href="#" data-id="33886"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/blockquote&gt;&lt;br/&gt;Adding: As I've pointed out to you here &lt;a href="https://www.millisecond.com/forums/FindPost33793.aspx"&gt;&lt;a href="https://www.millisecond.com/forums/FindPost33793.aspx"&gt;https://www.millisecond.com/forums/FindPost33793.aspx&lt;/a&gt;&lt;/a&gt; , Mac users will need to grant the app permission to set mouse coordinates. This is the case as of macOS 10.14. This is a requirement imposed by Apple. Under Settings =&amp;gt; Security &amp;amp; Privacy =&amp;gt; Accessibility Inquisit 6 or Inquisit Player 6 must be checked for this to work&lt;br/&gt;&lt;br/&gt;There is no analogous requirement under Windows, so under Windows it "just works" -- regardless of Web or Lab.&lt;br/&gt;</description><pubDate>Thu, 03 Feb 2022 01:10:38 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: Trial Runs Locally But Not Online</title><link>https://forums.millisecond.com/Topic33888.aspx</link><description>Great thanks--you are right, it ended up being a permissions issue</description><pubDate>Thu, 03 Feb 2022 01:09:19 GMT</pubDate><dc:creator>jmsaito</dc:creator></item><item><title>Trial Runs Locally But Not Online</title><link>https://forums.millisecond.com/Topic33885.aspx</link><description>In my script, I have a trial where I manually set the position of the mouse to the center of the screen before advancing to the next trial. I've confirmed that this trial works properly when I run my Inquisit script locally. However, when I distribute the experiment to my participants online, the mouse appears at the last position it was in on the previous trial. This makes me think that my mouse place trial is being skipped over or failing in some way.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;Here is the trial snippet where I set the mouse:&lt;br/&gt;&lt;br/&gt;&amp;lt;trial place_mouse&amp;gt;&lt;br/&gt;/ ontrialbegin = [mouse.x = 50%;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;mouse.y = 50%;&lt;br/&gt;]&lt;br/&gt;/ inputdevice = mouse&lt;br/&gt;/ stimulustimes = [0 = color_wheel, FixationCross]&lt;br/&gt;/ recorddata = false&lt;br/&gt;/ responseinterrupt = trial&lt;br/&gt;/ timeout = 17&lt;br/&gt;/ branch = [&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if (values.numtargs == 1){&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;trial.first_recall1&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;} else if (values.numtargs == 3){&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;trial.first_recall3&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br/&gt;]&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;</description><pubDate>Thu, 03 Feb 2022 01:09:19 GMT</pubDate><dc:creator>jmsaito</dc:creator></item><item><title>RE: Trial Runs Locally But Not Online</title><link>https://forums.millisecond.com/Topic33886.aspx</link><description>&lt;blockquote data-id="33885" class="if-quote-wrapper" unselectable="on" data-guid="1643848958204" id="if_insertedNode_1643848956356" contenteditable="false"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="33885" title="Move Cursor Below" contenteditable="false"&gt;&lt;span unselectable="on"&gt;+&lt;/span&gt;&lt;/a&gt;&lt;a class="quote-delete" unselectable="on" style="display: none;" href="#" data-id="33885" title="Delete Quote" contenteditable="false"&gt;&lt;span unselectable="on"&gt;x&lt;/span&gt;&lt;/a&gt;&lt;span unselectable="on" class="quote-markup"&gt;[quote]&lt;/span&gt;&lt;div unselectable="on" class="if-quote-header" contenteditable="false"&gt;&lt;div unselectable="on" class="if-quote-toggle-wrapper"&gt;&lt;a class="if-quote-toggle quote-link" href="#" data-id="33885" title=" "&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;jmsaito - 2/3/2022&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-33885"&gt;&lt;div class="if-quote-message-margin" contenteditable="true"&gt;In my script, I have a trial where I manually set the position of the mouse to the center of the screen before advancing to the next trial. I've confirmed that this trial works properly when I run my Inquisit script locally. However, when I distribute the experiment to my participants online, the mouse appears at the last position it was in on the previous trial. This makes me think that my mouse place trial is being skipped over or failing in some way.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;Here is the trial snippet where I set the mouse:&lt;br/&gt;&lt;br/&gt;&amp;lt;trial place_mouse&amp;gt;&lt;br/&gt;/ ontrialbegin = [mouse.x = 50%;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;mouse.y = 50%;&lt;br/&gt;]&lt;br/&gt;/ inputdevice = mouse&lt;br/&gt;/ stimulustimes = [0 = color_wheel, FixationCross]&lt;br/&gt;/ recorddata = false&lt;br/&gt;/ responseinterrupt = trial&lt;br/&gt;/ timeout = 17&lt;br/&gt;/ branch = [&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if (values.numtargs == 1){&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;trial.first_recall1&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;} else if (values.numtargs == 3){&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;trial.first_recall3&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br/&gt;]&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="33885"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/blockquote&gt;&lt;br/&gt;I'm not sure how an isolated code snippet is supposed to allow me to ascertain whether said code snippet is somehow "skipped."&lt;br/&gt;&lt;br/&gt;At a minimum, provide a clear explanation of what (you think) the code is supposed to do. Provide the relevant context. Provide a link to the script.</description><pubDate>Thu, 03 Feb 2022 00:45:03 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>