You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CLI: The jspsych jatos command is no longer supported. Please use jspsych build --jatos instead.
Instead of a createTimeline function, experiment files are now expected to
export an async run function that initializes jsPsych and runs the experiment.
Please refer to the experiment template file
for an example. Furthermore, jsPsych Builder no longer handles named exports other than run,
and the jsPsych style sheet is not automatically imported anymore.
Dependencies: The minimum supported Node.js version is now v14