Description Usage Details Value See Also
View source: R/save_webserver.R
Return a javascript function to save data via a script on the webserver
1 |
The purpose of the save_webserver()
is to return a
javascript function that, when called from within the jsPsych experiment,
will write the data to the server. This assumes that the experiment will
be run on a (php)script-enabled webserver. This way, you know the data will
never touch any other computer than the server you've presumably secured
and have data processing agreements in place for.
Return a javascript function to save data via a script on the webserver
run_webserver
, download_webserver
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.