﻿<?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  » Is it possible to make a question in surveypage suggest a response but not make it required?</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Thu, 24 Sep 2026 16:11:18 GMT</lastBuildDate><ttl>20</ttl><item><title>Is it possible to make a question in surveypage suggest a response but not make it required?</title><link>https://forums.millisecond.com/Topic20094.aspx</link><description>Hi! I saw that for questions for surveys (radiobuttons,&amp;nbsp;sliders) you could make a question required but I would like to make it not required (for ethical reasons) but still flag it the first time when they try to move on to the next page with it unanswered. If they would like to skip that question, they can click continue afterwards. Is this possible to do? Thanks!</description><pubDate>Sat, 12 Nov 2016 17:49:20 GMT</pubDate><dc:creator>DJWoo</dc:creator></item><item><title>RE: Is it possible to make a question in surveypage suggest a response but not make it required?</title><link>https://forums.millisecond.com/Topic20104.aspx</link><description>Thanks Dave!</description><pubDate>Sat, 12 Nov 2016 17:49:20 GMT</pubDate><dc:creator>DJWoo</dc:creator></item><item><title>RE: Is it possible to make a question in surveypage suggest a response but not make it required?</title><link>https://forums.millisecond.com/Topic20095.aspx</link><description>&lt;div data-id="20094" class="if-quote-wrapper" unselectable="on" data-guid="1478882763781"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="20094" 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="20094" 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="20094" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;DJWoo - Friday, November 11, 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-20094"&gt;&lt;div class="if-quote-message-margin"&gt;Hi! I saw that for questions for surveys (radiobuttons,&amp;nbsp;sliders) you could make a question required but I would like to make it not required (for ethical reasons) but still flag it the first time when they try to move on to the next page with it unanswered. If they would like to skip that question, they can click continue afterwards. Is this possible to do? Thanks!&lt;a class="if-quote-goto quote-link" href="#" data-id="20094"&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;It's not *really* possible, although under some circumstances one can pull a bit of trickery and implement something close:&lt;br/&gt;&lt;br/&gt;&amp;lt;values&amp;gt;&lt;br/&gt;/ instance = 0&lt;br/&gt;&amp;lt;/values&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;survey mysurvey&amp;gt;&lt;br/&gt;/ pages = [1=mypage]&lt;br/&gt;/ showbackbutton = false&lt;br/&gt;/ showpagenumbers = false&lt;br/&gt;/ showquestionnumbers = false&lt;br/&gt;&amp;lt;/survey&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;surveypage mypage&amp;gt;&lt;br/&gt;/ ontrialbegin = [&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; values.instance += 1;&lt;br/&gt;]&lt;br/&gt;/ stimulusframes = [1=reminder]&lt;br/&gt;/ questions = [1=mydropdown]&lt;br/&gt;/ branch = [&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (dropdown.mydropdown.response==" " &amp;amp;&amp;amp; values.instance == 1) {&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; text.reminder.item.1 = "You did not answer. Would you like to move on anyway?";&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; surveypage.mypage;}&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ]&lt;br/&gt;&amp;lt;/surveypage&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;dropdown mydropdown&amp;gt;&lt;br/&gt;/ caption = "Select one:"&lt;br/&gt;/ options = (" ","A", "B", "C")&lt;br/&gt;/ defaultresponse = " "&lt;br/&gt;&amp;lt;/dropdown&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text reminder&amp;gt;&lt;br/&gt;/ items = ("")&lt;br/&gt;/ txcolor = red&lt;br/&gt;/ position = (50%, 50%)&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;Hope this helps.&lt;br/&gt;</description><pubDate>Fri, 11 Nov 2016 08:47:34 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>