[solved] Unique Randomization
Hi,
I need to present a series of facial stimuli where both what face is shown and whether that face is shown once or three times (in a row). So; random face 'x', shown three times. Next, random face 'y', shown once.
It would be easy enough to randomize if face 'x' gets shown three times for each participant, but I'd like not only the face itself, but the number of times it's shown for every participant.
So far I am able to successfully randomize the presentation of the visual stimuli. My problem is (a) getting Open Sesame to decide to either show it once or three times and (b) getting it to show the visual stimulus again after say like a 500ms delay while still operating within the same loop sequence.
Any suggestions on how to accomplish this would be amazing!
Comments
Hi,
Here is a working script example. The script (including some example pictures from Wikipedia) can be downloaded here.
Thanks, Edwin.
This helped!