- Posts: 57
- 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.
Please Log in to join the conversation.
Please Log in to join the conversation.
and you got one.can there randomly be only 1 question out of those max. 4 questions?
Two questions randomly?The ideal situation is, 2 questions randomly show for each WGNT. Wondering is it possible?
Please Log in to join the conversation.
Please Log in to join the conversation.
Should be 8 characters.1. Join the string with itself to have a string at least 6 characters long
Of course it does.Also thanks for your idea about using nested IF, the thing is in those switch questions there are not only the question texts itself "would you switch your...?", but also texts of information about details of reported trips using Expression Manager like {tripdistanceW.shown} (this part was omitted in the lss. file). So seems this method would not work in this situation where texts related to previous questions.
Please Log in to join the conversation.
That was meant that we usually have an order of "WGN(LST)". But you may change to something else "NG(LST)W", or so.As the order of the characters is not important for the first part of your survey (there is only asked "does the string contain the character?) you may randomize the order.
Please Log in to join the conversation.
You are working with LimeSurvey for a long time now. You should know that it is not possible because you had to order two groups in the same way.I was wondering how to randomize the order?
This is easy done with a random number and a nested "IF" in eqWGNGroups to join in different orders.That was meant that we usually have an order of "WGN(LST)". But you may change to something else "NG(LST)W", or so.
Please Log in to join the conversation.