mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 11:10:54 +00:00
change key prompt to lowercase
This commit is contained in:
parent
67a262eb55
commit
ce2e4ddc74
@ -11,7 +11,7 @@
|
||||
type: 'html-keyboard-response',
|
||||
stimulus: '<p style="color: red; font-size: 48px; font-weight: bold;">GREEN</p>',
|
||||
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 = {
|
||||
@ -19,7 +19,7 @@
|
||||
stimulus: '<p style="color: red; font-size: 48px; font-weight: bold;">RED</p>',
|
||||
choices: ['y', 'n'],
|
||||
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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user