mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 11:10:54 +00:00
Create behavioral experiments in a browser using JavaScript
![]() The top level object is jsPsych, and plugins are defined as jsPsych.PLUGIN. The library also loads everything dynamically now, so the user only needs to load the main jsPsych script (and specify the src for any plugins). This also changes how the library is loaded initially, since it is not based on the jQuery method anymore. See wiki. |
||
---|---|---|
jquery.json-2.3.js | ||
jspsych-animation.js | ||
jspsych-categorize-feedback.js | ||
jspsych-categorize-unknown.js | ||
jspsych-samedifferent.js | ||
jspsych-similarity.js | ||
jspsych-text.js | ||
jspsych-xab-touch.js | ||
jspsych-xab.js | ||
jspsych.js | ||
README.md |
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.