Please help us help you and fill where relevant:
Your LimeSurvey version:
LimeSurvey Cloud
Own server or LimeSurvey hosting:
Version 5.3.8
==================
(Write here your question/remark)
Hi guys,
We're trying to get users screened out (i.e. terminate the study) unless certain responses in Array are selected.
Please see file attached.
What we've done so far:
1. Set up an equation formula where we assign 1 or 0 based on responses given in the previous Array question. if(A2_SQ001 == "AO01" or A2_SQ001 == "AO02", 1, 0).
The logic is that: "Only continue to A3 if a user selects "Listen to Radio Daily or Weekly", otherwise screen out.
2. Lime assigns 1 and 0 to that equation accordingly.
3. We've set up a Quota which checks for 0 and 1 and if it's 0 then "screen out".
For some reason the step 3. above doesn't work.
Please advise.
Best,
Jay