Bi-manual response & feedback in Opensesame
Hi Everybody,
I am trying to design an experiment where in the responses are to be taken bi-manually. Basically it is a target detection task to investigate the effect of laterality and the participants are required to press 'z' & 'm' simultaneously with both the hands if the target is present. For trials where the target is not present, they are required to press 'a' & 'l' in the same way. But I am having an issue while giving feedback about their performance. As there are 2 correct responses for every single trial, any of these 2 should be taken as a correct response. In normal scenarios there is just one response that is correct. Here as there are 2 responses that are correct, I find it difficult to code correct responses accordingly. Can anybody help me to sort this issue.
Thanking you,
Shamini
Comments
Hi Shamini,
Normally, the keyboard_response item would log a variable
correctwith value 0 or 1. You can set the value of this variable manually. The keyboard item also creates a variableresponse, the value of which will be the key that was pressed. You'll have to place an inline_script item right after the keyboard item, where you insert the following lines of code:Does that make sense?
Cheers,
Josh