I have a multiple choice question with three options, the third being neither. I want the survey to de-select the other(s) if neither is chosen or vice versa. I found the below code when using google but nothing happens when i use that.
not(selected(., 'option_c') and selected(., 'not_option_c'))