Please help us help you and fill where relevant: Your LimeSurvey version: 6.4 Own server or LimeSurvey hosting: Survey theme/template:
==================
Hello Team,
I have mutiple choice(Q1) Question having Option A,B,C,D and 2 single choice(Q2,Q3) question having same option
Only the selected option will be shown in Q2 & Q3 and on more will apply on Q3,Q2 option will be not shown in the Q3
if selected A B D in Q1 these option will be shown in Q2 then if selected D Q2,for Q3 it will be only A B Not D
Hi,
for the the first "multiple" -> "single" you use simple array filter
for the the second you have to insert a hidden multiple (HM), preset it with an equation and use as array filter for Q3
Like this {HM_1=if(Q1_1=="Y" and Q2!=1,"Y","")}
{HM_2=if(Q1_2=="Y" and Q2!=2,"Y","")}
{HM_3=if(Q1_3=="Y" and Q2!,"Y","")}
{HM_4=if(Q1_4=="Y" and Q2!=4,"Y","")}
Only a short answer.
This procedure is explained very many times here.
Joffm
Volunteers are not paid.
Not because they are worthless, but because they are priceless