Group: Forum Members
Posts: 9,
Visits: 61
|
Thanks greatly for the clarification. I have experimented with a trial but I was hoping to record last received response. Currently once it receives a valid response it escapes onto the response message . Is there anyway I could allow a user to correct his response in the allowed time slot (4 seconds allowed for response) . So say if a user accidentally hits 3 instead of 2, mytrial records the last response.
<trial mytrial> / pretrialpause = 250 / stimulustimes = [0=rate , ratescale] / ontrialbegin = [values.trialcurrenttime = script.currenttime] / beginresponsetime = 0 / responsemode = free / responsemessage = ("1",answer1,0) / responsemessage = ("2",answer2,0) / responsemessage = ("3",answer3,0) / responsemessage = ("4",answer4,0) / responsemessage = ("5",answer5,0) / inputdevice= keyboard / validresponse = ("1","2","3","4","5") / trialduration = 4000 / ontrialend = [values.trialelapsedtime = trial.mytrial.elapsedtime] / posttrialpause = 250 </trial>
|