Hello i have some urgent skip logic issues, is there anyone that can help? I am trying to make question B102 show up only if the answers to B101 are either 'wage employment' or 'both wage and employed'. Right now B102 shows up no matter what is selected. Please see screenshots below. I am having these issues across multiple questions.
Hi Jumai,
I'm a little surprised to her that the question is being displayed all of the time.
As written, I think the logic you are looking for would require putting a parenthesis around the b101 checks, and switching the logic to OR, IE:
program_participation= '01' and a102 = '01' and (b101 = '02' or b101 = '03')
Right now, I would guess that B102 would never be displayed since b101 can't be both '02' and '03' simultaneously. You might need to make sure you are clicking the refresh button in app preview, or running the most up to date version on your test device.
Thank you so much, this works now. Is there a way I can set GPS accuracy to be <=5m?