Hi,
I have set up a survey which involves respondents viewing a picture and typing a response in the text entry box. I would like the text entry box to activate as soon as respondents enter a page on the survey so that they can type responses immediately and without having to move the mouse cursor to click on the box to type. This will help the survey be more efficient as reaction times are recorded.
Does anyone have an idea on how to achieve this, or if there is a specific code I can use to activate the text box?
Thank you
Page 1 / 1
You can use this code in the addonLoad function:
document.querySelector("#QR\\\\~"+this.questionId).activate()
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.