Save the names of the pictures that clicked by mouse

OS (e.g. Win10): MacOS
PsychoPy version (e.g. 1.84.x): 2021.2.1
**Standard Standalone? : Y

What are you trying to achieve?:
I am programming a memory experiment that requires subjects to hear an audio file and then select 2 out of 6 pictures that are mentioned in the audio by clicking the picture.

What did you try to make it work?:
The problem I’m having is how to store the names of the pictures clicked by the participants. Currently, I set mouse<-data<-store params for clikced: $ name, but this saves the name of the psychopy component.

I am a beginner in psychopy and I would deeply appreciate if someone could help me with this problem.

Hi there,

In the mouse component, in the data tab, in the “Store params for clicked” the field will say “name” by default, try changing this to read “name, image” - that should also store the image.

Hope this helps,
Becca

3 Likes