﻿<?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  » Forced answers in survey</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Tue, 26 May 2026 07:04:12 GMT</lastBuildDate><ttl>20</ttl><item><title>Forced answers in survey</title><link>https://forums.millisecond.com/Topic20334.aspx</link><description>Hi everybody,&lt;br/&gt;&lt;br/&gt;this is probably a stupid question, but I cannot find in the manual how I can force participants to answer. Meaning, I have a survey with sliders and I do not want them to be able to click "next" before they have answered all questions on one page.&lt;br/&gt;How can I do that?&lt;br/&gt;&lt;br/&gt;Thanks,&lt;br/&gt;M.&lt;br/&gt;</description><pubDate>Thu, 16 Feb 2017 04:22:01 GMT</pubDate><dc:creator>mongrel</dc:creator></item><item><title /><link>https://forums.millisecond.com/Topic20745.aspx</link><description>Thank you, Dave!&lt;br/&gt;</description><pubDate>Thu, 16 Feb 2017 04:22:01 GMT</pubDate><dc:creator>mongrel</dc:creator></item><item><title>RE: Forced answers in survey</title><link>https://forums.millisecond.com/Topic20728.aspx</link><description>&lt;div data-id="20727" class="if-quote-wrapper" unselectable="on" data-guid="1487172445698"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="20727" 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="20727" 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="20727" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;mongrel - Wednesday, February 15, 2017&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-20727"&gt;&lt;div class="if-quote-message-margin"&gt;Hi Dave,&lt;br/&gt;&lt;br/&gt;I have the following script:&lt;br/&gt;...&lt;br/&gt;radiobuttons question1&amp;gt;&lt;br/&gt;/ caption = "Blablabla?~n"&lt;br/&gt;/ options = ("yes","no")&lt;br/&gt;&amp;lt;/radiobuttons&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;textbox question2&amp;gt;&lt;br/&gt;/ caption = "In case you answered yes to question1, please explain in the following textblock."&lt;br/&gt;/ textboxsize = (80%, 22%)&lt;br/&gt;/ multiline = true&lt;br/&gt;/ maxchars = 500&lt;br/&gt;&amp;lt;/textbox&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;surveypage questions&amp;gt;&lt;br/&gt;/ fontstyle = ("Arial", -16, true, false, false, false, 5, 0)&lt;br/&gt;/ questions = [1=question1; 2=question2] &lt;br/&gt;/ showpagenumbers = false&lt;br/&gt;/ nextlabel = "continue"&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;...&lt;br/&gt;&lt;br/&gt;I want answers to question2 only to be required, if question1 was answered with yes. Is there a if-then-condition for the required attribute? I don`t think, I will need a branch for that. &lt;br/&gt;&lt;br/&gt;Thanks in advance!&lt;br/&gt;M.&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="20727"&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, this is not possible if the questions are on the same, single page. You would indeed have to use /branch. I.e., page 1 contains the yes/no question, from there /branch to the 2nd page containing question 2 only if the answer to the 1st question was yes.&lt;br/&gt;</description><pubDate>Wed, 15 Feb 2017 07:29:04 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: Forced answers in survey</title><link>https://forums.millisecond.com/Topic20727.aspx</link><description>Hi Dave,&lt;br/&gt;&lt;br/&gt;I have the following script:&lt;br/&gt;...&lt;br/&gt;radiobuttons question1&amp;gt;&lt;br/&gt;/ caption = "Blablabla?~n"&lt;br/&gt;/ options = ("yes","no")&lt;br/&gt;&amp;lt;/radiobuttons&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;textbox question2&amp;gt;&lt;br/&gt;/ caption = "In case you answered yes to question1, please explain in the following textblock."&lt;br/&gt;/ textboxsize = (80%, 22%)&lt;br/&gt;/ multiline = true&lt;br/&gt;/ maxchars = 500&lt;br/&gt;&amp;lt;/textbox&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;surveypage questions&amp;gt;&lt;br/&gt;/ fontstyle = ("Arial", -16, true, false, false, false, 5, 0)&lt;br/&gt;/ questions = [1=question1; 2=question2] &lt;br/&gt;/ showpagenumbers = false&lt;br/&gt;/ nextlabel = "continue"&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;...&lt;br/&gt;&lt;br/&gt;I want answers to question2 only to be required, if question1 was answered with yes. Is there a if-then-condition for the required attribute? I don`t think, I will need a branch for that. &lt;br/&gt;&lt;br/&gt;Thanks in advance!&lt;br/&gt;M.&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;</description><pubDate>Wed, 15 Feb 2017 05:43:14 GMT</pubDate><dc:creator>mongrel</dc:creator></item><item><title /><link>https://forums.millisecond.com/Topic20344.aspx</link><description>Thanks!</description><pubDate>Tue, 06 Dec 2016 00:24:49 GMT</pubDate><dc:creator>mongrel</dc:creator></item><item><title>RE: Forced answers in survey</title><link>https://forums.millisecond.com/Topic20340.aspx</link><description>&lt;div data-id="20334" class="if-quote-wrapper" unselectable="on" data-guid="1480969778320"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="20334" 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="20334" 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="20334" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;mongrel - Monday, December 05, 2016&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-20334"&gt;&lt;div class="if-quote-message-margin"&gt;Hi everybody,&lt;br/&gt;&lt;br/&gt;this is probably a stupid question, but I cannot find in the manual how I can force participants to answer. Meaning, I have a survey with sliders and I do not want them to be able to click "next" before they have answered all questions on one page.&lt;br/&gt;How can I do that?&lt;br/&gt;&lt;br/&gt;Thanks,&lt;br/&gt;M.&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="20334"&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;Set the &amp;lt;slider&amp;gt;'s /required attribute to 'true'.&lt;br/&gt;&lt;br/&gt;&amp;lt;slider myslider&amp;gt;&lt;br/&gt;...&lt;br/&gt;/ required = true&lt;br/&gt;&amp;lt;/slider&amp;gt;&lt;br/&gt;</description><pubDate>Mon, 05 Dec 2016 12:31:06 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>