Hi,
I assume thre are three groups with equal questions about three different objects.
LimeSurvey does not support rotations.
You could try do do an ajax call to count the completes so far and calculate by "modulo" the next order of the groups.
Then you may do a kind of micro-tayloring to insert the object-
Problem:
Order of group is calculated, but the respondent just terminates the survey.
Several respondents start the questionnaire at the same time, they get the same order.
If you don't count the completes but the started surveys you might not achieve your goal if respondents don't complete.
On the other side, this way the order of groups only depends on the time the respondent starts the survey.
If respondent A starts one second after respondent B, he sees a different order as if he sterted 5 seconds earlier.
So really it's nothing else than randomly, meaning: random number 1-3, with
random number = 1: order a,b,c
random number = 2: order b,c,a
random number = 3: order c,a,b
Best you send a prototype of your structure (lss export), that we see more about the design of your survey and what you are going to ask
Joffm
Volunteers are not paid.
Not because they are worthless, but because they are priceless
The topic has been locked.