0 votes

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?

by (5.8k points)

1 Answer

0 votes
*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.

by (5.8k points)
Welcome to Guidedtrack Q&A, where you can ask questions and receive answers from other members of the community.
134 questions
144 answers
55 comments
40 users