Multiple mouse click responses

If this template helps then use it. If not then just delete and start from scratch.

OS (e.g. Win10): macOS Tahoe 26.5.2
PsychoPy version (e.g. 2024.2.4 Py 3.8): 2026.1.3

Standard Standalone Installation? (y/n) If not then what?: Yes
Do you want it to also run online? (y/n) Yes
What are you trying to achieve?: I want to have the participant click the mouse multiple times as their voice is getting recorded - the click records perception of change in their own experience. The prompt will be displayed on screen. I don’t know how to make it work.

Hello @shreyak

You can display stimuli based on a condition, e.g. a mouse click. If it is just text, you can change the opacity of text stimuli on a condition, e.g. a mouse click.

Best wishes Jens

If you set a mouse to never end the trial and record all clicks, you will get data about all clicks. If you want something more complex, you could add Each Frame code to check for new clicks.