Millisecond Forums

Non-compulsory survey questions

https://forums.millisecond.com/Topic13751.aspx

By Nina Attridge - 7/3/2014

Hi,
Sorry if this is a stupid question - I've only been using Inquisit for a few days and I can't find an answer to this.
I'm writing a survey as part of my experiment and I want some of the questions to be non-compulsory because they may not be relevant for everyone. At the moment if a question is left blank the study won't move on to the next page. Does anyone know how to make a question optional?
I suppose I could add an "N/A" option for those questions if need be.
Thanks!
Nina
By Dave - 7/3/2014

Yes. Set the respective question's /required attribute to 'false'. Example:

<radiobuttons myrb>
...
/ required = false
</radiobuttons>
By Nina Attridge - 7/3/2014

Thank you Dave!