Possible to run multiple js files sequentially? #789
-
Hi, I'm wondering if it's possible to run multiple scripts sequentially? That is, my HTML code looks something like this:
It seems like only the first jspsych script |
Beta Was this translation helpful? Give feedback.
Answered by
vijaymarupudi
Jun 26, 2020
Replies: 1 comment 1 reply
-
Have a variable with the timeline in each script and in the html page do jsPsych.init({ timeline: timeline1.concat(timeline2, timeline3) }) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jodeleeuw
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Have a variable with the timeline in each script and in the html page do