Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions srp1.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<script src="jspsych-6.0.5/plugins/jspsych-survey-text.js"></script>
<script src="jspsych-6.0.5/plugins/jspsych-html-keyboard-response.js"></script>
<script src="jspsych-6.0.5/plugins/jspsych-audio-keyboard-response.js"></script>
<script src="jspsych-6.0.5/plugins/jspsych-image-keyboard-response.js"></script>
<script src="jspsych-6.0.5/plugins/jspsych-image-keyboard-response.js"></script>
<link href="jspsych-6.0.5/css/jspsych.css" rel="stylesheet" type="text/css"></link>
</head>
<body></body>
Expand Down Expand Up @@ -41,7 +41,7 @@
var habituation_instructions = {
type: "html-keyboard-response",
stimulus: "<p>You are about to hear two types of tones, a short tone and a long tone.</p>" +
"<p>After each tone, a screen will tell you what type of tone it was.</p>" +
"<p>After each tone, a screen will tell you what type of tone it was.</p>" +
"<p>Press any key to begin.</p>"
};
timeline.push(habituation_instructions);
Expand Down Expand Up @@ -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
}
Expand Down