Hello everyone,
I am having a problem with some free typing code for an online experiment. The python code works fine (I’m using a builder keyboard object to listen to the keys). The participant can type a response and it will display in its entirety on the screen.
I have already made some adjustments such as the .getKeys() call in the first line and the .join() call in the last line.
However, online, only one letter shows up at a time, lasting for about a frame before disappearing.
Does anyone know what I can do to make the behavior the same?