PennController for IBEX › Forums › Support › Exit button › Reply To: Exit button
June 22, 2020 at 2:06 pm
#5698
Jeremy
Keymaster
Hi Nickolas,
I think you’ve identified the problem: referring to a Timer that is created in a trial from within the header does not work. But I think the opposite should work, namely referring to a Timer that is created in the header from within a trial. So you could try creating (but not starting) your Timer in the header, and manipulating it in your trial. This way you can use stop on it before SendResults in the header.
Jeremy