Question about the Textbox Option

Hello everyone,

I’m currently conducting a study and have integrated a textbox into my script to gather written responses. My objective is to ensure that participants input information into the textbox, rather than leaving it empty, before advancing to the next trial. Is there a feature available to enforce this requirement for the textbox?

Thanks

An easy way is to set the start condition for the mouse or keyboard response you are using to advance as the condition textbox.text so it only appears when the textbox (in this case called textbox) contains some text.

1 Like

Thanks for your response. I have tried it, but it is not working. I may have done it incorrectly. I am attaching a sample script with an editable textbox and a keyboard response.

test.psyexp (11.1 KB)