DOI banner

jsPsychSheet

jsPsychSheet is a simple JavaScript library that uses jsPsych and Google Sheet for running behavioral experiments online. jsPsych is one of the popular JavaScript libraries used to design behavioral experiments to run in a web browser. But to host those experiments online, you need a server (which is not always free), and some knowledge about server-side coding is also required. jsPsychSheet solves that problem by using Google Apps Script to host your designed experiment and save your data directly into your google sheet. The best part is that you just need to add very few extra lines to your designed jsPsych experiment!

Tutorial on how to use jsPsychSheet

Citation and reference

Since this library uses jsPsych as its main library for developing the experiments. If you use it in your academic work, you must 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

Also please reference this repo if you use it anywhere.

Shashi Kant Gupta. (2020, May 29). jsPsychSheet: A simple JavaScript library that uses jsPsych and Google Sheet for running behavioral experiments online. Zenodo. DOI

License

Licensed under MIT license. Please reference this github repo if used anywhere.