Create behavioral experiments in a browser using JavaScript
Go to file
2017-01-15 15:43:00 -05:00
css uncomment margin: auto - fixes #319 2017-01-12 14:42:49 -05:00
docs clarify when on_data_update is called 2017-01-12 14:49:23 -05:00
examples docs updates; better RT tutorial 2017-01-12 14:44:03 -05:00
plugins clears console.log 2017-01-13 18:06:15 -08:00
tests organize tests 2017-01-15 15:43:00 -05:00
.gitignore npm package 2016-12-09 21:12:45 -05:00
.travis.yml just use node 6.6 for now 2016-12-22 17:20:14 -05:00
contributors.md update contributors doc 2017-01-04 21:54:14 -05:00
jspsych-logo-readme.jpg swap logo 2015-03-09 11:10:08 -04:00
jspsych.js cleaned up console logs 2017-01-13 17:49:27 -08:00
license.txt year updates 2016-12-15 11:43:38 -05:00
package.json npm package 2016-12-09 21:12:45 -05:00
README.md update readme 2017-01-04 21:55:23 -05:00

logo

jsPsych is a JavaScript library for creating and running behavioral experiments in a web browser. jsPsych simplifies the process of coding browser-based experiments by providing a set of flexible plugins that define 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? In general, 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!