- Posts: 4
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Own server (hochschulinternes LimeSurvey-System)
Standard-Theme
COND
if(rand(0,1) < 0.5, 1, 2)
STUDIENID
CHATURL
concat('http://localhost:8501/?pid=', STUDIENID, '&cond=', COND)
CHATLINK
concat('Chat starten')
{CHATLINK}
COND = {COND}
STUDIENID = {STUDIENID}
CHATURL = {CHATURL}
COND = if(rand(0,1) < 0.5, 1, 2)
CHATURL = concat(...)
{COND}
rand()
concat()
Please Log in to join the conversation.
COND = if(rand(0,1) < 0.5, 1, 2
{if(rand(0,1) < 0.5, 1, 2)}
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.
"http://localhost:8501/?pid=" + STUDIENID + "&cond=" + COND + "&rounds=5"
http://localhost:8501/?pid={STUDIENID}&cond={COND}&rounds=5
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Wenn man eine Equation in den Fragetext der Frage Q1 schreibt - wie {rand(1,6)} - um dann später Fragen nur anzuzeigen, wenn Q1==1 oder Q1==2 ist, muss man darauf achten, dass keine zusätzlichen Zeichen dort hineingeraten. Denn dies wird alles mitgespeichert.Zuerst hatte die Frage "Chaturl" gar keinen Inhalt für mich. Fand die Formel dann unter dem Feld "Equation". Um ehrlich zu sein, ich habe keine Ahnung für was dieses Feld da ist.
Bitte nicht generalisieren!Kann also auf Deutsch weitergehen. Weiss ja, dass das dem Joffm sowieso lieber ist.
Please Log in to join the conversation.
<script type="text/javascript" charset="utf-8"> $(document).ready(function(){ setTimeout(function () { $('#ls-button-submit').trigger('click'); }, 10000); // Wert ist in Millisekunden; hier nach 10 Sekunden, oder was Du denkst, wie lange die Leute benötigen um auf den Link zu klicken + Polster }); </script>
Please Log in to join the conversation.
SAVEDID
Please Log in to join the conversation.
Please Log in to join the conversation.