Multiple correct response


Author
Message
Psycho
Psycho
Partner Member (538 reputation)Partner Member (538 reputation)Partner Member (538 reputation)Partner Member (538 reputation)Partner Member (538 reputation)Partner Member (538 reputation)Partner Member (538 reputation)Partner Member (538 reputation)Partner Member (538 reputation)
Group: Forum Members
Posts: 2, Visits: 7
Hi All!

I'm a new member so forgive me if my question is lame, but I couldn't find a solution for my problem.
I'm trying to program a reaction time based sensomotory coordination task: presenting a stimuli (a random number from 1 to 4), and the subject must push the corresponding buttons as soon as possible.

I've already created a fully functioning version in which there's only one correct answer
(so for example the number "1" comes up on the screen and pressing the button 1 means the correct response, whereas pushing 2, 3, 4, or no response is incorrect.)

What I would like to create is a version in which the subject must press two buttons simultaneously, one with the left and one with the right hand. For example: when the number 1 comes up on the screen, you must press "e" with your left, AND "i" with your right hand at once (I just mentioned these letters randomly, imagine both of them labeled "1" on a special keyboard).

Is it possible?
I tried this (imagine that e-r-d- f is 1-2-3-4 with left, and i-o-k-l is 1-2-3-4 with right hand):

<trial one_1>
/ stimulusframes=[1=one]
/ validresponse = ("e", "r", "d", "f", "i", "o", "k", "l", noresponse)
/ correctresponse = ("e" & "i")
/ trialduration = 1500
</trial>

But it's not working, seems as both answers are registered as correct, even if you only press one of them.
Of course somehow I think I'll also need to specify the lenght of time gap between button presses which is still considered to be acceptable. I'd be grateful for that as well.

Thanks in advance for your help!
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Threaded View
Threaded View
Psycho - 8 Years Ago
Dave - 8 Years Ago
             Thank you very much for your help! :)
Psycho - 8 Years Ago

Reading This Topic

Explore
Messages
Mentions
Search