Thoughts on two methods for saving jspsych data to a server through a php file? #2017
Unanswered
Max-Lovell
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I recently stumbled across this tutorial for integrating jspsych with qualtrics: https://kywch.github.io/jsPsych-in-Qualtrics/save-php/.
In this tutorial he suggests using the following function to save the data as a json file and send it to a php file on a public server:
and a php file which functions as follows:
I was wondering if there were any preferences for how this function works as compared to the one listed here: https://www.jspsych.org/overview/data/#storing-data-permanently-as-a-file which uses this function:
and this php file:
Beta Was this translation helpful? Give feedback.
All reactions