I have two questions in my program that I what to show each of them randomly to each user. Better saying, I what each user to see one of these questions randomly. How can I do that?
*randomize *question: First question! *save: q1 *question: Second question! *save: q2
This is very easy to achieve with *randomize. You might also check out *experiment. Sample program.
*randomize
*experiment