- Posts: 3
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
<script type="text/javascript" charset="utf-8"> $(document).on('ready pjax:scriptcomplete',function(){ // Identify this question var thisQuestion = $('#question{QID}'); // Insert header text var insertedText = "You receive<br>|<br>Other receive"; $('table.subquestion-list thead tr:last td:first', thisQuestion).addClass('inserted-header').append(insertedText); }); </script>
<style type="text/css">td.inserted-header { font-weight: bold; text-align: center; vertical-align: middle !important; } </style>
Here is a custom question theme - github.com/tpartner/LimeSurvey-Social-Value-OrientationDenisChenu wrote: Without JS ? Can be great