I am trying to design a game for an experiment. The game involves recognizing emotions and clicking a button to respond. Now I am onto the next stage of the experiment where participants get a response for the button they clicked (ex. Incorrect, Correct etc.)
I have used the same method to recall jsPsychHtmlKeyboardResponse but I am not sure how to do it for buttons.
Here is code so far. I have attempted to save the button response (ex.'High Happy') under the timeline Variable as corrext_response. I don't think that's right but I am not sure how else to do it.