- Posts: 3
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Please Log in to join the conversation.
<script type="text/javascript" charset="utf-8"> function shuffle(array) { var currentIndex = array.length, temporaryValue, randomIndex; // While there remain elements to shuffle... while (0 !== currentIndex) { // Pick a remaining element... randomIndex = Math.floor(Math.random() * currentIndex); currentIndex -= 1; // And swap it with the current element. temporaryValue = array[currentIndex]; array[currentIndex] = array[randomIndex]; array[randomIndex] = temporaryValue; } return array; } $(document).on('ready pjax:scriptcomplete',function(){ // Anzahl der gewünschten Beispiele pro Teilnehmer var nbrExamples = 15; // Fill the array mit 200 Elementen var arr = []; for (var i = 1; i < 200; i++) { var i2='000'+i; arr.push(i2.slice(-3)); } arr = shuffle(arr); anumbers = arr.slice(0,nbrExamples).join(''); $('#question{QID} input[type="text"]').val(anumbers); // Nach dem Testen die // der nächsten Zeile entfernen, damit die Frage versteckt wird // $('#question{QID}').hide(); }); </script>
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Ich glaube ohne euch und eure Hilfe wäre man teilweise (als Newbie) echt aufgeschmissen.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Wichtig ist, dass das Design insgesamt schwarz/weiß gehalten wird, um möglichst neutral zu bleiben.
Please Log in to join the conversation.
Das ist ja im Grunde der Standard, soll heißen, das stellst Du einfach in den Einstellungen ein.Kann der "Antwortknopf" automatisch im neutralen Punkt platziert werden? Also quasi bei "0"?
Wenn hier dann im Hintergrund tatsächlich noch die Skala von "-100" bis "+100" laufen könnte ohne es den TN anzuzeigen wäre das super für die Auswertung später!
Von der Beschriftung her würde ich wie in meinem angehängten Beispiel bleiben und nur jeweils links und rechts neben dem Slider die Bezeichnungen angeben, sowie in der Mitte "Neutral". Ich könnte mir vorstellen zusätzlich die Smileys links und rechts wie im ersten Post zu platzieren (falls überhaupt möglich):
Please Log in to join the conversation.
<style type="text/css"> .slider .tooltip { display:none !important; } .slider-selection { display:none; } .slider-left-span, .slider-right-span { top: -2em; text-align: center; } .ls-answers { padding-top:30px; } .slider-handle { height: 28px; width: 28px; } .withslider { height:50px; margin-bottom: 30px; } .slider-container { margin-bottom: 2.5em; margin-top: 1.0em; } .slider.slider-horizontal .slider-track { height: 20px; } </style>
Please Log in to join the conversation.
Ich persönlich fände es im höchsten Maße unverschämt, plump vertraulich von einem wildfremden Menschen geduzt zu werden, der mich bittet seine Umfrage zu beantworten.
Please Log in to join the conversation.