I am using builder view in PsychoPy 2. I have different loops of trials that come from an external excel file.
For each trial there is either and X or a Z stimuli. For the X, participants are meant to press 'a', for Z they press 'l'. the trial changes after one key press,so the participant either gets it right or wrong and then moves on. Right now only the key the participant presses is being recorded. What I would like to be recorded is the key the participant pressed as well as if they were right or wrong. I am meant to be recording their reaction time and accuracy, so it is hard to track their accuracy if I only know what button they pressed and not if it was right or wrong.
This is my very first project so I am not good at code, a response for builder view would be preferable.