- Posts: 18
- 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 the questions var thisQuestion = $('#question'+{QID}+''); var nextQuestion1 = $(thisQuestion).nextAll('.text-short:eq(0)'); // Hide the short-text question $(nextQuestion1).hide(); // Move the hidden text input into the array (second last row) var rowCount = $('th.answertext', thisQuestion).length; $('th.answertext:eq('+(rowCount-1)+')', thisQuestion).append($('input[type="text"]', nextQuestion1)).closest('tr').addClass('otherRow'); // Some styling... $('input[type="text"]', thisQuestion).css({ 'width': '100%' }); }); </script>
¿Qué significa eso?No logro aplicar todo el proceso
Al contrario: debes enviar tu lss para que podamos ver y corregir un error de tu parte.que subieras el archivo .lsq