Survey randomisation

OS (e.g. Win10):
PsychoPy version (e.g. 2024.2.4 Py 3.8):
Standard Standalone Installation? (y/n) If not then what?:
URL of experiment:
Do you want it to also run locally? (n)
What are you trying to achieve?: randomise order of 4 surveys in Pavlovia

What did you try to make it work?: I tried two things - (1) separate survey routines (each exported from a separate pavlovia survey) for each survey - in a loop, with a gatekeeper for each routine with code to try to randomise - could not get it to randomise - tried all sorts of things (2) created one survey on Pavlovia with each of the four surveys on a separate page, and tried to randomise the pages - but could not manage to randomise the pages - n is this possible?

Link to the most relevant existing thread you have found:

Existing threads are quite old and refer to previous versions - have there been any updates since then?

What specifically went wrong when you tried that?:
There are no error messages - in both cases (1) and (2) above the surveys play in order. In the case of (1) the loop then repeats incessantly

How did you do this? I would recommend an inner loop around each survey.

yes that worked - thanks so much!