﻿<?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  » Textbox help - is it possible to have the answer recorded without pressing continue?</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Sun, 17 May 2026 01:20:36 GMT</lastBuildDate><ttl>20</ttl><item><title>Textbox help - is it possible to have the answer recorded without pressing continue?</title><link>https://forums.millisecond.com/Topic30129.aspx</link><description>In my experiment, I have a task where the participant has to look at a word, unscramble it, and then type the correct answer into a textbox. I am recording response times. I am wondering if it is possible to avoid the step where the participant must click "continue" as that might increase their time. Instead, is there any way for the participant's answer to be marked as correct as soon as the correct word is typed into the textbox? Or will it always be required for them to click continue?&lt;br/&gt;&lt;br/&gt;Thanks in advance&lt;br/&gt;&lt;br/&gt;Maya </description><pubDate>Fri, 13 Nov 2020 15:21:43 GMT</pubDate><dc:creator>maya_mcg</dc:creator></item><item><title>RE: Textbox help - is it possible to have the answer recorded without pressing continue?</title><link>https://forums.millisecond.com/Topic30144.aspx</link><description>&lt;blockquote data-id="30130" class="if-quote-wrapper" unselectable="on" data-guid="1605280867293" contenteditable="false" id="if_insertedNode_1605280866190"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="30130" 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="30130" 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="30130" title=" "&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Dave - 11/12/2020&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-30130"&gt;&lt;div class="if-quote-message-margin" contenteditable="true"&gt;&lt;blockquote data-id="30129" class="if-quote-wrapper" unselectable="on" data-guid="1605280867293" id="if_insertedNode_1605220013628" contenteditable="false"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="30129" 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="30129" 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="30129" title=" "&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;maya_mcg - 11/12/2020&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-30129"&gt;&lt;div class="if-quote-message-margin" contenteditable="true"&gt;In my experiment, I have a task where the participant has to look at a word, unscramble it, and then type the correct answer into a textbox. I am recording response times. I am wondering if it is possible to avoid the step where the participant must click "continue" as that might increase their time. Instead, is there any way for the participant's answer to be marked as correct as soon as the correct word is typed into the textbox? Or will it always be required for them to click continue?&lt;br/&gt;&lt;br/&gt;Thanks in advance&lt;br/&gt;&lt;br/&gt;Maya &lt;a class="if-quote-goto quote-link" href="#" data-id="30129"&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;You can use &amp;lt;openended&amp;gt; trials and configure them such that pressing ENTER submits the response instead of a click on the continue button. But some indication that the participant is done and wishes to submit their response is necessary. If you want to disregard any time spent after they stopped typing, you should look at using lastcharlatency, not overall latency as the relevant metric:&lt;br/&gt;&lt;br/&gt;&amp;lt;openended example&amp;gt;&lt;br/&gt;/ stimulusframes = [1=instr]&lt;br/&gt;/ inputdevice = keyboard&lt;br/&gt;/ multiline = false&lt;br/&gt;/ position = (50%, 55%)&lt;br/&gt;/ size = (20%, 5%)&lt;br/&gt;&amp;lt;/openended&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text instr&amp;gt;&lt;br/&gt;/ items = ("Type something and hit ENTER when done")&lt;br/&gt;/ position = (50%, 40%)&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;data&amp;gt;&lt;br/&gt;/ columns = (subject trialnum trialcode response latency openended.example.lastcharlatency)&lt;br/&gt;/ separatefiles = true&lt;br/&gt;&amp;lt;/data&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block exampleblock&amp;gt;&lt;br/&gt;/ trials = [1-2 = example]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="30130"&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;Okay, great!&lt;br/&gt;&lt;br/&gt;Thank you so much for your help, Dave. Your quick responses are greatly appreciated.&lt;br/&gt;&lt;br/&gt;Maya </description><pubDate>Fri, 13 Nov 2020 15:21:43 GMT</pubDate><dc:creator>maya_mcg</dc:creator></item><item><title>RE: Textbox help - is it possible to have the answer recorded without pressing continue?</title><link>https://forums.millisecond.com/Topic30130.aspx</link><description>&lt;blockquote data-id="30129" class="if-quote-wrapper" unselectable="on" data-guid="1605220015205" id="if_insertedNode_1605220013628" contenteditable="false"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="30129" 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="30129" 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="30129" title=" "&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;maya_mcg - 11/12/2020&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-30129"&gt;&lt;div class="if-quote-message-margin" contenteditable="true"&gt;In my experiment, I have a task where the participant has to look at a word, unscramble it, and then type the correct answer into a textbox. I am recording response times. I am wondering if it is possible to avoid the step where the participant must click "continue" as that might increase their time. Instead, is there any way for the participant's answer to be marked as correct as soon as the correct word is typed into the textbox? Or will it always be required for them to click continue?&lt;br/&gt;&lt;br/&gt;Thanks in advance&lt;br/&gt;&lt;br/&gt;Maya &lt;a class="if-quote-goto quote-link" href="#" data-id="30129"&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;You can use &amp;lt;openended&amp;gt; trials and configure them such that pressing ENTER submits the response instead of a click on the continue button. But some indication that the participant is done and wishes to submit their response is necessary. If you want to disregard any time spent after they stopped typing, you should look at using lastcharlatency, not overall latency as the relevant metric:&lt;br/&gt;&lt;br/&gt;&amp;lt;openended example&amp;gt;&lt;br/&gt;/ stimulusframes = [1=instr]&lt;br/&gt;/ inputdevice = keyboard&lt;br/&gt;/ multiline = false&lt;br/&gt;/ position = (50%, 55%)&lt;br/&gt;/ size = (20%, 5%)&lt;br/&gt;&amp;lt;/openended&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text instr&amp;gt;&lt;br/&gt;/ items = ("Type something and hit ENTER when done")&lt;br/&gt;/ position = (50%, 40%)&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;data&amp;gt;&lt;br/&gt;/ columns = (subject trialnum trialcode response latency openended.example.lastcharlatency)&lt;br/&gt;/ separatefiles = true&lt;br/&gt;&amp;lt;/data&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block exampleblock&amp;gt;&lt;br/&gt;/ trials = [1-2 = example]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;</description><pubDate>Thu, 12 Nov 2020 22:39:20 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>