Hi guys,
There are two different functions in my project that I want to use. How do I get these two different functions to be displayed to the user 15 times and randomly.
So I would like to present a set of these two functions to users 15 times.
For example, one function is A and the other is B. I want to present the A and B functions to the user randomly 15 times.
How can I do that (i.e, "A, A, B, B, B, A, B, A, B, A, A, A, B, B, A" - OR - "B, A, B, A, B, B, B, A, A, A, B, A, B, B, B")
Thanks for your support.
Regards,