Audio stimuli link to image

OS: Monterrey 12.0.1
PsychoPy version: v2021.2.3
What are you trying to achieve?: In my experiment, participants should select between two audio stimuli by clicking on an image (both look the same, but are in different locations of the screen). The issue is my output file shows what image was selected, but not what audio was presented first (when the first image appeared), and which one was presented second.I need my trials to be set to full random. Any ideas of how to keep track of this? Thanks ^-^

How are you controlling your image/audio presentation? I guess you have a spreadsheet with 4 columns ? with headers something like “image1”, “image2”, “sound1”, “sound2” ?

If not perhaps that might solve the problem?

Thanks,
Becca

1 Like

If you want to save something to your data file that isn’t automatically saved then add the following code

thisExp.addData(‘Variable’,value)

Variable is the name of the column in the data file
value is the value you want to save.

1 Like