﻿<?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  » Keeping open-ended response on screen for the remaining trials within a block.</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Fri, 11 Sep 2026 06:07:54 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Keeping open-ended response on screen for the remaining trials within a block.</title><link>https://forums.millisecond.com/Topic32445.aspx</link><description>&lt;blockquote data-id="32444" class="if-quote-wrapper" unselectable="on" data-guid="1636374152688" id="if_insertedNode_1636374152072" contenteditable="false"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="32444" 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="32444" 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="32444" title=" "&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Paige Kemp - 11/6/2021&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-32444"&gt;&lt;div class="if-quote-message-margin" contenteditable="true"&gt;Hello, &lt;br/&gt;&lt;br/&gt;In my experiment, participants answer a series of question related to each topic. After participants provide an open-ended response to the first question, I would like their open-ended response to stay on the screen while answering the remaining two question (possibly three as there is a conditional branch depending on how they answer one of them). Is there anyway to do this with open-ended responses? I.e., something similar to erase = false? I haven’t found anything on this forum or in the instruction pages on Millisecond. Note that I do not want to use a survey page instead.&lt;br/&gt;&lt;br/&gt;I attempted to add my example script to this, but it stated that I was over my limited space.&lt;br/&gt;&lt;br/&gt;Thank you very much for your time, &lt;br/&gt;Paige&lt;a class="if-quote-goto quote-link" href="#" data-id="32444"&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 display the openended response as a &amp;lt;text&amp;gt; element on-screen during any subsequent question or questions.&lt;br/&gt;&lt;br/&gt;[code]&amp;lt;block myblock&amp;gt;&lt;br/&gt;/ trials = [1=a; 2=b]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;openended a&amp;gt;&lt;br/&gt;/ stimulusframes = [1=aq, bq]&lt;br/&gt;/ position = (50%, 30%)&lt;br/&gt;/ size = (25%, 4%)&lt;br/&gt;&amp;lt;/openended&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;openended b&amp;gt;&lt;br/&gt;/ stimulusframes = [1=aq, ar, bq]&lt;br/&gt;/ position = (50%, 50%)&lt;br/&gt;/ size = (25%, 4%)&lt;br/&gt;&amp;lt;/openended&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text aq&amp;gt;&lt;br/&gt;/ items = ("1.) What's your favorite color?")&lt;br/&gt;/ position = (50%, 20%)&lt;br/&gt;/ erase = false&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text bq&amp;gt;&lt;br/&gt;/ items = ("2.) What's your favorite food?")&lt;br/&gt;/ position = (50%, 40%)&lt;br/&gt;/ erase = false&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text ar&amp;gt;&lt;br/&gt;/ items = ("&amp;lt;%openended.a.response%&amp;gt;")&lt;br/&gt;/ position = (50%, 25%)&lt;br/&gt;/ size = (25%, 4%)&lt;br/&gt;/ hjustify = left&lt;br/&gt;/ vjustify = center&lt;br/&gt;/ erase = false&lt;br/&gt;/ txbgcolor = lightgray&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;[/code]</description><pubDate>Mon, 08 Nov 2021 13:24:28 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>Keeping open-ended response on screen for the remaining trials within a block.</title><link>https://forums.millisecond.com/Topic32444.aspx</link><description>Hello, &lt;br/&gt;&lt;br/&gt;In my experiment, participants answer a series of question related to each topic. After participants provide an open-ended response to the first question, I would like their open-ended response to stay on the screen while answering the remaining two question (possibly three as there is a conditional branch depending on how they answer one of them). Is there anyway to do this with open-ended responses? I.e., something similar to erase = false? I haven’t found anything on this forum or in the instruction pages on Millisecond. Note that I do not want to use a survey page instead.&lt;br/&gt;&lt;br/&gt;I attempted to add my example script to this, but it stated that I was over my limited space.&lt;br/&gt;&lt;br/&gt;Thank you very much for your time, &lt;br/&gt;Paige</description><pubDate>Mon, 08 Nov 2021 12:23:26 GMT</pubDate><dc:creator>KempInquisit</dc:creator></item></channel></rss>