So i have two multi-choice questions, each having the exact same options to choose from. The second question should only pull in responses that were checked off in the first question. For example...
Q1: Which fruits do you like?
01 - Apples
02 - Pears
03 - Bananas
04 - Oranges
05 - Strawberries
Q2: Which two or three of those fruits do you like the best?
01 - Apples
02 - Pears
03 - Bananas
04 - Oranges
05 - Strawberries
For subquestion code 01 in the second question i put this code...
{if(q1_01=="Y",join("- ",q2_01.question,": ",q2_01.shown),"")}
And even though it will not show the text of "01 Apples" in Q2, it does still show the checkbox...which i need hidden.
I also need to know how to only get Q2 if more than one answers are checked in Q1...can't quite figure that out.
And for hidding Q2 if Q1 have more than 1 answer: count(Q1.NAOK)>0
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. -
Professional support
-
Plugins, theme and development
. I don't answer to private message.
The following user(s) said Thank You: Winocll_48635