Solved
How can I add text above the statements in a matrix table?
I'm trying to replicate a survey that was originally on paper, so I've been asked to keep the formatting of all the questions the same in the web version. The original document has a matrix type question with a label for the column of statement items (to the left of the scale labels, in the area that is generally blank in the upper left corner of the table.) Does anyone know how to add text in that area using some Javascript?
Best answer by TomG
Try this:
```
jQuery("#"+this.questionId+" td.c1:first").html("Label Text");
```
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
