Major data loss using jspsych / pavlovia #2032
Unanswered
Cluster-Bomb
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Hello @Cluster-Bomb , I hope that you are having a great week so far and a Happy New Year! I was wondering if you managed to find a solution to the data loss? I am having a similar problem (more than 50% of my participants' data are lost), but I am integrating my jsPysch experiment with SONA and saving the data via Firebase. It's strange because when I am testing the experiment locally, the data saves completely with Firebase. However, once I integrate SONA this results in a massive data loss... |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi there,
Never did find out why the data loss was so big.
Using the latest jsPaych and plugin versions maybe reduced it 5-10%.
Putting a redirect back to SONA maybe accounted for another 5%. In the end
I had jspsych save a local copy of the results and got the participants to
email it to me. While only half the participants actually sent it back -
this did reduce the data loss to acceptable levels.
Cheers
Sean
…On Sat, 8 Jan 2022, 10:29 am Ren-Hui Michelle Tham, < ***@***.***> wrote:
Hello @Cluster-Bomb <https://github.com/Cluster-Bomb> ,
I hope that you are having a great week so far and a Happy New Year!
I was wondering if you managed to find a solution to the data loss? I am
having a similar problem (more than 50% of my participants' data are lost),
but I am integrating my jsPysch experiment with SONA and saving the data
via Firebase.
It's strange because when I am testing the experiment locally, the data
saves completely with Firebase. However, once I integrate SONA this results
in a massive data loss...
—
Reply to this email directly, view it on GitHub
<#2032 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APXO2TQZGK6LLLOZHSWXCC3UU5ZPHANCNFSM5BNXRC7Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
URL of experiment: Effect of Frame of Reference on Biological Motion
Hey there,
This is a question for anyone who uses Pavlovia. Am trying to get help on the Pavlovia discussion forums but thought I would try here as well.
Description of the problem: About 50% of participant data is not saving - despite “save incomplete results” (Pavlovia option of saving partial data from participants) being on. Can’t replicate the issue with despite trying with five other people using various browser combinations. Both complete experiments and incomplete experiments were saved during testing. The participants are are funneled from SONA for credits and they are completing the experiment (confirmed through contact) but no data file is created. My data files that do save are 99kb so it is unlikely an internet connection problem. I notice that this is a recurring problem that many Pavlovia/ jspsych users have to varying degrees:
Some discussion has been around creating a delay in order to ensure the results are saved to Pavlovia before jspsych completes - but thomas pronk in the first discussion link above suggests that this is not required. In addition the partial save option in Pavlovia should have captured the data anyway.
Any help would be appreciated
Here are the relevent code fragments:
Plugin version
<script type="text/javascript" src="https://lib.pavlovia.org/jspsych-pavlovia-3.2.0.js"></script>`Pavlovia init
End of experiment
Beta Was this translation helpful? Give feedback.
All reactions