Hi!
OS (e.g. Win10): Win10
PsychoPy version (e.g. 1.84.x): v2020.2.5
Standard Standalone? (y/n) If not then what?: y
Participants have to choose which shape is ‘correct’ from two on screen. After the mouse click, feedback should appear telling them if the choice was correct. After receiving correct feedback 6 times, a new trial begins and the stimuli change. Currently I can’t get the feedback code to work without stopping the presentation of the shapes. Thanks in advance if anyone has any ideas!
Begin experiment:
msg=’’
Begin routine:
if mouse_1.isPressedIn(star)
msg = ‘Correct’
else:
msg = ‘Incorrect’