I figured this might be the case, but thought I'd ask just in case.
I tried to work around this by instead displaying a message after a 6-second delay if there is no response, reminding the participants of which keys to press. However, even though I set /responseinterrupt = immediate, it still waits out the full 6 seconds and displays the message, even if a valid response is entered right away. I include my code below. Any suggestions for how to fix this?
<trial choice>
/ validresponse = ("F", "J" "4" "6")
/ stimulustimes = [0 = easychoice_left, hardchoice_right; 6000 = reminder]
/ posttrialpause = 250
/responseinterrupt = immediate
/responsetrial = ("F", trial_add1)
/responsetrial = ("4", trial_add1)
/responsetrial = ("J", trial_add3)
/responsetrial = ("6", trial_add3)
/ontrialend = [values.totaltrials = values.totaltrials +1]
</trial>