jspsychrexamples
jspsychrexamples copied to clipboard
some jsPsych demos using jspsychr
jspsychrexamples
These are examples of using jspsychr to write and run jspsych experiments.
Flanker demo
See the flanker folder for the code, see the experiment demo here:
https://crumplab.github.io/jspsychrexamples/Flanker/experiment/index.html
Stroop demo
This is is the default template that is loaded by jspsychr. See the folder for the code, and the experiment demo is here:
https://crumplab.github.io/jspsychrexamples/Stroop/experiment/index.html
Stroop multiple response
Uses a custom plugin to allow multiple key presses on each trial.
https://crumplab.github.io/jspsychrexamples/Stroop_multiple_response/experiment/index.html
FirebaseDemo
Demo for using google's firebase as an external database to save the data from an online experiment. Some instructions for this demo are here: https://crumplab.github.io/jspsychrexamples/FirebaseDemo/Instructions_FirebaseDemo.html
Recognition Memory
Demo and tutorial walkthrough for building a recognition memory experiment. See the walkthrough here: https://crumplab.github.io/jspsychrexamples/RecognitionMemory/RecognitionMemory.html
View the demo experiment here: https://crumplab.github.io/jspsychrexamples/RecognitionMemory/experiment/index.html