- Posts: 10
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Danke für die schnelle Antwort. Leider will ich die Teilnehmer mit 118 Hörbeispielen malträtieren... Es müssen auch nicht hunderte Leute ausfüllen, ein kleiner Kreis reicht, um das abschätzen zu können.
Please Log in to join the conversation.
Please Log in to join the conversation.
https://www.meinServer/limesurvey/index.php/222222?lang=de&RID={SAVEDID}
https://www.meinServer/limesurvey/index.php/333333?lang=de&RID={RID}
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.
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 = 4; // Fill the array var arr = []; // Hier muss dann in der scharfen Umfrage i < 113 stehen, ich habe aber nur 13 Texte for (var i = 1; i < 14; 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>
<audio controls="" style="width: 185px;"><source src="https://www.myServer.de/myFolder/hopp{substr(auswahl,0,3)}.mp3" type="audio/mp3" /></audio>
<audio controls="" style="width: 185px;"><source src="https://www.myServer.de/myFolder/hopp{substr(auswahl,3,3)}.mp3" type="audio/mp3" /></audio>
<audio controls="" style="width: 185px;"><source src="https://www.myServer.de/myFolder/hopp{substr(auswahl,6,3)}.mp3" type="audio/mp3" /></audio>
Please Log in to join the conversation.
Please Log in to join the conversation.