Const
Create a scene with jsPsych Plugins
using scene = app.scene(jsPsychStim, { defaultProps: { type: jsPsychHtmlKeyboardResponse, stimulus: 'default', choices: ['f', 'j'], },});await scene.show({ stimulus: 'new' }); // change stimulus Copy
using scene = app.scene(jsPsychStim, { defaultProps: { type: jsPsychHtmlKeyboardResponse, stimulus: 'default', choices: ['f', 'j'], },});await scene.show({ stimulus: 'new' }); // change stimulus
Create a scene with jsPsych Plugins