Group: Forum Members
Posts: 8,
Visits: 24
|
Hello,
I have a quick question about how latencies are calculated in the Color Word Stroop with Keyboard Responding script. In the example below, the latency would be measured from the onset of "redincongruent". Is that correct?
Thank you for your help with this!
<trial p1redincongruent> /ontrialbegin = [ values.congruency = 2; ] / pretrialpause = 200 / stimulustimes = [1=fixationcross, redreminder, greenreminder, bluereminder, yellowreminder, exitstudy; 500=redincongruent] / correctresponse = (parameters.keyred) / validresponse = (parameters.keyred, parameters.keygreen, parameters.keyblue, parameters.keyyellow) / errormessage = true(x, 400)
|