Randomize Array and Present Multiple Items From Array Simultaneously
Hi All,
I've figured out how to randomize an array and to present the items where the user can cycle through the items one-at-a-time. However, I would like to know how might I go about presenting items from a randomized array simultaneously. To be concrete, suppose that I have a list of three words i.e., word 1, word 2, and word 3. For each user, I'm looking to present all three words on the screen at the same time but in a different order. So one person might see this on the screen:
WORD 1
WORD 3
WORD 2
and another person might see
WORD 3
WORD 2
WORD 1
Any pointers or guides are much appreciated. Thanks for reading.
