Const
Create a scene with jsPsych Plugins
Basic usage
using scene = app.scene(jsPsychStim, { defaultProps: { type: ( await import('https://cdn.jsdelivr.net/npm/@jspsych/plugin-survey/+esm') ).default, stimulus: 'default', choices: ['f', 'j'], },});await scene.show({ stimulus: 'new' }); // change stimulus Copy
using scene = app.scene(jsPsychStim, { defaultProps: { type: ( await import('https://cdn.jsdelivr.net/npm/@jspsych/plugin-survey/+esm') ).default, stimulus: 'default', choices: ['f', 'j'], },});await scene.show({ stimulus: 'new' }); // change stimulus
Create a scene with jsPsych Plugins