diff --git a/srp1.html b/srp1.html index 6ea814c..58cbb57 100644 --- a/srp1.html +++ b/srp1.html @@ -6,7 +6,7 @@ - + @@ -41,7 +41,7 @@ var habituation_instructions = { type: "html-keyboard-response", stimulus: "

You are about to hear two types of tones, a short tone and a long tone.

" + - "

After each tone, a screen will tell you what type of tone it was.

" + + "

After each tone, a screen will tell you what type of tone it was.

" + "

Press any key to begin.

" }; timeline.push(habituation_instructions); @@ -91,14 +91,14 @@ var test_stimuli = [ { audio: "sound/1.5s.mp3"}, { audio: "sound/2s.mp3"}, - { audio: "sound/2.5s.mp3"}, - { audio: "sound/3s.mp3"}, - {audio: "sound/3.5s.mp3"} + { audio: "sound/2.5s.mp3"}, + { audio: "sound/3s.mp3"}, + {audio: "sound/3.5s.mp3"} ]; //fixation cross for test (longer)// var test_fixation = { type: 'image-keyboard-response', - stimulus: 'img/blue.png', + stimulus: 'img/blue.png', //Attempt to include blue circle? follow up on this choices: jsPsych.NO_KEYS, trial_duration: 3000 }