Forum Discussion
Martindean-ab3e
3 years agoCommunity Member
Random number sequence?
I would like to present a series of 30 images in a random sequence. So, each time the course is started, or the interaction is re-started, the images appear in a different sequence.
I do not want ...
TracyParish
3 years agoSuper Hero
Here is a quick way to do this.
- Add your first image to the page.
- Add various states to it (I did 1 to 10).
- For each state, edit the image to a different picture (for consistency you might want them to be all the same size/aspect ratio).
- Then create a random number variable.
- Create a trigger that changes that variable when the slide starts.
- Create another set of triggers that change the state of the initial image to one of the states you have created if/when it equals random number X.
See attached file.
This is just one possible solution to this idea.