We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
psiturk.savedata([callbacks])
Sync the current psiTurk task data to the database.
An optional argument callbacks can provide functions to run upon success or failure of the saving.
callbacks
psiturk.saveData({ success: function() { // function to run if the data is saved }, error: function() { // function to run if there was an error } });