I have created a customised array question with sliders and yes/no buttons by using this great workaround:
www.limesurvey.org/forum/design-issues/1...s-no-question#155360
I extended it a bit because I wanted the labels of each slider to be randomly displayed on the left and right side of the slider (e.g. good - bad vs. bad - good). To achieve this, I created each question in two versions (one version labelled good - bad and one version labelled bad - good). A script then creates a random number 0 or 1 and depending on this number, one version of the question is hidden.
This now leads to the problem that the background colour of the rows is not alternating anymore because in some cases two rows with the same colour are displayed directly one after the other. How can I adjust that?
A second problem (has nothing to do with the workaround) is that if I have more than 5 questions, the rows are automatically grouped into groups of 5 and a quite large white frame is inserted between these groups. How can I switch that off?
See attached test survey.