Hello all. I need to create a multiple-choice question that has 8 options, with option #7 and #8 restricted to be the only option allowed if chosen AND to limit the number of selections to 3 choices while preventing choosing 7 and/or 8.
What I have until now is:
(not(selected(., “8”) and count-selected(.) >1)) and (not(selected(., “7”) and count-selected(.) >1))
Welcome to the community, @M.Ayied! Sorry, I could not understand your issue. Could you kindly explain it with a dummy question, some choices, and the conditions you would like to set? Maybe that would help the community understand your requirement.
The issue is “select_multiple d.6”. I need to limit the options chosen to be at maximum three, and I also want to prevent choosing the below options:
-Others (Please specify)
-I don’t know
Since if they “dont know” or they prefer to write their response, they shouldnt pick any other option.
Hope that helps understanding my request, with many thanks.