Group: Forum Members
Posts: 6,
Visits: 33
|
Hi everyone, I'm trying to write my first script on Inquisit. The experiment does work (everything looks like I want), but the reaction times are not registered in the datasheet. I followed some examples but I'm not able to understand what I did wrong or what's missing... I'm reporting the data and the trial sections.
<data> / columns = (build, computer.platform, date, time, subject, group, parameters.group, blockcode, blocknum, trialcode, trialnum, trial.WT.meanlatency, trial.WU.meanlatency, trial.BT.meanlatency, trial.BU.meanlatency, stimulusitem,latency, response, values.stimulusitem, slider.pain.response, slider.painkillers.response, expressions.meanRT, expressions.meanRT_WT, expressions.meanRT_WU,expressions.meanRT_BT, expressions.meanRT_BU) /separatefiles = true </data>
<trial WT> / stimulusframes = [1 = WT] / ontrialend = [values.stimulusitem = video.WT.currentitem] / timeout = parameters.stimulusduration / inputdevice = keyboard / beginresponsetime = -1 / correctresponse = (57) / validresponse = (57) / branch = [surveypage.painprofile_WT] / recorddata = true </trial>
Thank you so much, Arianna
|