0 votes

[copied from GT FB group]

I'm doing a multi-choice question (checkboxes) and would like to make "None of the above" exclusive so that other items on the list cannot be checked. It's not critical, but is that possible?

by (5.8k points)

1 Answer

0 votes

Consider not having a "None of the above option" and instead just putting a

*tip: if none of the options apply, leave them all unchecked. 

In other words, "None of the above" is already represented very naturally by them simply not checking any options listed.

Or if you include it and people select more than one then you could exclude them from the dataset for low quality. e.g.

*question: Pick things
    Thing 1
    Thing 2
    None of these
    *save: things

*if: ("None of these" in things) and (things.size > 1)
    >> low_quality = 1

 

by (5.8k points)
Welcome to Guidedtrack Q&A, where you can ask questions and receive answers from other members of the community.
134 questions
144 answers
55 comments
40 users