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.