0 votes
444 views
by
How can I define a right arrow and a left arrow as correct keys (for example in a posner's cueing task)?
I can only enter a int32, double, string, boolean, single variable...

1 Answer

0 votes
by (14.5k points)

hi,

if you mean Condition List, I believe that the string variable can be used to hold the correct button name for each condition.

The Button element returns a name of a pressed button via the "Triggering Button" property. If you set a proxy variable to it, then you can evaluate an answer by code, e.g.

if (TriggeringButton==CorrectButtonName)
   {
   ...
   }

The button names for arrows (in the latest EventIDE versions) are Left and Right or NumberPad4 and NumberPad6 (for the pad buttons). Note that you need to keep the same letter casing, when you enter the button names in Condition List.

best regards,

Ilia

 

 

Welcome to EventIDE Q&A forum where you can ask questions about EventIDE software and receive answers from other members of the community

Categories

FAQ questions

Installation and License


Coding


Eye-tracking


EEG Analysis


Visual Stimuli


Runtime and Data Collection


Hardware

...