change key prompt to lowercase

This commit is contained in:
Becky Gilbert 2021-02-08 17:04:24 -08:00
parent 67a262eb55
commit ce2e4ddc74

View File

@ -11,7 +11,7 @@
type: 'html-keyboard-response', type: 'html-keyboard-response',
stimulus: '<p style="color: red; font-size: 48px; font-weight: bold;">GREEN</p>', stimulus: '<p style="color: red; font-size: 48px; font-weight: bold;">GREEN</p>',
choices: ['y', 'n'], choices: ['y', 'n'],
prompt: '<p>Does the color match the word? (Y or N)</p>' prompt: '<p>Does the color match the word? (y or n)</p>'
} }
var trial_2 = { var trial_2 = {
@ -19,7 +19,7 @@
stimulus: '<p style="color: red; font-size: 48px; font-weight: bold;">RED</p>', stimulus: '<p style="color: red; font-size: 48px; font-weight: bold;">RED</p>',
choices: ['y', 'n'], choices: ['y', 'n'],
trial_duration: 5000, trial_duration: 5000,
prompt: '<p>Does the color match the word? (Y or N; 5s time limit)</p>' prompt: '<p>Does the color match the word? (y or n; 5s time limit)</p>'
} }
var trial_3 = { var trial_3 = {