mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 19:20:55 +00:00
fix typo
This commit is contained in:
parent
a891526e89
commit
d612a90f4f
@ -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'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user