- Posts: 13921
- Thank you received: 4258
Ask the community, share ideas, and connect with other LimeSurvey users!
<script type="text/javascript" charset="utf-8"> $(document).ready(function() { $('input[name="{SGQ}SQ001_X002"]').replaceWith('<textarea id="{SGQ}SQ001_X002" name="{SGQ}SQ001_X002" rows="5" cols="25"></textarea>'); $('input[name="{SGQ}SQ002_X002"]').replaceWith('<textarea id="{SGQ}SQ002_X002" name="{SGQ}SQ002_X002" rows="5" cols="25"></textarea>'); $('input[name="{SGQ}SQ003_X002"]').replaceWith('<textarea id="{SGQ}SQ003_X002" name="{SGQ}SQ003_X002" rows="5" cols="25"></textarea>'); $('input[name="{SGQ}SQ004_X002"]').replaceWith('<textarea id="{SGQ}SQ004_X002" name="{SGQ}SQ004_X002" rows="5" cols="25"></textarea>'); }); </script>
<style> .table > tbody > tr > th { vertical-align: top;} </style>
<script type="text/javascript" charset="utf-8"> $(document).on('ready pjax:scriptcomplete',function(){ // Identify this question var thisQuestion = $('#question{QID}'); // Add a question class thisQuestion.addClass('custom-array'); // Column-specific classes $('table.subquestion-list tr', thisQuestion).each(function(i) { $('th, td', this).each(function(i) { $(this).addClass('column-'+i); }); }); }); </script>
<style type="text/css">.custom-array table.subquestion-list col { width: auto !important; } .custom-array table.subquestion-list thead .column-0 { width: 25%; } .custom-array table.subquestion-list thead .column-1 { width: 10%; } .custom-array table.subquestion-list thead .column-2 { width: 50%; } .custom-array table.subquestion-list thead .column-3 { width: 15%; } </style>
Alle Texte - auch im array(text) - sind vom Typ "text", also 65000 byte.
Also einen String "Dokument erloschen" gibt es in Limesurvey nicht, gerade in den Übersetzungsfiles gesucht. Das muss dann also entweder vom Webserver kommen, oder vom Browser.-bei manchen ist die Umfrage abgebrochen und ich weiß nicht wieso. Bei einer Teilnehmerin erschien "Dokument erloschen" und bei einer anderen "Es tut uns leid, aber Ihre Sitzung ist abgelaufen".
Dokument erloschen
Dieses Dokument ist nicht mehr verfügbar.
Das angefragte Dokument ist nicht im Browser-Cache verfügbar.
Als Sicherheitsmaßnahme fordert der Browser vertrauliche Dokumente nicht automatisch erneut an.
Klicken Sie auf "Nochmals versuchen", um das Dokument erneut von der Website anzufordern.
"Es tut uns leid, aber Ihre Sitzung ist abgelaufen"