Essentials
Showing Instructions
jsPsych 7
https://www.jspsych.org/7.3/plugins/instructions/
const trial = {
type: jsPsychInstructions,
pages: [
'Welcome to the experiment. Click next to begin.',
'This is the second page of instructions.',
'This is the final page.'
],
show_clickable_nav: true,
// allow_backward: true,
}