-
HI,
My code:
with the imports:
Does anyone have an idea for a fix? Thanks in advance, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi Shay, Have you considered using the preload plugin? That's generally what we recommend for preloading images unless you need something specific customized. The reason for the error message is probably that |
Beta Was this translation helpful? Give feedback.
Hi Shay,
Have you considered using the preload plugin? That's generally what we recommend for preloading images unless you need something specific customized.
The reason for the error message is probably that
jsPsych
hasn't been initialized. In version 7 you need to runconst jsPsych = initJsPsych()
to create an instance of jsPsych.