- Posts: 58
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Kopiere ich analog die Auswertungsteste/Formeln einfach in die gleiche Frage unten drunter (die Items und Skalen passe ich natürlich an)?
Für die übrigen tests, schreibe ich die Liste der X-Scale einfach fort mit laufenden Nummern (X014 für die erste Skala des zweiten test)?
.5,'Indicating a fair fit to the agile culture code',if(arrResult_Y001_X001>
.6or<=4.5,'Indicating a good fit to the agile culture code',if(arrResult_Y001_X001>=4.6,'Indicating an outstanding fit to the agile culture code'))))}<script> function printData(elem) { var divToPrint=document.getElementById(elem); newWin= window.open(""); newWin.document.write(divToPrint.outerHTML); newWin.print(); newWin.close(); } </script>
<div id="printResult" style="width:auto;"> <table style="{if(r0010_SQ001!='Y','display:none;','')}width:100%;border:1px solid black;border-collapse:collapse"> ... </table> <p> </p> {if(r0010_SQ001!='Y',"",if(arrResult_Y001_X001<2, "Das ist ja katastrophal", if(arrResult_Y001_X001<3.5, "Geht gerade noch, aber ziemlich unterdurchschnittlich",if(arrResult_Y001_X001<4.5, "Nicht übel, sogar ganz gut","Super toll"))))} <p> </p> <p> </p> <table style="{if(r0010_SQ002!='Y','display:none;','')}width:100%;border:1px solid black;border-collapse:collapse"> ... </table> <p> </p> Wieder der Text <p> </p> <p> </p> <table style="{if(r0010_SQ003!='Y','display:none;','')}width:100%;border:1px solid black;border-collapse:collapse"> ... </table> <p> </p> Wieder der Text <p> </p> <p> </p> <table style="{if(r0010_SQ004!='Y','display:none;','')}width:100%;border:1px solid black;border-collapse:collapse"> ... </table> <p> </p> Wieder der Text <p> </p> <p> </p> </div> <p> </p> <input class="btn btn-primary" id="btn" onclick="printData('printResult');" type="button" value=" Drucken " />
.5,'Indicating a fair fit to the agile culture code',if(arrResult_Y001_X001>
.6or<=4.5,'Indicating a good fit to the agile culture code',if(arrResult_Y001_X001>=4.6,'Indicating an outstanding fit to the agile culture code'))))}