﻿<?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  » Creating Buttons in Mouse Mode</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Sat, 12 Sep 2026 21:27:46 GMT</lastBuildDate><ttl>20</ttl><item><title>Creating Buttons in Mouse Mode</title><link>https://forums.millisecond.com/Topic23081.aspx</link><description>Hi,&lt;br/&gt;Can you please provide instructions around creating buttons for an IAT when the response mode is mouse rather than keyboard?&lt;br/&gt;Thank you,&lt;br/&gt;Ilana</description><pubDate>Mon, 11 Dec 2017 16:39:12 GMT</pubDate><dc:creator>ilanagratch</dc:creator></item><item><title>RE: Creating Buttons in Mouse Mode</title><link>https://forums.millisecond.com/Topic23085.aspx</link><description>&lt;div data-id="23084" class="if-quote-wrapper" unselectable="on" data-guid="1513039115321"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="23084" 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="23084" 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="23084" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Dave - Monday, December 11, 2017&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-23084"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="23081" class="if-quote-wrapper" unselectable="on" data-guid="1513039115321"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="23081" 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="23081" 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="23081" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;ilanagratch - Monday, December 11, 2017&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-23081"&gt;&lt;div class="if-quote-message-margin"&gt;Hi,&lt;br/&gt;Can you please provide instructions around creating buttons for an IAT when the response mode is mouse rather than keyboard?&lt;br/&gt;Thank you,&lt;br/&gt;Ilana&lt;a class="if-quote-goto quote-link" href="#" data-id="23081"&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;Define two &amp;lt;text&amp;gt; elements to serve as your "buttons", /size and /position them according to your needs, display them via the &amp;lt;trial&amp;gt; elements' /stimulusframes along with the other stimuli and define them as the respective trials' /valid- and /correcresponses.&lt;br/&gt;&lt;br/&gt;Like so:&lt;br/&gt;&amp;lt;trial attributeA&amp;gt;&lt;br/&gt;/ validresponse = (E, I)&lt;br/&gt;/ correctresponse = (E)&lt;br/&gt;/ inputdevice = mouse&lt;br/&gt;/ stimulusframes = [1 = attributeA, errorReminder, e, i]&lt;br/&gt;/ posttrialpause = parameters.ISI&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial attributeB&amp;gt;&lt;br/&gt;/ validresponse = (E, I)&lt;br/&gt;/ correctresponse = (I)&lt;br/&gt;/ inputdevice = mouse&lt;br/&gt;/ stimulusframes = [1 = attributeB, errorReminder, e, i]&lt;br/&gt;/ posttrialpause = parameters.ISI&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text E&amp;gt;&lt;br/&gt;/ items = ("E")&lt;br/&gt;/ size = (10%, 5%)&lt;br/&gt;/ position = (30%, 80%)&lt;br/&gt;/ txcolor = white&lt;br/&gt;/ txbgcolor = blue&lt;br/&gt;/ hjustify = center&lt;br/&gt;/ vjustify = center&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text I&amp;gt;&lt;br/&gt;/ items = ("I")&lt;br/&gt;/ size = (10%, 5%)&lt;br/&gt;/ position = (70%, 80%)&lt;br/&gt;/ txcolor = white&lt;br/&gt;/ txbgcolor = blue&lt;br/&gt;/ hjustify = center&lt;br/&gt;/ vjustify = center&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="23084"&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;Thanks so much, Dave!</description><pubDate>Mon, 11 Dec 2017 16:39:12 GMT</pubDate><dc:creator>ilanagratch</dc:creator></item><item><title>RE: Creating Buttons in Mouse Mode</title><link>https://forums.millisecond.com/Topic23084.aspx</link><description>&lt;div data-id="23081" class="if-quote-wrapper" unselectable="on" data-guid="1513035699338"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="23081" 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="23081" 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="23081" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;ilanagratch - Monday, December 11, 2017&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-23081"&gt;&lt;div class="if-quote-message-margin"&gt;Hi,&lt;br/&gt;Can you please provide instructions around creating buttons for an IAT when the response mode is mouse rather than keyboard?&lt;br/&gt;Thank you,&lt;br/&gt;Ilana&lt;a class="if-quote-goto quote-link" href="#" data-id="23081"&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;Define two &amp;lt;text&amp;gt; elements to serve as your "buttons", /size and /position them according to your needs, display them via the &amp;lt;trial&amp;gt; elements' /stimulusframes along with the other stimuli and define them as the respective trials' /valid- and /correcresponses.&lt;br/&gt;&lt;br/&gt;Like so:&lt;br/&gt;&amp;lt;trial attributeA&amp;gt;&lt;br/&gt;/ validresponse = (E, I)&lt;br/&gt;/ correctresponse = (E)&lt;br/&gt;/ inputdevice = mouse&lt;br/&gt;/ stimulusframes = [1 = attributeA, errorReminder, e, i]&lt;br/&gt;/ posttrialpause = parameters.ISI&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial attributeB&amp;gt;&lt;br/&gt;/ validresponse = (E, I)&lt;br/&gt;/ correctresponse = (I)&lt;br/&gt;/ inputdevice = mouse&lt;br/&gt;/ stimulusframes = [1 = attributeB, errorReminder, e, i]&lt;br/&gt;/ posttrialpause = parameters.ISI&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text E&amp;gt;&lt;br/&gt;/ items = ("E")&lt;br/&gt;/ size = (10%, 5%)&lt;br/&gt;/ position = (30%, 80%)&lt;br/&gt;/ txcolor = white&lt;br/&gt;/ txbgcolor = blue&lt;br/&gt;/ hjustify = center&lt;br/&gt;/ vjustify = center&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text I&amp;gt;&lt;br/&gt;/ items = ("I")&lt;br/&gt;/ size = (10%, 5%)&lt;br/&gt;/ position = (70%, 80%)&lt;br/&gt;/ txcolor = white&lt;br/&gt;/ txbgcolor = blue&lt;br/&gt;/ hjustify = center&lt;br/&gt;/ vjustify = center&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;</description><pubDate>Mon, 11 Dec 2017 15:52:48 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>