Hi Dave,
Thanks so much for your quick response! Yes I did mean a pause between response and feedback (rather than stimulus presentation and feedback).
Could you please give me an example of how to use a new <trial> to present feedback? - I'm unsure of how to make this new trial contingent on the response in the actual trial. I need the error/correct message as well as the responsemessage (which are sound files) to occur 500 milliseconds after the response is given. To make things more complicated still, I need a TTL signal locked to this feedback.
Thanks so much for your help [:)] So much appreciated!
<trial setAtarget1corrleft>
/ validresponse = (lbuttondown, rbuttondown)
/inputdevice = mousekey
/ correctresponse = (lbuttondown)
/validresponse = (lbuttondown, rbuttondown)
/ posttrialpause = 1000
/stimulustimes = [0=setAtarget1left; 0=setAtarget2right]
/errormessage = (errormessage, 0)
/correctmessage = (correctmessage, 0)
/responsemessage = (lbuttondown, corr, 0)
/responsemessage = (rbuttondown, incorr, 0)
</trial>