About the jsPsych category

Experiments created from PsychoPy Builder are written in PsychoJS. However, experiments written in jsPsych can also be hosted on Pavlovia. See our guide to get started putting a jsPsych experiment on pavlovia.

For support with jsPsych, please also use Github Discussions or visit the jsPsych home page.

Hello,

Yesterday I was attempting to put my jsPsych project onto Pavlovia and followed the documentation to a T, but could not get it to work. Eventually, I figured out that the documentation is incorrect. Specifically, in the first step it says to add the jsPsych8 plug in, then in the last step says to use the function jsPsych.init to start the experiment. However, this function does not exist in jsPsych8 (I think it’s from version 6). The correct function in jsPsych8 is jsPsych.run. Could you update the docs so other people don’t run into the same issue?

Thank you !