This repo contains the jsPsych implementation of the change detection paradigm used in "Get me out of here!".
The main logic is defined under src/experiment.js
.
Using the jspsych builder tool, all that's needed to get running is to run
npm install
to install all node dependenciesnpm start
to build and run a local server package the experiment as a static website for JATOS
TODO: add wget script to download stimuli into assets
Two options
npm run jatos
to package the experiment as a static website for JATOS
or
npm run build
to package the experiment as a static website for independent management.
Note that option 2 would require modification in order to store subject responses