Create behavioral experiments in a browser using JavaScript
Go to file
2020-10-02 11:36:27 -07:00
.github/workflows fix actions file 2020-08-14 22:36:37 -04:00
css minor comment formatting 2018-10-04 15:26:35 -04:00
docs remove files that were unintentionally added in PR 2020-10-01 16:58:06 -07:00
examples Merge branch 'master' of https://github.com/jspsych/jsPsych 2020-10-02 11:36:27 -07:00
plugins Merge pull request #1072 from chrisbrickhouse/Iss-1062 2020-10-02 11:35:37 -07:00
tests video tests, step package version 2019-07-16 11:00:04 -04:00
.gitignore update docs location structure 2018-01-03 15:58:30 -05:00
code-of-conduct.md modified CoC text 2019-10-17 10:08:05 +01:00
contributors.md added CB 2020-10-02 11:04:21 -07:00
jspsych.js Variable name error? 2020-01-29 16:02:24 -05:00
license.txt Update license.txt 2018-01-16 13:11:28 -05:00
mkdocs.yml docs tweaks 2019-07-15 16:39:27 -04:00
package-lock.json bump jest v22 -> v24 2019-07-05 11:49:30 -04:00
package.json video tests, step package version 2019-07-16 11:00:04 -04:00
README.md Update README.md 2020-05-21 11:35:25 -04:00

logo

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

Examples

Several example experiments and plugin demonstrations are available in the /examples folder.

Documentation

Documentation is available at docs.jspsych.org.

Need help?

For questions about using the library, please use the Discussions forum.

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!