Display those choices that are not selected in a select multiple question previously

Dear Colleagues,
I need to put a skip logic for below question.

Example:

  1. What did you buy (Multiple CHOICE):
    a. car
    b. pen
    c. bike
    d. book

  2. If you did not buy, what is the reason? (Here I want this question to appear only if any of the above is UNCHECKED.

Thanks

Hi @rahmat, there are 2 ways you could go about this:

  1. Add a fifth choice called “None of the above” and if the respondent chooses this then they land on Q2 in your example.
  2. Use the Skip logic as shown below.
1 Like

Hi @rahmat,

You cold also do it as outlined in the image shared below:

In the survey tab of your xlsform:

Image 1

In the choices tab of your xlsform:

Image 2

Data entry screen as seen in Enketo:

Reference xlsform:

choice_filter.xlsx (62.5 KB)

1 Like

Thank you. Solved.

2 Likes

Hello,
Using the search function of this form, you may find more examples and hints:
for example with the token: “Display those choices that are not selected”.

1 Like