Q1. Which product do you use most often? (ListRadio)
1. product A
2. product B
3. product C (if the user selects this)
4. product D
Q2. Which product will you never consider using? (ListRadio)
1. product A
2. product B
3. product C (this option should not appear here)
4. product D
If the user selects "product C" in Q1, then that option should not appear in Q2. Similarly if he selects "product B" in Q1, the option should not appear in Q2 and so on.
The questions are on different pages in a question by question format, and even though they usually appear consecutively, there are times when they appear 2 questions or so apart
I that case, you will not be able to filter the question. The only way (that I know of) to filter radios on separate pages is to insert a hidden multiple-choice question and manipulate it with JavaScript - that can only be done in group-by-group mode.
An alternate solution for your problem would be to have several versions of Q2 and show the appropriate one via relevance.
Cheers,
Tony Partner Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
If the survey is in Question by Question mode you need 2 question to filter another one
1. An hidden multiple choice question
2. A Equation hidden question
The idea is to set the value of the multiple choice according to the value of the equation.
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.
But...how do you hide them? If they are hidden via question setting, they are never rendered so can't be manipulated (at least that's my understanding). If hidden via CSS, you will have blank screens.
Cheers,
Tony Partner Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
M and the equation are hidden, Q2 use M as array_filter
In
demonstration.sondages.pro/676785
MULTIPLE2 and SETMULTIPLE2 can be hidden (totally hidden, no js/css hidden). You can check what you want in MULTIPLE2, it resetted when you move next :)
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.