PennController for IBEX › Forums › Support › Not sending results › Reply To: Not sending results
July 9, 2020 at 11:33 am
#5781
Jeremy
Keymaster
Hi Irene,
It’s a problem with the MouseTracker element then. I think it happens when you exit the experiment before the trial has reached the line newMouseTracker("mouse"). Try moving this line at the top of the trial (i.e. after newTrial("test_trial",) and of course use getMouseTracker("mouse") instead where the line currently is.
Let me know if this fixes the problem
Jeremy