- Posts: 4
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Please Log in to join the conversation.
Jede der vier baseline-Gruppen hat doch einen - wenn auch etwas kryptischen - Randomisierungsgruppennamen. (z.B. AjAnNjNn)während die Randomisierung der Darstellung der drei Dilemmata leider nicht klappt. Diese werden nicht in der gezogenen Reihenfolge dargestellt, sondern einfach irgendwie
,D3.question,if(gleichung2==4,D4.question,if(gleichung2==5,D5.question,D6.question)))))}Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Im Beispiel ist es das aber nicht, oder?Dazu wird ihnen zu jedem Dilemma (ebenfalls zufällig) eins von drei Antwortschemata gezeigt. Das Antwortschema kann entweder utilitaristisch, deontologisch oder "minimalistisch" sein.
...
Das Antwortschema kann entweder utilitaristisch, deontologisch oder "minimalistisch" sein. Es soll also am Ende jeder TN eine Bewertung abgegeben haben zu einer utilitaristisch, deontologisch und "minimalistisch" antwortenden Person. Zu welchem Dilemma der jeweilige TN welches Antwortschema sieht soll zufällig sein.
and Dilemma2.gseq==4,1,if(Dilemma1.gseq=
and Dilemma2.gseq==5,2,if(Dilemma1.gseq==4 and Dilemma2.gseq=
,3,if(Dilemma1.gseq==4 and Dilemma2.gseq==5,4,if(Dilemma1.gseq==5 and Dilemma2.gseq=
,5,6)))))}Please Log in to join the conversation.
,3*(randHist-1)+1,if(Dilemma2.gseq=
,3*(randHist-1)+2,3*(randHist-1)+3)),if(Dilemma1.gseq==4,3*(randHist-1)+1,if(Dilemma2.gseq==4,3*(randHist-1)+2,3*(randHist-1)+3)),if(Dilemma1.gseq==5,3*(randHist-1)+1,if(Dilemma2.gseq==5,3*(randHist-1)+2,3*(randHist-1)+3)))}
,"DUM",if(randUDM==4,"DMU",if(randUDM==5,"MUD","MDU")))))}Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
,'Belief,Agency,Communion', if(gleichung3==4,'Belief,Communion,Agency', if(gleichung3==5,'Communion,Agency,Belief', 'Communion,Belief,Agency')))))}<script type="text/javascript" charset="utf-8">$(document).on('ready pjax:scriptcomplete',function(){ //Identify this question var thisQuestion = $('#question{QID}'); var thisAnswerList = $('li.answer-item:eq(0)', thisQuestion).parent(); // Retrieve the answer codes from the "randomOrder" question var answerCodes = '{ordABC}'.split(','); // Loop through the answer codes $.each(answerCodes, function(i, val) { // Move the answer item $(thisAnswerList).append($('li.answer-item[id$="X{QID}'+val+'"]', thisQuestion)); }); }); </script>
Please Log in to join the conversation.