Home
Re:Question on conditions... again (1 viewing) (1) Guest
Favoured: 0
|
|
|
TOPIC: Re:Question on conditions... again
|
|
|
|
[done] Question on conditions... again 4 Months, 1 Week ago
|
Karma: 0
|
|
I am stumped with this problem.
As an example below, Question 9 will be seen if Q5 is Pink or Q8 is Happy. The problem is I can't set Q9 to be Pink OR Happy.
Q5) pick a color
Red
Blue
Yellow
Pink
If Pink go to Q9 otherwise continue to Q6
Q6 all answers go to Q7
Q7 all answers go to Q8
Q8 Are you happy
Yes
No
If Yes go to Q9 else go to Q16
Thanks for any help.
Dan
LimeSurvey
Version 1.71+ (5246)
|
|
|
|
Logged
|
|
|
Last Edit: 2008/07/18 00:20 By Mazi.
|
|
|
The administrator has disabled public write access.
|
ITEd (Moderator)
LimeSurvey Team
Posts: 352
|
|
Re:Question on conditions... again 4 Months, 1 Week ago
|
Karma: 8
|
|
OR doesn't work for multiple questions AFAIK. Only suggestion I have is to make identical duplicates of Q9, Q9a and Q9b.
Show Q9a if Q5 = pink AND Q8 <> yes
show Q9b if Q8 = yes
Then you'll need to merge the data from two Q9 answer columns afterwards.
Regards.
|
|
|
|
Logged
|
|
|
The administrator has disabled public write access.
|
|
|
|
Re:Question on conditions... again 4 Months, 1 Week ago
|
Karma: 0
|
|
That is what I thought. Is there a sticking point from a programming prospective that we can't have an OR statement with questions?
|
|
|
|
Logged
|
|
|
The administrator has disabled public write access.
|
Mazi (Moderator)
Moderator Lime
Posts: 3252
|
|
Re:Question on conditions... again 4 Months, 1 Week ago
|
Karma: 25
|
|
As soon as you introduce the "OR" option programming and condition checking gets very tricky.
This would slow down the performance, too.
|
|
|
|
Logged
|
|
|
Best regards,
Mazi
______________________
Need help? I can: set up Limesurvey for you / create your survey / implement additional features / design your template / offer premium support -> Contact.
|
|
|
The administrator has disabled public write access.
|
|
|
|
|