A couple of questions in my survey look fine when i preview the question, but when i take the survey they don't look like they should. Each is an array type question with subquestions, and each contains a script for putting headings in the rating scale.
The script looks like this:
Code:
<script type="text/javascript" charset="utf-8">
$(document).ready(function(){
var thisQuestion = $('#question{QID}');
$('table.subquestions-list thead', thisQuestion).prepend('<tr class="new-header">\
<td>&nbsp;</td>\
<th colspan="11" style="text-align:left;">Not Satisfied<span style="float:right">Very Satisfied</span></th>\
</tr>');
});
</script>
(note: some of the following images has been redacted for privacy reasons)
Here's what the Question previews look like:
Here's what the question looks like when taking the survey: