denisfitz57 / jsPsychSheet

A simple JavaScript library that uses jsPsych and Google Sheet for running behavioral experiments online

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

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.

About

A simple JavaScript library that uses jsPsych and Google Sheet for running behavioral experiments online

License:MIT License


Languages

Language:JavaScript 95.2%Language:HTML 3.9%Language:CSS 0.9%