- Posts: 10
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
<script type="text/javascript" charset="utf-8"> $(document).ready(function() { // Identify this question var thisQuestion = $('#question{QID}'); // Insert a new row in the table head $('table.subquestions-list thead', thisQuestion).prepend('<tr>\ <td></td>\ <th colspan="2">Muy insatisfactorio</th>\ <th colspan="3">Insatisfactorio</th>\ <th colspan="3">Satisfactorio</th>\ <th colspan="2">Muy satisfactorio</th>\ </tr>'); }); </script>