Reply To: Can't get results properly recorded

PennController for IBEX Forums Support Can't get results properly recorded Reply To: Can't get results properly recorded

#5004
Jeremy
Keymaster

Hi,

Yes, by default the log command on the Key element will only record keypresses corresponding to a wait command, in an effort to reduce the number of lines it adds to the results file (participants can technically press the same key many times in the course of one trial). In your case you probably want to use .log("first") to record the first keypress that happens. More info on the documentation.

Jeremy