#1 by randomusername
Hello, I'm writing the code for an experiment where players should set 40 sliders (initialized at a random value) to the mid value (50) and repeat this process 4 times. My problem is that when I go from the first round to the second every sliders has the same exact position of the previous round. So I'm wondering if there is a way to initialize to random the sliders each time when the page is entered. Page sequence is something like this: [intro, slider, results1, slider, results2, slider, ...] If additional info is required please let me know. Thanks and have a nice day.