If this template helps then use it. If not then just delete and start from scratch.
OS (e.g. Win10): win10
PsychoPy version (e.g. 1.84.x): 2021.1.3
Standard Standalone? (y/n) If not then what?:
What are you trying to achieve?:
I have 4 routines (two with a response component, two without), and want to present each one of them 7 times, but in a completely randomized order rather than in succession.
Thanks in advance
The simplest solution is to enclose each routine in a loop with nReps set to show1, show2, etc. And is trials unticked. Then add an outer loop around the four inner loops pointing at a spreadsheet with four columns show1-show4 and a 1 and 3 zeros in each of four rows.
You can then set nReps to 7 and change random to full random (unless you want each set of four loops to have one of each routine).
1 Like
Thank you! Sounds like even a dummy like me might be able to do it!