Hey,
in my experiment I have 30 objects, which are shown to each participant in random order. They have to react to it either with a right click or left click.
My code for each trial is:
<trial trialxy>
/ pretrialpause = 300
/ validresponse = ("J", "L")
/ stimulustimes = [0=objecttarget]
/ posttrialpause = 100
</trial>
My code for the block is:
<block playground>
/ bgstim = (reminder1, reminder2, reminder3)
/ trials = [1-30 = noreplace(trialxy)]
</block>
So far I have for summary data:
<summarydata>
/columns = [script.startdate, script.starttime, script.subjectid, script.groupid, script.elapsedtime,
trial.trialxy.typename, values.completed]
/ separatefiles = false
</summarydata>
The experiment works perfectly, the only thing that gives me a headache is the report of the data. I would like to have a summarydatafile, where i can see for each participant:
subjectid; group number; object given in trial #1 (can be number or name of object); response of participant (right or left click); latency for this trial; object given in trial #2, response, latency, object trial #3 and so on.
I tried all possible codes that I can come up with (e.g. trial.trialxy.response1, but so far none of them did the trick :).
Does anyone have an idea what to request for the summary data?
Thanks in advance!
LoPu