Can I somehow have mutually exclusive options in a Multiple Choice Question ?

  • dinopeterson
    Asked on February 23, 2018 at 1:43 AM

    I have a question that has several options , one of which is 'None of the above' . Of course I would like the user to be able to select any combination of options EXCEPT for 'None of the above'. If they choose 'None of the above', I would like the options to become deselected and unselectable as it makes no sense to be able to select an option as well as 'None of the above' simultaneously. Is this somehow possible ?

  • BJoanna
    Replied on February 23, 2018 at 6:31 AM

    Unfortunately, that is not possible to achieve with a single Multiple Choice field. 

    As a workaround, you can use two separate fields. Inside of the first field, you can add the field options and inside of the second field add only 'None of the above' option. Then you can use conditional logic to clear the options that are selected inside of the first field if 'None of the above' option is select inside of the second field. You can also disable the first field if 'None of the above' option is selected. 

    1519384993condition1 Screenshot 10

    1519385079condition2 Screenshot 21

    How to Insert Text or Calculation into a Field Using Conditional Logic

    How to Enable/Disable Fields Using Conditional Logic

    Here is my demo form: https://form.jotform.com/80533167863966 

    Feel free to test it and clone it

    Hope this meet what you are looking for.