﻿<?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 5  » place stimulus at preferred location</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Wed, 06 May 2026 18:20:47 GMT</lastBuildDate><ttl>20</ttl><item><title>place stimulus at preferred location</title><link>https://forums.millisecond.com/Topic28091.aspx</link><description>HI, Dave&lt;br/&gt;I am designed a task in which after the presentation of&amp;nbsp; the fixation cross, the stimulus picture is attached to the mouse icon (moving mouse could move the picture) and that picture could be placed at preferred location by clicking that location.&lt;br/&gt;Does Inquisit support that kind of programming?&lt;br/&gt;Thank you for your attention;)&lt;br/&gt;Best,</description><pubDate>Thu, 19 Dec 2019 21:51:37 GMT</pubDate><dc:creator>nakayama</dc:creator></item><item><title>RE: place stimulus at preferred location</title><link>https://forums.millisecond.com/Topic28093.aspx</link><description>&lt;div data-id="28092" class="if-quote-wrapper" unselectable="on" data-guid="1576821083278"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="28092" 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="28092" 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="28092" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Dave - 12/19/2019&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-28092"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="28091" class="if-quote-wrapper" unselectable="on" data-guid="1576821083278"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="28091" 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="28091" 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="28091" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;nakayama - 12/19/2019&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-28091"&gt;&lt;div class="if-quote-message-margin"&gt;HI, Dave&lt;br/&gt;I am designed a task in which after the presentation of&amp;nbsp; the fixation cross, the stimulus picture is attached to the mouse icon (moving mouse could move the picture) and that picture could be placed at preferred location by clicking that location.&lt;br/&gt;Does Inquisit support that kind of programming?&lt;br/&gt;Thank you for your attention;)&lt;br/&gt;Best,&lt;a class="if-quote-goto quote-link" href="#" data-id="28091"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/div&gt;&lt;br/&gt;Yes. You can refer to&amp;nbsp;&lt;a href="https://www.millisecond.com/download/library/spatialdelayedresponsetask/"&gt;&lt;a href="https://www.millisecond.com/download/library/spatialdelayedresponsetask/"&gt;https://www.millisecond.com/download/library/spatialdelayedresponsetask/&lt;/a&gt;&lt;/a&gt; or &lt;a href="https://www.millisecond.com/download/library/toweroflondon/"&gt;&lt;a href="https://www.millisecond.com/download/library/toweroflondon/"&gt;https://www.millisecond.com/download/library/toweroflondon/&lt;/a&gt;&lt;/a&gt; as examples.&lt;br/&gt;&lt;br/&gt;A simple example using the built-in drag &amp;amp; drop mechanics would look like this:&lt;br/&gt;&lt;br/&gt;&amp;lt;text start&amp;gt;&lt;br/&gt;/ items = ("+")&lt;br/&gt;/ fontstyle = ("MS UI Gothic", 5.00%, false, false, false, false, 5, 1)&lt;br/&gt;/ erase = true(white)&lt;br/&gt;/ txbgcolor = grey&lt;br/&gt;/ position = (50, 50)&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;picture stimulus&amp;gt;&lt;br/&gt;/items=("1.png")&lt;br/&gt;/ dropsource = true&lt;br/&gt;/ size = (10%, 10%)&lt;br/&gt;&amp;lt;/picture&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial start&amp;gt;&lt;br/&gt;/ ontrialbegin = [&lt;br/&gt;picture.stimulus.hposition = 50%;&lt;br/&gt;picture.stimulus.vposition = 50%;&lt;br/&gt;]&lt;br/&gt;/ stimulustimes = [0=start;1000=screen, stimulus, end]&lt;br/&gt;/ inputdevice = dragdrop&lt;br/&gt;/ validresponse = (end)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;shape screen&amp;gt;&lt;br/&gt;/ color = grey&lt;br/&gt;/ size = (100%, 100%)&lt;br/&gt;/ position = (50%, 50%)&lt;br/&gt;/ droptarget = true&lt;br/&gt;/ erase = false&lt;br/&gt;/ dropposition = (anywhere, anywhere)&lt;br/&gt;&amp;lt;/shape&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text end&amp;gt;&lt;br/&gt;/ items = ("DONE")&lt;br/&gt;/ size = (8%, 4%)&lt;br/&gt;/ txbgcolor = white&lt;br/&gt;/ vjustify = center&lt;br/&gt;/ position = (50%, 95%)&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block myblock&amp;gt;&lt;br/&gt;/ trials = [1-20=start]&lt;br/&gt;/ screencolor = grey&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="28092"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/div&gt;&lt;br/&gt;&lt;span&gt;:) Thank you for your advice.&lt;/span&gt;&lt;br/&gt;</description><pubDate>Thu, 19 Dec 2019 21:51:37 GMT</pubDate><dc:creator>nakayama</dc:creator></item><item><title>RE: place stimulus at preferred location</title><link>https://forums.millisecond.com/Topic28092.aspx</link><description>&lt;div data-id="28091" class="if-quote-wrapper" unselectable="on" data-guid="1576774202381"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="28091" 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="28091" 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="28091" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;nakayama - 12/19/2019&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-28091"&gt;&lt;div class="if-quote-message-margin"&gt;HI, Dave&lt;br/&gt;I am designed a task in which after the presentation of&amp;nbsp; the fixation cross, the stimulus picture is attached to the mouse icon (moving mouse could move the picture) and that picture could be placed at preferred location by clicking that location.&lt;br/&gt;Does Inquisit support that kind of programming?&lt;br/&gt;Thank you for your attention;)&lt;br/&gt;Best,&lt;a class="if-quote-goto quote-link" href="#" data-id="28091"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/div&gt;&lt;br/&gt;Yes. You can refer to&amp;nbsp;&lt;a href="https://www.millisecond.com/download/library/spatialdelayedresponsetask/ "&gt;&lt;a href="https://www.millisecond.com/download/library/spatialdelayedresponsetask/"&gt;https://www.millisecond.com/download/library/spatialdelayedresponsetask/&lt;/a&gt; &lt;/a&gt;or &lt;a href="https://www.millisecond.com/download/library/toweroflondon/"&gt;&lt;a href="https://www.millisecond.com/download/library/toweroflondon/"&gt;https://www.millisecond.com/download/library/toweroflondon/&lt;/a&gt;&lt;/a&gt; as examples.&lt;br/&gt;&lt;br/&gt;A simple example using the built-in drag &amp;amp; drop mechanics would look like this:&lt;br/&gt;&lt;br/&gt;&amp;lt;text start&amp;gt;&lt;br/&gt;/ items = ("+")&lt;br/&gt;/ fontstyle = ("MS UI Gothic", 5.00%, false, false, false, false, 5, 1)&lt;br/&gt;/ erase = true(white)&lt;br/&gt;/ txbgcolor = grey&lt;br/&gt;/ position = (50, 50)&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;picture stimulus&amp;gt;&lt;br/&gt;/items=("1.png")&lt;br/&gt;/ dropsource = true&lt;br/&gt;/ size = (10%, 10%)&lt;br/&gt;&amp;lt;/picture&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial start&amp;gt;&lt;br/&gt;/ ontrialbegin = [&lt;br/&gt;picture.stimulus.hposition = 50%;&lt;br/&gt;picture.stimulus.vposition = 50%;&lt;br/&gt;]&lt;br/&gt;/ stimulustimes = [0=start;1000=screen, stimulus, end]&lt;br/&gt;/ inputdevice = dragdrop&lt;br/&gt;/ validresponse = (end)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;shape screen&amp;gt;&lt;br/&gt;/ color = grey&lt;br/&gt;/ size = (100%, 100%)&lt;br/&gt;/ position = (50%, 50%)&lt;br/&gt;/ droptarget = true&lt;br/&gt;/ erase = false&lt;br/&gt;/ dropposition = (anywhere, anywhere)&lt;br/&gt;&amp;lt;/shape&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text end&amp;gt;&lt;br/&gt;/ items = ("DONE")&lt;br/&gt;/ size = (8%, 4%)&lt;br/&gt;/ txbgcolor = white&lt;br/&gt;/ vjustify = center&lt;br/&gt;/ position = (50%, 95%)&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block myblock&amp;gt;&lt;br/&gt;/ trials = [1-20=start]&lt;br/&gt;/ screencolor = grey&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;</description><pubDate>Thu, 19 Dec 2019 08:58:07 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>