- Posts: 29
- Thank you received: 3
Ask the community, share ideas, and connect with other LimeSurvey users!
randCondition
rand(1,4)
condition
if(randCondition == 1, "B", if(randCondition == 2, "C", if(randCondition == 3, "D", "E")))
condition == "B"
condition == "C"
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.
Of course, it does. If it doesn't work, there is an error. But you did not show anything.Does self work in version 3.x ? Gave it a try just now, had no success (V3.19). Expression returns 1 constantly.
It does not replace with QCode. In the question summary it is shown what "self" and "that" do. That they expand to all subquestions.V6 however, replaces self with qcode
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.