I have an array question set up with 6 options.
If the user selects one of the first three options a follow up question should display but I'm unable to get the condition to work.
Your example survey does not contains no array question, only a multiple option question.
This question type consists of subquestions (each option is a subquestion) and your relevance equation for your second question must be something like:
Code:
Q1_1=='Y' OR Q1_2=='Y' OR Q1_3=='Y'
Your code was Q1_1<3 which doesn't make any sense at all. What did you try to do with that?
A working example of your survey is attached.
Help us to help you!
Provide your LS version and where it is installed (own server, uni/employer, SaaS hosting, etc.).
Always provide a LSS file (not LSQ or LSG).
Note: I answer at this forum in my spare time, I'm not a LimeSurvey GmbH employee.
By the way, you should update. Your version is now almost 3 years old and hasn't received any updates / bug fixes since then. I wouldn't want to collect personal information as in surveys with webapplications that haven't been updated for such a long time.
Help us to help you!
Provide your LS version and where it is installed (own server, uni/employer, SaaS hosting, etc.).
Always provide a LSS file (not LSQ or LSG).
Note: I answer at this forum in my spare time, I'm not a LimeSurvey GmbH employee.