From ce2e4ddc74aeb82fd0e888c87e4585b0fbde83b9 Mon Sep 17 00:00:00 2001 From: Becky Gilbert Date: Mon, 8 Feb 2021 17:04:24 -0800 Subject: [PATCH] change key prompt to lowercase --- examples/jspsych-html-keyboard-response.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/jspsych-html-keyboard-response.html b/examples/jspsych-html-keyboard-response.html index 1fd27275..f3e4e781 100644 --- a/examples/jspsych-html-keyboard-response.html +++ b/examples/jspsych-html-keyboard-response.html @@ -11,7 +11,7 @@ type: 'html-keyboard-response', stimulus: '

GREEN

', choices: ['y', 'n'], - prompt: '

Does the color match the word? (Y or N)

' + prompt: '

Does the color match the word? (y or n)

' } var trial_2 = { @@ -19,7 +19,7 @@ stimulus: '

RED

', choices: ['y', 'n'], trial_duration: 5000, - prompt: '

Does the color match the word? (Y or N; 5s time limit)

' + prompt: '

Does the color match the word? (y or n; 5s time limit)

' } var trial_3 = {