﻿<?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  » entering response by pressing &amp;#39;ENTER&amp;#39; on openended trialsop</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Sat, 26 Sep 2026 00:44:58 GMT</lastBuildDate><ttl>20</ttl><item><title>entering response by pressing &amp;#39;ENTER&amp;#39; on openended trialsop</title><link>https://forums.millisecond.com/Topic11639.aspx</link><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am trying to program and Add-3 task where participants will see a string of 4 digits, have to add 3 to each digit, and then enter their response. I am using the openended trial for this, but want the participant to press 'ENTER' to enter their response (rather than using a mouse) because there will be many trials and I need it to go rapidly. If possible, I would also like to remove the button altogether. I have not been able to find a way to do that, and when I disable the mouse, even 'CTRL+RETURN' (which should work according to the Inquisit manual) does not work.&lt;/p&gt;
&lt;p&gt;Any help would be appreciated!&lt;/p&gt;
&lt;p&gt;Thank you,&lt;/p&gt;
&lt;p&gt;Marina&lt;/p&gt;</description><pubDate>Fri, 03 Jan 2014 08:48:50 GMT</pubDate><dc:creator>Marina</dc:creator></item><item><title>RE: entering response by pressing &amp;#39;ENTER&amp;#39; on openended trialsop</title><link>https://forums.millisecond.com/Topic12026.aspx</link><description>Unfortunately there are a number of known issues w/ keyboard response submission in &amp;lt;openended&amp;gt; elements in the current Inquisit release version (4.0.4 at the time of writing). Only CTRL+ENTER will work reliably at present.&lt;br/&gt;</description><pubDate>Fri, 03 Jan 2014 08:48:50 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: entering response by pressing &amp;#39;ENTER&amp;#39; on openended trialsop</title><link>https://forums.millisecond.com/Topic12025.aspx</link><description>Hi Dave,&lt;div&gt;What you suggested worked well on my system, but now I just put the script online (&lt;a href="http://research.millisecond.com/marinam/Mturkadd3.web" style="font-size: 10pt;"&gt;&lt;a href="http://research.millisecond.com/marinam/Mturkadd3.web"&gt;http://research.millisecond.com/marinam/Mturkadd3.web&lt;/a&gt;&lt;/a&gt;), and it's no longer working. Any suggestions?&lt;div&gt;&lt;br/&gt;&lt;/div&gt;&lt;div&gt;Here are the relevant portions of the code:&lt;div&gt;&lt;div&gt;&lt;br/&gt;&lt;/div&gt;&lt;div&gt;&amp;lt;openended practice_add3&amp;gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;/ stimulustimes = [0 = signal; 1000 = eraser; 1100 = digit1; 2000 = eraser; 2100 = digit2; 3000 = eraser; 3100 = digit3;&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;						&lt;/span&gt;4000 = eraser; 4100 = digit4; 5000 = eraser, response]&lt;/div&gt;&lt;div&gt;/ mask = positiveinteger&lt;/div&gt;&lt;div&gt;/ inputdevice = keyboard&lt;/div&gt;&lt;div&gt;/ charlimit = 4&lt;/div&gt;&lt;div&gt;/ size = (15%, 2.5%)&lt;/div&gt;&lt;div&gt;/ validresponse = (anyresponse)&lt;/div&gt;&lt;div&gt;/iscorrectresponse = [expressions.fulladd3 == openended.practice_add3.response]&lt;/div&gt;&lt;div&gt;/ontrialend = [values.correctanswer = expressions.fulladd3]&lt;/div&gt;&lt;div&gt;/ontrialend = [if (openended.practice_add3.correct == true) values.numcorrectadd3practice = values.numcorrectadd3practice + 1]&lt;/div&gt;&lt;div&gt;/ buttonlabel = "Press ENTER to continue"&lt;/div&gt;&lt;div&gt;/ errormessage = true(error,400)&lt;/div&gt;&lt;div&gt;/correctmessage = true(yescorrect, 400)&lt;/div&gt;&lt;div&gt;&amp;lt;/openended&amp;gt;&lt;div&gt;&lt;div&gt;&lt;br/&gt;&lt;/div&gt;&lt;div&gt;&amp;lt;block practiceadd3&amp;gt;&lt;/div&gt;&lt;div&gt;/ preinstructions = (add3_practiceinstructions)&lt;/div&gt;&lt;div&gt;/onblockbegin = [values.numcorrectadd1practice = 0]&lt;/div&gt;&lt;div&gt;/trials = [1-5 = practice_add3; 6=morepracticeadd3]&lt;/div&gt;&lt;div&gt;/ branch = [if (trial.morepracticeadd3.correct == 0) block.practiceadd3]&amp;nbsp;&lt;/div&gt;&lt;div&gt;&amp;lt;/block&amp;gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description><pubDate>Fri, 03 Jan 2014 08:25:14 GMT</pubDate><dc:creator>Marina</dc:creator></item><item><title>RE: entering response by pressing &amp;#39;ENTER&amp;#39; on openended trialsop</title><link>https://forums.millisecond.com/Topic11640.aspx</link><description>&lt;p&gt;&amp;lt;block myblock&amp;gt;&lt;br /&gt;/ trials = [1-10=myopenended]&lt;br /&gt;&amp;lt;/block&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;openended myopenended&amp;gt;&lt;br /&gt;/ inputdevice = keyboard&lt;br /&gt;&amp;lt;/openended&amp;gt;&lt;/p&gt;
&lt;p&gt;will accept both ENTER as well as CTRL+ENTER as far as I can tell from testing on my system. So could you please be more specific about your setup / post the relevant portions of code?&lt;/p&gt;
&lt;p&gt;There is no way to get rid of the button, though.&lt;/p&gt;</description><pubDate>Thu, 14 Nov 2013 07:12:41 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>