- Posts: 14454
- Thank you received: 4392
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.
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.
2. Use a javascript snippet to create a random string.
a. Create two random strings of all 6 characters and join them. (javascript snippet)
b. According to the answers of the participant remove the not mentioned of WGN and the not selected from LST.
Example:
The random string is "GSNLWTSWLGNT"
eqGroupsFinal is "WGNS"
Now remove all characters from the random string that are not in eqGroupsFinal. functions "strpos" and "str_replace".
You get: "GSNWSWGN".
Please Log in to join the conversation.
Please Log in to join the conversation.