I do set the "random order" in question.php start_attempt(), but... I have no idea how to "copy" that random order in the renderer. Do you mean I should actually put inside the renderer an exact copy of the script I use in question.php? I have tried that solution but it does not work, because that little script involves shuffling the answers array, and it's shuffled one way in question.php and another way in the renderer, so those 2 random order arrays do not match at runtime!
Rather than using $SESSION (which works fine, by the way), is there a way to use a global variable, which I could set in question.php and retrieve in the renderer? I've tried with no success.
Any suggestions welcome!
Joseph