I want to make a survey where by random either question A in group X or question B in group Y is shown. I think I could just use a hidden question of type equation "rand(1,2)" and show a question A if it was 1, question B if it was 2. But it does not work, it seems that the random number will be re-computed every time a new group is loaded. A bug or feature? If the latter, can I make something else, like taking last digit of seconds when the survey started?