Stream: questionnaire
Topic: None of the above
David Waters (Dec 11 2018 at 09:39):
I have a use case where my questionnaire is multi-select, but also with a 'none of the above' option. If the user selects none of the above, the UI should stop any of the other options being selected. How can I communicate this to the UI in the Questionnaire resource?
Lloyd McKenzie (Dec 11 2018 at 15:56):
The optionExclusive extension allows you to mark a particular option as being "exclusive" - meaning that if you choose that option, no others can be selected, even repeats=true for that question.
Last updated: Apr 12 2022 at 19:14 UTC