Emailing participants a copy of their completed survey questionnaire, scores on multi-item scales, and interpretation of scores

In Pavlovia is there a way to email participants a copy of their completed survey; scores on multi-item scales contained in their survey; and an interpretation of their scores (e.g. high, moderate, low)?

The Pavlovia server doesn’t currently have a facility to send emails. This is the kind of thing I could create on my VESPR server, potentially similar to my grade mailer. Pavlovia could daisy chain to a page which gave on-screen feedback and the option to enter an email to receive the information by email.

Is it possible to set up an automated email notification for the survey owner each time a survey is submitted?

I’m sorry, but this isn’t currently possible. On the other hand, I think it would work (or I could make it work) if you used the VESPR Study Portal. When the participant arrives at the debrief an email could be sent.

Hello @emafin

I have used formr GitHub - rubenarslan/formr.org: Chain simple surveys into longer runs to build complex studies. Use R to generate pretty feedback and complex designs. to email credit points statement. Perhaps you are able to set up your own formr-server? I daisy-chain it with PsychoPy/Pavlovia-experiments and surveys.

Best wishes Jens

Hello @wakecarter and @JensBoelte, thank you so much for your help, I really appreciate it! I ended up creating an R script to handle what I need (basically, my study involves ecological momentary assessment, with baseline/completion surveys in Pavlovia and additional surveys on an external app. I needed a way to check who completed the baseline survey in Pavlovia to automate participant emails for the completion survey in 14 days…). I believe my script does the job, but I’m grateful for your offers - also, it was really interesting to learn about these other options for the future! Anyway, probably it’s just me, but I find that a built-in email trigger option in Pavlovia could be really useful.