How can we rank a question based on the previous array question-answer option
eg.
q2. please rate
like ----dislike--- nothing
1. s-- *
2. d -- *
3. g --*
4. f
5. a
q3. rank liked products
1. s
2. d
3. g
we only need answers select "like" option in q2...
normally we put code q2 in array filter option of question 3 .. but how we display answers who select "like" option in q2
- Place Expression Manager code in qEquation that uses the assignment operator
to set the check-boxes depending on the array values.
- Activate an array-filter in q3 based on qHidden.[/quote]
Thanks for your reply
can you please explain this quoted section. am a starter for this lime survey.. how can we write the code for filter the "liked" answer options and where we place it..