Permutations for a visual search task

You can also do this using the Variable and Code components - these will auto-translate to JS so should still work on Pavlovia (let me know if they don’t as that’s something to fix!).

The process is pretty similar to what I described here:

Essentially, rather than having 6 cells, you have one cell with values separated by a delimiter (e.g. a comma), then you split by that delimiter and use numpy.random.choice to choose a value each trial. This lets you simplify complex designs to more simple csv files, but comes at the cost of requiring more programming. As @Oli said, 720 combinations is very doable in excel using the auto-completion tool!