Hi there, I want to do a survey like:
I have 5 groups, and each group has 2 questions, people will see 1 out of 5 groups
and each group people will see 1 out of 2 question in each group
You would need to create two random numbers (there are quite a few posts about this in the forum, thus I will not go into detail there).
The first random number needs to be between 1 and 5 and will define which question group will be shown. Then you will apply relevance equations to each group to show and hide it depending on the number drawn in this first step.
The second number will be between 1-2 and you will need to apply relevance equations to each question within each group to determine which question should be show. E.g. for the first question you will put something like this in the relevance equation:
Code:
firstrandomquestion==1
. For the second question you will switch the 1 to 2.
Help us to help you!
Provide your LS version and where it is installed (own server, uni/employer, SaaS hosting, etc.).
Always provide a LSS file (not LSQ or LSG).
Note: I answer at this forum in my spare time, I'm not a LimeSurvey GmbH employee.