Hi Dave,
I just have a quick question regarding the erase function. I would like the stimulus ‘’eraserm’’ to be displayed on the screen for all the duration of the trial, so that it is not interrupted by the response of the participant. I have defined ‘’ / erase = false’’ and ‘’/ responseInterrupt=false’’, but the stimulus is still interrupted by the response. Could you please help me figure this out? Thank you.
Ana
<picture eraserm>
/ numitems = 1
/ items = eraser
/ position = (50, 50)
/ erase = false
</picture>
<trial CSpun_base>
/ pretrialpause= 700
/ trialcode = "CSpun_base"
/ validresponse = ("q", "s")
/ correctresponse = ("q")
/ errormessage = (errormessage, 500)
/ responsemode = timeout (1500)
/ stimulustimes = [0= kaderm, CSpun, CSpunS; 100 = eraserm, ?]
/ responseInterrupt = false
/ posttrialpause= 700
</trial>