Please help us help you and fill where relevant: Your LimeSurvey version: 6.15.5+250724 Own server or LimeSurvey hosting:Own Survey theme/template:Fruity
==================
I have an array of numbers question shown with checkboxes. There are 3 columns and respondents much select how they have used the brands.
In the screen shot of the question there are 5 brands but this has been reduced down from about 45 brands from the previous question.
I need to populate a hidden multi choice question with the answers from this question and doing that with an equation question will require 135 IF statements.
I was wondering if this could be achieved using javascript to loop through the array answers and populate the hidden question instead?