Hi,
I have a matrix type question :
(sample question)
q:Give point to mobile
1 2 3 4 5
nokia
samsung
motoroal
(1,2,3,4,5 will be on top as in matrix type question)
Now if the person select 1 for a mobile he should be shown next question like this:
Why do you like Nokia
Battery Looks weight Prce
nokia
How can I achieve this. One option I was thinking is add a hidded chckbox question whose option(nokia,sammsung,motorola) will be selected if option 1 from 1st question is chosen and then use array filter to show needed option in the next matrix question. Am I on the right path?