Description of the problem: I wanted to have an editable text box that allows participants to enter a number and this number is stored. While this works offline in psychopy 2020.2.4, when I upload the experiment online to pavlovia, the editable text is not stored in the data file.
Thanks a lot @sawal, that solved it! I would also add for anyone else who tries to do something similar that it is important to add myTextBox._pixi.text = ââ after the code you mentioned in end of routine if you want the text to clear from trial to trial.
the runner keeps telling me "NameError: name âpsychoJSâ is not defined
do I have to put something specific in the psychoJS part?
edit: in the coder I am using both, and when I only used the right side it worked and the text is being saved. Thank you. I donât know why I didnât see this post earlier until you shared it on my post.