- Posts: 1
- 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.