Create behavioral experiments in a browser using JavaScript
Go to file
2012-05-15 18:20:42 -04:00
jquery.json-2.3.js code directly from Josh 2012-03-26 23:32:21 -04:00
jspsych-animation.js missed the animation and touch plugins in previous changes. 2012-05-15 16:10:10 -04:00
jspsych-categorize-feedback.js Reworking the plugin structure to use the Module javascript design pattern. 2012-05-15 16:03:26 -04:00
jspsych-categorize-unknown.js Reworking the plugin structure to use the Module javascript design pattern. 2012-05-15 16:03:26 -04:00
jspsych-samedifferent.js Reworking the plugin structure to use the Module javascript design pattern. 2012-05-15 16:03:26 -04:00
jspsych-similarity.js missed the animation and touch plugins in previous changes. 2012-05-15 16:10:10 -04:00
jspsych-text.js Reworking the plugin structure to use the Module javascript design pattern. 2012-05-15 16:03:26 -04:00
jspsych-xab-touch.js missed the animation and touch plugins in previous changes. 2012-05-15 16:10:10 -04:00
jspsych-xab.js Reworking the plugin structure to use the Module javascript design pattern. 2012-05-15 16:03:26 -04:00
jspsych.js Reworking the plugin structure to use the Module javascript design pattern. 2012-05-15 16:03:26 -04:00
README.md Merge branch 'HEAD' of git@github.com:jodeleeuw/jsPsych.git 2012-05-15 18:20:42 -04:00

jsPsych

jsPsych is a jQuery plugin for running behavioral experiments in a web browser. It uses a modular structure so that new experiment types can be written as plugins to the core library. It was created by Josh de Leeuw and Drew Hendrickson at Indiana University.

Documentation

We are actively documenting the library in our GitHub wiki. You can find information about the core library and the various plugins that are available.

Can I run my experiment with this?

jsPsych can run a variety of experiment types, and experienced coders should have no problem writing a plugin for experiments that don't exist.