Hi,
I am trying to do something which was meant to be quite simple but unfortunately I am having problem implementing it.
Basically we have three Array questions as part of one question group. For each of these three Array questions, there are several sub-questions (e.g. One, Two, Three.....) with a number of answer options displayed in drop down boxes. For instance, in case of Array Question 1, sub-questions are One, Two, Three, Four... and same drop down options for each sub-question. For Array question 2, same sub-questions but with different answer options. Similarly for Array 3, the sub-questions are same i.e. One, Two, Three.... but different answer options. So in other words, all three Array questions are similar except for different answer options for the drop down boxes.
Instead of displaying these three Array questions separately we decided to display them together in one table and I used
Tony's solution
to do that. What we want now is to add headings to the three columns containing the drop down boxes. I am sure it's very easy to do but I can't find a way to do it. Please see
the attached screen shot showing the relevant section. We just want to add headings to each column (e.g. Options 1, Options 2, Options 3).
Thanks