Reply To: Questions about eyetracking experiment stuck in the interface

PennController for IBEX Forums Support Questions about eyetracking experiment stuck in the interface Reply To: Questions about eyetracking experiment stuck in the interface

#7827
Jeremy
Keymaster

Oops, you should also replace line 437 with sendLine(keys[k], this.counts[keys[k]].join('.')); — as you can see the times, which are the data points handled at line 433 that you edited, are now correctly reported, so modifying line 437 along the same lines should solve the issue once and for all

Jeremy