Skip to content

Commit

Permalink
dumb
Browse files Browse the repository at this point in the history
  • Loading branch information
denisfitz57 committed May 13, 2021
1 parent 406ea03 commit 1085fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DefinitionTask.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ for (trialIndex = 0; trialIndex < wavlist.length; trialIndex++) {
var form_trial = {
type: "survey-html-form",
preamble: "<p> Please define the word you just heard </p>",
html: '<p> My definition is: <input id="word-response-box" name="word" size="150" type="text" spellcheck="false" autocomplete="off" onKeyDown="myKeyFilter())" /></p>',
html: '<p> My definition is: <input id="word-response-box" name="word" size="150" type="text" spellcheck="false" autocomplete="off" onKeyDown="myKeyFilter()" /></p>',
autofocus: "word-response-box",
};
experimentTimeline = experimentTimeline.concat(form_trial);
Expand Down

0 comments on commit 1085fc8

Please sign in to comment.