Compatible with jsPsych V7.
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])