This repo contains the MSIT task. It is a jspsych task built with React and Electron. This task uses Honeycomb (also known as Neuro Task Starter).
- Clone this repo onto your computer
git clone https://github.com/brown-ccv/task-msit.git
- Change directory into the new folder
cd task-<TASK NAME>
- Set the remote url to your tasks' repo (create a github repo if not yet created)
git remote set-url origin <PATH_TO_YOUR_REPO>
- Install the dependencies (the -D flag installs the dev dependencies as well as the production ones)
npm install -D
- Run the task in dev mode - this should launch an electron window with the task with the inspector open to the console and will hot-reload when changes are made to the app
npm run dev
- Check out the data - the data is saved throughout the task to the users's app directory. This is logged at the
beginning of the task wherever you ran
npm run dev
The default experiment configuration settings can be found in src/config/config.json
. In order to override them for a
specific participant, create a new file named <participant_id>-config.json
in a folder named msit-settings
in the
local machine's Desktop
folder.