Typed text in Text box doesn't appear in Pavlovia

Hi There,

If it isn’t saving add a code component with code type as Auto - > JS in the each frame tab type

response = textbox.text

then in the end routine

thisExp.addData('typedResponse', response)

Finally add a code component to the begining of your experiment, set code type to JS and type:


thisExp = psychoJS.experiment;

Hope this helps!
Becca