Group: Administrators
Posts: 13K,
Visits: 104K
|
By default, a <trial> will start accepting responses ony after all stimuli specified in /stimulustimes or -frames have been displayed.
To override this, you use the /beginresposetime attribute, i.e., in your case you specify:
<trial labelAright> /stimulustimes = [0= fixation; 500=stimuliA; 1000= blankshape] /validresponse = (18, 23) /correctresponse = (23) / beginresponsetime = 500 ... </trial>
|