Replies: 1 comment 3 replies
-
Hi @R14Knight, Are the syn_load_stimuli and syn_task_stimuli files exactly the same as what you've posted here? I'm asking because the blank objects |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello there jsPsych users!
Firstly I must admit that I'm am entirely new to coding and thus naive to potentially obvious solutions, so many apologies in advance in needs be.
I'm trying to design a psycholinguistic dual-task, cognitive load experiment with a 2x2 factorial design for my dissertation.
I'm trying to use timeline variables so that I can keep stimuli in separate Javascript files whilst the bones of the experimental procedure are in an html file, however I'm running into issues since introducing timeline variables. I believe I have all the right paths for the scripts in the head over when I get to running it a browser offline, I am getting consol errors saying that I need to specify values for the html-keyboard-response and image-keyboard-response plugins. I also get an error saying that the browser can not access local files so I'm not sure if it's something to do with Cross Origin Resource Sharing and not being able to access the external .js files for privacy reasons.
I'm not sure what I'm doing wrong here so any and all insight is greatly appreciated,
many thanks!
Please find below the html exp. procedure and the separate .js files' content:
Here is the html:
Here is are the two Javascript files:
Beta Was this translation helpful? Give feedback.
All reactions