﻿<?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  » recording when a line is started in multiline textbox</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Wed, 16 Sep 2026 11:42:42 GMT</lastBuildDate><ttl>20</ttl><item><title>recording when a line is started in multiline textbox</title><link>https://forums.millisecond.com/Topic26423.aspx</link><description>Hello,&lt;br/&gt;I am having participants enter responses into a textbox on an openended trial. I set multiline as true, and would like to be able to tell when the participant pressed 'enter' to start a new line.&lt;br/&gt;Right now the responses come out as if they just pressed space (instead of enter), which makes it confusing to read the responses at times.&lt;br/&gt;Is there any way to get something in my data to tell when they started a new line? (I am ok if it is recorded as a newline character such as ~n or something else)&lt;br/&gt;&lt;br/&gt;Thanks!</description><pubDate>Tue, 12 Feb 2019 15:18:50 GMT</pubDate><dc:creator>thv</dc:creator></item><item><title>RE: recording when a line is started in multiline textbox</title><link>https://forums.millisecond.com/Topic26424.aspx</link><description>&lt;div data-id="26423" class="if-quote-wrapper" unselectable="on" data-guid="1550013115231"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="26423" 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="26423" 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="26423" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;thv - Tuesday, February 12, 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-26423"&gt;&lt;div class="if-quote-message-margin"&gt;Hello,&lt;br/&gt;I am having participants enter responses into a textbox on an openended trial. I set multiline as true, and would like to be able to tell when the participant pressed 'enter' to start a new line.&lt;br/&gt;Right now the responses come out as if they just pressed space (instead of enter), which makes it confusing to read the responses at times.&lt;br/&gt;Is there any way to get something in my data to tell when they started a new line? (I am ok if it is recorded as a newline character such as ~n or something else)&lt;br/&gt;&lt;br/&gt;Thanks!&lt;a class="if-quote-goto quote-link" href="#" data-id="26423"&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;No, I'm afraid there isn't. One alternative might be to use a &amp;lt;surveypage&amp;gt; with several single-line &amp;lt;textbox&amp;gt; elements instead of &amp;lt;openended&amp;gt;. E.g. if you expect your participants to provide up five short, distinct statements, you could do something like this:&lt;br/&gt;&lt;br/&gt;&amp;lt;block exampleblock&amp;gt;&lt;br/&gt;/ trials = [1=examplepage]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;surveypage examplepage&amp;gt;&lt;br/&gt;/ caption = "Please provide up to five statements below:"&lt;br/&gt;/ questions = [1=s1; 2=s2; 3=s3; 4=s4; 5=s5]&lt;br/&gt;/ showpagenumbers = false&lt;br/&gt;/ showquestionnumbers = false&lt;br/&gt;/ finishlabel = "Submit"&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;textbox s1&amp;gt;&lt;br/&gt;/ textboxsize = (80%, 5%)&lt;br/&gt;/ required = false&lt;br/&gt;&amp;lt;/textbox&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;textbox s2&amp;gt;&lt;br/&gt;/ textboxsize = (80%, 5%)&lt;br/&gt;/ required = false&lt;br/&gt;&amp;lt;/textbox&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;textbox s3&amp;gt;&lt;br/&gt;/ textboxsize = (80%, 5%)&lt;br/&gt;/ required = false&lt;br/&gt;&amp;lt;/textbox&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;textbox s4&amp;gt;&lt;br/&gt;/ textboxsize = (80%, 5%)&lt;br/&gt;/ required = false&lt;br/&gt;&amp;lt;/textbox&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;textbox s5&amp;gt;&lt;br/&gt;/ textboxsize = (80%, 5%)&lt;br/&gt;/ required = false&lt;br/&gt;&amp;lt;/textbox&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;</description><pubDate>Tue, 12 Feb 2019 15:18:50 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>