How to run and collect data from PsychoPy experiments on your own self-hosted server.
Self-hosting experiments provides an alternative to using PsychoPy’s paid-for experiment hosting server, Pavlovia which might be prohibitive if research funding is not available or institutional restrictions don’t allow experiments to run on third-party servers.
NOTES: https://codewithsusan.com/notes/psych...
=== CHAPTERS ===
00:00 Introduction
01:40 Set up exit routine
02:20 JavaScript code to save results
05:18 Build experiment for the web
06:25 Upload files to server
07:38 Create server-side file to save results
08:13 Create data directory and set permissions
08:54 Test it
09:58 Follow-up: Host on Github Pages and save data to OSF.io