[open] visual array experiment
Hi!
I am pretty new using this program however all the tutorials have been really useful!
Nonetheless I have not found help regarding on how to create a visual array of 4 constant images because what I need to be random are the arrays not the images within them.
Any guidance would be appreciated!
Comments
Hi,
You will not be able to do this using just the OpenSesame GUI, but you could use Python inline scripting to get the same result. So it will be a very good idea to learn some Python.
A general approach could be the following:
1) Specify the four image names using a loop, in four variables, named "img1", "img2", "img3", "img4".
2) Use the following inline_script to randomize the order
3) Use a sketchpad to present the images, by referring to them by using the variable names in square brackets, like so (note that the following is OpenSesame syntax, from a sketchpad item!):
Good luck!