Replies: 1 comment
-
What do you mean by "sourced from my local files"? That is utterly impossible because the page has no way of getting access to your local audio files. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I uploaded my experiment on cognition.run and uploaded my audio stimuli as mp3 files in the Stimuli bar on the left. But the stimuli in my script are still being sourced from my local files.
timeline.push({
type: jsPsychAudioButtonResponse,
stimulus: 'sound/moz source.mp3',
choices: ['Continue'],
prompt: "
Listen to this track. Press 'Continue' when ready.
",response_allowed_while_playing: false
How do I link the stimuli I uploaded to Cognition.run into the script?
Beta Was this translation helpful? Give feedback.
All reactions