Home
LimeSurvey Forums
Welcome, Guest
Please Login or Register.    Lost Password?
Re:Question on conditions... again (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: Re:Question on conditions... again
#16245
railroadguy (User)
Junior Lime
Posts: 33
graphgraph
User Offline Click here to see the profile of this user
[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 Logged  
 
Last Edit: 2008/07/18 00:20 By Mazi.
  The administrator has disabled public write access.
#16251
ITEd (Moderator)
LimeSurvey Team
Posts: 352
graphgraph
User Offline Click here to see the profile of this user
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 Logged  
  The administrator has disabled public write access.
#16253
railroadguy (User)
Junior Lime
Posts: 33
graphgraph
User Offline Click here to see the profile of this user
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 Logged  
  The administrator has disabled public write access.
#16259
Mazi (Moderator)
Moderator Lime
Posts: 3252
graph
User Online Now Click here to see the profile of this user
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 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.
Go to top