Hi everyone,
I'm Igor and this is my first day in which I'm trying to modify an Inquisit script.
My problem is with the following lines of script:
<trial testE>
<trial testE>
/ inputdevice = keyboard
/ ontrialbegin = [
values.selectStim = list.testE_itemnumbers.nextvalue;
values.wordposition = list.wordPositions_testE.nextvalue;
values.congruence = list.congruency_testE.nextvalue;
values.correctButton = item.correctButton_testE.item(values.selectStim);
values.wordposition == 0){
values.word_y = parameters.center_y;
}
]
The error says that I'm missing a ']'. Perhaps, I put it into the script in the wrong way.
Could you please help me out?
I'm just at the beginning and my head is already exploding!
:hehe: