I would like to have an initial array, for example:
- columns labelled 'dislike' 'neutral' and 'like'
- rows 'trees', 'dogs', 'cats', 'horses' etc etc (or whatever)
Then have a subsequent array question with the same
rows as the first question, but only showing the ones for which the user selected 'like'.
How can I do this?
I saw a 4 year old thread here:
www.limesurvey.org/en/forum/can-i-do-thi...g-array-subquestions
Has there been any progress on doing this automatically rather than via Javascript?