﻿<?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 3  » Require response for openended question or minimum display time</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Tue, 08 Sep 2026 22:33:45 GMT</lastBuildDate><ttl>20</ttl><item><title>Require response for openended question or minimum display time</title><link>https://forums.millisecond.com/Topic4300.aspx</link><description>&lt;p&gt;Dear all,&lt;/p&gt;
&lt;p&gt;I'm afraid I have to bother you with yet another beginner's question, but I couldn't find a solution in the Inquisit help.&lt;/p&gt;
&lt;p&gt;Question: How can I make sure that participants give an answer to an openended question:&lt;br /&gt;Is there a command so that they can only continue to the next page when they have entered something (or a minimum number of characters) in response to an openended question?&lt;/p&gt;
&lt;p&gt;Or, alternatively, can I use a minimum presentation time for the question, such that clicking on the "Next" button is only possible after, say, 20s ?&lt;/p&gt;
&lt;p&gt;Thanks in advance!&lt;/p&gt;</description><pubDate>Fri, 07 Nov 2014 04:11:19 GMT</pubDate><dc:creator>Lilly</dc:creator></item><item><title>RE: Require response for openended question or minimum display time</title><link>https://forums.millisecond.com/Topic14907.aspx</link><description>HI!&lt;br/&gt;&lt;br/&gt;I have a question about open-ended questions in Inquisit:&lt;br/&gt;&lt;br/&gt;I want them to at least work on the question for 2 minutes; but the buttonlabel "Click here to continue" is now present from the start.&lt;br/&gt;This is kind of confusing, since they can't actually continue before those 2 minutes.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;Any suggestions?&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;</description><pubDate>Fri, 07 Nov 2014 04:11:19 GMT</pubDate><dc:creator>TamaraJedidja</dc:creator></item><item><title>RE: Require response for openended question or minimum display time</title><link>https://forums.millisecond.com/Topic4305.aspx</link><description>&lt;p&gt;For that you'll have to look into using expressions via the '/ isvalidresponse' attribute or -- more general -- the '/ ontrialbegin', '/ ontrialend', etc. event attributes. For example, you could use the 'length()' function (see string functions section in the functions documentation) to check if the typed response has a minimum length...&lt;/p&gt;
&lt;p&gt;Or you could use Regular Expressions (RegEx) via the '/ mask' attribute. See this thread for some hints: &lt;a href="/forums/Topic4270.aspx"&gt;http://www.millisecond.com/forums/Topic4270.aspx&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;~Dave&lt;/p&gt;</description><pubDate>Fri, 16 Apr 2010 07:33:29 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: Require response for openended question or minimum display time</title><link>https://forums.millisecond.com/Topic4304.aspx</link><description>&lt;p&gt;Thank you for the support, Dave!&lt;/p&gt;
&lt;p&gt;The validresponse attribute cannot define a minimum number of characters, can it?&lt;/p&gt;</description><pubDate>Fri, 16 Apr 2010 07:27:28 GMT</pubDate><dc:creator>Lilly</dc:creator></item><item><title>RE: Require response for openended question or minimum display time</title><link>https://forums.millisecond.com/Topic4303.aspx</link><description>&lt;p&gt;[quote]Just for the future, is there also a possibility to display the question for at least xxx seconds ?[/quote]&lt;/p&gt;
&lt;p&gt;No straightforward way to do this, I believe. The '/ responsetime' attribute might be useful here though:&lt;/p&gt;
&lt;p style="padding-left: 30px;"&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;lt;openended myopenended&amp;gt;&lt;br /&gt;[...]&lt;br /&gt;/ validresponse = (anyresponse)&lt;br /&gt;/ responsetime = 2000&lt;br /&gt;&amp;lt;/openended&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Set up like this, Inquisit would only accept answers given after 2000 ms into the trial.&lt;/p&gt;
&lt;p&gt;Hope this helps,&lt;/p&gt;
&lt;p&gt;~Dave&lt;/p&gt;</description><pubDate>Fri, 16 Apr 2010 06:46:18 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: Require response for openended question or minimum display time</title><link>https://forums.millisecond.com/Topic4302.aspx</link><description>&lt;p&gt;Thanks, this is what I was looking for!&lt;/p&gt;
&lt;p&gt;Just for the future, is there also a possibility to display the question for at least xxx seconds ?&lt;/p&gt;</description><pubDate>Fri, 16 Apr 2010 06:39:16 GMT</pubDate><dc:creator>Lilly</dc:creator></item><item><title>RE: Require response for openended question or minimum display time</title><link>https://forums.millisecond.com/Topic4301.aspx</link><description>&lt;p&gt;[quote]Question: How can I make sure that participants give an answer to an openended question:&lt;br /&gt;Is there a command so that they can only continue to the next page when they have entered something (or a minimum number of characters) in response to an openended question?[/quote]&lt;/p&gt;
&lt;p&gt;A setup along these lines should do the trick:&lt;/p&gt;
&lt;p style="padding-left: 30px;"&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;lt;openended myopenended&amp;gt;&lt;br /&gt;[...]&lt;br /&gt;/ validresponse = (anyresponse)&lt;br /&gt;/ required = true&lt;br /&gt;&amp;lt;/openended&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;~Dave&lt;/p&gt;</description><pubDate>Fri, 16 Apr 2010 06:33:17 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>