Pavlovia Surveys: Page-level timers and one-time random assignment without blocks/triggers?

  1. You currently have one survey that shows both feedback elements. Personally I would show the feedback itself in PsychoPy, unless the rest of the survey is different). If you want to show one of two different surveys then put both in the flow and a loop around each with a variable nReps (e.g. highFeedback for one and 1 - highFeedback for the other)

  2. Progress bar. You are currently setting it to 0 every frame.

I haven’t tried progress bars myself but what happens if you set it to t / 10 (so it reaches 1 at 10 seconds)?

Some notes on randomisation.