Hi Jeremy,
I’m working on an experiment in which I will give participants feedback on their responses. They will hear an audio file and press “A” or “B” to respond. I have a column in my csv file that logs the correct answer for each trial (A or B). I would like to generate feedback after each selection that states which option they chose and if it was correct. For example, when participants press “A” and the answer is A, they should see “correct, the answer is A!” and if they press “B”, they should get “No, the answer was B”. When participants select “B” and the answer is B, they should get “Correct, the answer is B!” as a response and when they select “A” in this case, they should see “No, the answer was B”. How can I get multiple success/failure messages in response to participant selections? Thank you!
Sharon