Hi,
maybe i need an explanation about group randomization:
i've a survey with 3 group, every group has 2 question inside, i need to randomized the group (not the question inside every group):
GROUP1:
question 1.1;
question 1.2;
GROUP2:
question 2.1;
question 2.2;
GROUP3:
question 3.1;
question 3.2;
i write the same string in 'Randomization group'in group description, when i try to execute the survey, all the questions are randomized.
i see something like:
question3.1
question2.1
question1.2
.....
i would have something like:
question2.1
question2.2
question1.1
question1.2
question3.1
question3.2
i need that only the groups are random, not the question inside.
Do you have any idea? it's possible that i don't understand how to do it, isee the istructions here:
www.limesurvey.org/manual/Creating_a_que..._group_randomization
thanks