Set "enter" to move to next screen when using text_input
Hello everyone,
I am creating a linguistics experiment where the participants have to type in the conjugation of a given verb. Instead of using a sketchpad, I used a base_form to allow the text_input functionality. The idea is that participants write the answer and then press "enter" to move to the next screen. When you press enter, the line that signals the cursor in the type-in box disappears but nothing else happens. Then, it does not matter what key you press because the screen does not move on. It stays like blocked.
I have tried with some of the solutions from other threads in the forum but nothing seems to work: I tried changing duration to 0, removing collect_response, writing "set duration enter" and some other variants.
This is what the code looks like right now:

It would be great if anyone had any idea.
Also, if there is any way that participants can start writing the answer directly, without needing to select the type-in box first, and you might know how to do it, that would very helpful too.
Thank you for the program, by the way!
Laura
Comments
Hi Laura, you might want to use
form_text_inputinstead of the base form!Cheers,
Josh
Oh my! That was so simple. Thank you, Josh!