Textbox First Keypress RT

Description of the problem: in Builder you can get time to first keypress by looking at the textbox.started variable. However, this does not seem to transfer over online. Is there a simple way to get the time of first keypress for the Textbox online?

@Becca?

Hi There,

The onset and offsets of components can be stored programmatically through code but I think in this case you might want to instead also add a keyboard component that does not force the end of the routine but instead just registers the RT of each press?

Becca

That’s what I thought but then I get warnings that having a keyboard component and a Textbox component could cause some issues.

Putting in keyboard element seems to work…