Create behavioral experiments in a browser using JavaScript
Go to file
2017-06-20 12:02:10 -04:00
css fixes #387 with proper focus 2017-06-19 14:46:17 -04:00
docs add new sampling option, fixes #398 2017-06-20 11:40:05 -04:00
examples updating examples for v6 2017-06-20 12:02:10 -04:00
plugins HMTL -> HTML 2017-06-20 10:52:36 -04:00
tests add basic test for #390 2017-06-19 23:04:17 -04:00
.gitignore Update .gitignore 2017-01-18 12:53:17 -05:00
.travis.yml update test environment 2017-06-13 10:00:58 -04:00
contributors.md update contributors 2017-03-20 14:59:03 -04:00
jspsych-logo-readme.jpg swap logo 2015-03-09 11:10:08 -04:00
jspsych.js add new sampling option, fixes #398 2017-06-20 11:40:05 -04:00
license.txt year updates 2016-12-15 11:43:38 -05:00
package.json update test environment 2017-06-13 10:00:58 -04:00
README.md minor fixes 2017-05-26 15:36:33 -04:00

logo

jsPsych is a JavaScript library for creating behavioral experiments that run in a web browser. jsPsych creates a framework for defining experiments and provides a set of flexible plugins that create different kinds of tasks a subject could complete during an experiment. By assembling different plugins together and customizing the parameters of each, it is possible to create many different types of experiments.

Documentation

Documentation is available at docs.jspsych.org.

Need help?

For questions about using the library, please post to the jsPsych e-mail list. This creates a public archive of questions and solutions.

Contributing

Contributions to the code are welcome. Please use the Issue tracker system to report bugs or discuss suggestions for new features and improvements. If you would like to contribute code, submit a Pull request.

Citation

If you use this library in academic work, please cite the paper that describes jsPsych:

de Leeuw, J.R. (2015). jsPsych: A JavaScript library for creating behavioral experiments in a Web browser. Behavior Research Methods, 47(1), 1-12. doi:10.3758/s13428-014-0458-y

Response times

Wondering if jsPsych can be used for research that depends on accurate response time measurement? For most purposes, the answer is yes. Response time measurements in jsPsych (and JavaScript in general) are comparable to those taken in standard lab software like Psychophysics Toolbox and E-Prime. Response times measured in JavaScript tend to be a little bit longer (10-40ms), but have similar variance. See the following references for extensive work on this topic.

Credits

jsPsych was created by Josh de Leeuw (@jodeleeuw).

There have been many contributors to the library. Thank you!