This commit is contained in:
Becky Gilbert 2020-10-02 11:41:59 -07:00
parent a891526e89
commit d612a90f4f

View File

@ -19,7 +19,7 @@
var autofocus_trial = { var autofocus_trial = {
type: 'survey-html-form', type: 'survey-html-form',
preamble: '<p> What is your favorite bird?</p>', preamble: '<p> What is your favorite bird?</p>',
html: '<p>MY favorite bird is <input type="text" id="test-resp-box" name="response" size="10" /></p>', html: '<p>My favorite bird is <input type="text" id="test-resp-box" name="response" size="10" /></p>',
autofocus: 'test-resp-box' autofocus: 'test-resp-box'
} }