- Posts: 58
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Das war jetzt nicht ernst gemeint, oder?Gibt es da wirklich nichts Vorgefertigtes?
<style type="text/css"> .ls-answers tbody .answertext { text-align: left; font-weight:bold; } </style>
Please Log in to join the conversation.
Daher würde ich lieber zunächst eine Einfachnennungsfrage nach dem Amt stellen und dann in der Matrix dazu die Abteilungen und Sachgebiete erfragen.Sollte es in Ihrem Amt/Ihrer Dienststelle unterschiedliche Öffnungszeiten geben, haben Sie die Möglichkeit, Ihr Amt mehrfach zu erfassen:
Bitte wählen Sie über das DropDown-Menü Ihr Amt/Ihre Dienststelle aus und ergänzen dann jeweils die Abteilungen und Sachgebiete.
Sie können bis zu 10 unterschiedliche Abteilungen und/oder Sachgebiete erfassen.
Please Log in to join the conversation.
<script type="text/javascript" charset="utf-8"> $(document).ready(function() { $('#question{QID} tr[id^="javatbd"]:eq(0) .radio-item:eq(2) *').remove(); $('#question{QID} tr[id^="javatbd"]:eq(1) .radio-item:eq(2) *').remove(); $('#question{QID} tr[id^="javatbd"]:eq(2) .radio-item:eq(2) *').remove(); $('#question{QID} tr[id^="javatbd"]:eq(3) .radio-item:eq(2) *').remove(); $('#question{QID} tr[id^="javatbd"]:eq(4) .radio-item:eq(2) *').remove(); $('#question{QID} tr[id^="javatbd"]:eq(5) .radio-item:eq(2) *').remove(); }); </script>
$(document).on('ready pjax:scriptcomplete',function(){ 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: 16%; } .custom-array table.subquestion-list thead .column-1 { width: 22%; } .custom-array table.subquestion-list thead .column-2 { width: 22%; } .custom-array table.subquestion-list thead .column-3 { width: 44%; background-color:#efefef;} .ft td.answer_cell_3 { background-color: #efefef !important; }
Please Log in to join the conversation.
<script type="text/javascript"> $(document).ready(function() { // Setze für alle Radio-Buttons mit dem Muster "665974X2226X41675SQ" den Wert "01" (geschlossen) $('input[type="radio"][name^="665974X2226X41675SQ"]').each(function() { if ($(this).val() === "01") { $(this).prop("checked", true); } }); }); </script>
Please Log in to join the conversation.
Na, komm, das haben wir hier aber schon oft gemacht.wo genau du welche Gleichung reinschreibst
{G01Q07_SQ01=if(is_empty(G01Q07_SQ01),2,G01Q07_SQ01)} {G01Q07_SQ02=if(is_empty(G01Q07_SQ02),2,G01Q07_SQ02)} {G01Q07_SQ03=if(is_empty(G01Q07_SQ03),2,G01Q07_SQ03)} {G01Q07_SQ04=if(is_empty(G01Q07_SQ04),2,G01Q07_SQ04)} {G01Q07_SQ05=if(is_empty(G01Q07_SQ05),2,G01Q07_SQ05)} {G01Q07_SQ06=if(is_empty(G01Q07_SQ06),2,G01Q07_SQ06)}
$('input[type="radio"][name^="665974X2226X41675SQ"]').each(function() {
$('input[type="radio"][name^="{SGQ}SQ"]').each(function() {
Please Log in to join the conversation.
Please Log in to join the conversation.