Skip to content

Compatible with jsPsych V7.

Compare
Choose a tag to compare
@kurokida kurokida released this 05 Jan 09:10
· 92 commits to master since this release

This release is now compatible with jsPsych V7.

This release includes jsPsych 7.1.2.

Note for users of previous versions.

At first, please see Migrating an experiment to v7.x

  • Write const jsPsych = initJsPsych({}) at the begging of the script.
  • Write type: jsPsychPsychophysics in a trial object.
  • Pass the trial object as an argument as follows jsPsych.run([instruction, trial])