Hi, I am trying to find an easy way to maintain location randomization across two routines within a single loop.
I have a loop of ~90 trials with two routines. In each routine I want to show the same two images (set by the loop), and randomize their location. But the location needs to be the same across the two routines (so they “look the same” for participants).
Typically with a single routine I would create a code component, create a location array, and shuffle it. But how can I maintain the same random locations across routines (while still randomizing for each trial)?
Any ideas would be very helpful, thank you!