Group: Forum Members
Posts: 3,
Visits: 34
|
Hello,
I have created a task in which the participant have to select the right image matching the picture item. Every item has two matching correct responses, but with what i programmed now it's goes on to the next trial only after selecting one image. Is it possible that people can select two images, give feedback on these two (correct or false) and than continue to the next trial?
This is what i have now:
<trial Item1> / stimulusframes = [1= picitem1, 1a, 1b, 1c, 1d] / inputdevice = mouse / validresponse = (1a, 1b, 1c, 1d) / correctresponse = (1a, 1c) / timeout = 15000 / correctmessage = true(correcttext, 500) / responsemessage = (1b, falsetext,500) / responsemessage = (1d, falsetext, 500) </trial>
Can someone help me with this?
|