Thanks! I am just having trouble getting the accuracy to be calculated correctly.
The below will run but won't compute accuracy correctly whereas when I set selectionmode = trial.enc1.currentindex, it didn't run.
Please advise.
<list answers1>/ items = (30, 38, 38, 30, 38, 38, 30, 30, 30...)
/ selectionmode = list.answers1.currentindex
</list>
<trial enc1>/ stimulustimes = [0=scenes1; 0=faces1; 2000=blank]
/ validresponse = ("a", "l")
/ iscorrectresponse = [trial.enc1.response == list.answers1.nextvalue]
/ beginresponsetime = 0
/ trialduration = 2500
/ responseinterrupt = trial
</trial>