Skip to content

Change detection experiment for "Get Me out of Here!" implemented using jspych

Notifications You must be signed in to change notification settings

CNCLgithub/fscenes_cd_jspsych

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scenes Detection paradigm

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.

Setup

Using the jspsych builder tool, all that's needed to get running is to run

  1. npm install to install all node dependencies
  2. npm 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

Deployment

Two options

  1. npm run jatos to package the experiment as a static website for JATOS

or

  1. 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