Hi,
I have a jsPsych study up and running on Pavlovia that successfully saves data when I try it out, but has failed to create a data file for a few participants on Prolific who successfully reached the completion screen.
Where can I access logs to check for any errors?
Are you using daisy chaining or displaying the completion code to send the participants back to Prolific?
Running jsPsych experiments from Pavlovia shows how to add daisy chaining.
I have not found any documentation on how to provide a completion return link to Prolific using jsPsych and the Pavlovia plugin. My issue is that I don’t know what does the Pavlovia script do at the end of a jsPsych experiment. Is it okay to redirect inside the on_finish function?
...
let pavlovia_finish = {
type: "pavlovia",
command: "finish"
};
timeline.push(pavlovia_finish);
jsPsych.init({
timeline: timeline,
on_finish: function () {
locat…
Currently, I am trying to get a decision making task in jsPsych 6.2 to run on pavlovia. However, while the experiment itself runs fine, the data is not being saved on pavlovia. While the number of submissions goes up, the folder which should contain the csv files for the participants is empty when downloaded. When running the script locally or when including a local save in the pavlovia code, the data saves fine in the format of csv. I’ve now tried a bunch of different things to fix this, howeve…
This is my first time using pavlovia and PsychJS so i want to be absolutely sure im doing things right.
I have it specified in my code to collect data throughout. I’ve done some trial runs of my experiment to get it to return the JSON output at the very end of the study with all of my data and it all looks good (of course i dont want this to be done when my study is actually completed, it instead redirects my participants back to Prolific).
I just want to make sure that there isnt anything els…
Description of the problem:
I am running an online study in Prolific (developed the program in PsychoPy 2022.2.4 and adapted to Pavlovia using jsPsych. We are recruiting through Prolific – participants are directed to the experiment link on Pavlovia and at the end of the study they get a completion code on the final page that they enter into Prolific to confirm completion. We are saving the results as CSV files on Pavlovia.
We did a pilot of just 6 participants to make sure all was running smo…
I did place the redirect URL in the on_finish function, but I didn’t add a timeout. Maybe that’ll solve the issue.