Thank you very much for the fast answer!
As I understand the rotation of the page order helps me to randomize the order of the vignettes, so that the respondents evaluate the vignettes in a different order.
Unfortunately the implementation of this did not solve yet my problem since the urn I implemented was not intended to randomize the vignettes themselves, but the content of the single vignette.
For my research I am using 3 variables
-price (a)
-service (b)
-speed (c)
which each having two levels:
-high (1)
-low (2)
Each vignette will describe the price, service and speed of a product which the respondents have to evaluate based on the same question. According to the previously described variables and levels 8 potential combinations of price, service and speed and hence vignettes are possible.
In my research I would like that each respondent rates all 8 potential combinations/vignettes, with each page showing one combination/vignette + rating scale. I tried to retrieve the possible combinations from an urn in which all potential level combinations were written down (a1,b1,c1 ;a1,b2,c1; a1,b2,c2;...). Afterwards I copied this code on 8 consecutive pages. But instead of displaying a different combination on each side (e.g. p.1 (a1,b1,c1), p.2 (a1,b2,c2), p.3 (a1,b2,c1)...) each page shows the same combination (p.1. (a1,b2,c1), p.2 (a1,b2,c1), p.3. (a1,b2,c1).
So instead of displaying all different combinations from the urn there is always the same combination displayed on all 8 pages.
Is there any way to overcome this!
I am very sorry for the inconvenience!