- Posts: 7
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Was passiert denn? Fehlermeldung?Leider lässt sich das bei mir nicht einfach importieren
<script type="text/javascript" charset="utf-8"> $(document).on('ready pjax:scriptcomplete',function(){ // Insert the column categories $('#question{QID} table.subquestion-list thead tr:eq(0) td:eq(0)').remove(); $('#question{QID} table.subquestion-list thead').prepend('<tr class="ls-heading">\ <td rowspan="2" colspan="1" style="border-top:0 !important;"></td>\ <th class="answer-text inserted-header" colspan="2">In welchen Fällen</th>\ <th class="answer-text inserted-header" colspan="3"></th>\ <th class="answer-text inserted-header" colspan="2">In diesen Optionen</th>\ </tr>'); $('#question{QID} table.subquestion-list thead').prepend('<tr class="ls-heading">\ <td rowspan="1" colspan="1" style="border-bottom:0 !important;background-color:yellow"></td>\ <th class="answer-text inserted-header" colspan="7" style="text-align:left;font-size:14pt;color:maroon;background-color:yellow">Das Verfahren / Instrument wird ... eingesetzt</th>\ </tr>'); }); </script>
Na, das ist ja etwas Anderes; einfache Teilfragen-Relevanz."Produkte" in der Tabelle Delta-Verfahren etc. in Folgefragen angezeigt werden.
.ls-answers tbody .answertext { text-align: left; }