OS: Win10
PsychoPy version v1.90.2
Standard Standalone? (y/n) Y
Apologies in advance I am extremely new to using PsychoPy so any assistance is greatly appreciated
What are you trying to achieve?:
I am trying to create a simple visual search experiment where participants are presented with a visual scene consisting of a number of green triangles (distractors) and one red triangle (target). The participant will search the array and use the mouse to click on the target triangle. If the target is not present the participant will press the space bar instead. In this particular issue I am trying to record the reaction time data for the mouse click
What specifically went wrong when you tried that?:
The data set only seems to be recording data for the space bar button press. Am i missing the inclusion of a parameter so that PsychoPy knows to record the RT for the mouse click also?
Full code attached
VisSearch.py (23.9 KB)