Create behavioral experiments in a browser using JavaScript
Go to file
2012-05-23 12:19:40 -04:00
jquery.json-2.3.js code directly from Josh 2012-03-26 23:32:21 -04:00
jspsych-animation.js Rescoped everything so that jsPsych is not a jQuery plugin. 2012-05-17 09:19:04 -04:00
jspsych-categorize-feedback.js Fixing some bugs due to change in the plugin structure. 2012-05-23 12:18:57 -04:00
jspsych-categorize-unknown.js Fixing some bugs due to change in the plugin structure. 2012-05-23 12:18:57 -04:00
jspsych-samedifferent.js Rescoped everything so that jsPsych is not a jQuery plugin. 2012-05-17 09:19:04 -04:00
jspsych-similarity.js Rescoped everything so that jsPsych is not a jQuery plugin. 2012-05-17 09:19:04 -04:00
jspsych-text.js Rescoped everything so that jsPsych is not a jQuery plugin. 2012-05-17 09:19:04 -04:00
jspsych-xab-touch.js Rescoped everything so that jsPsych is not a jQuery plugin. 2012-05-17 09:19:04 -04:00
jspsych-xab.js Fixing some bugs due to change in the plugin structure. 2012-05-23 12:18:57 -04:00
jspsych.js Rescoped everything so that jsPsych is not a jQuery plugin. 2012-05-17 09:19:04 -04:00
README.md Update README.md 2012-05-17 15:20:46 -03:00

jsPsych

jsPsych is a javascript library 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.