I have created a very simple debrief page where you can send participants at the end of your study using the Completed URL feature in PsychoPy.
Use the following string
$"https://moryscarter.com/vespr/debrief.php?id=x&email=y&participant=" + expInfo['participant'] + "&session=" + expInfo['session']
id=x can be used to customise the debrief. Current options are besample and prolific.
email=y can be used if you would like to receive email confirmation that a participant completed your study.
participant is used to create a Besample completion code and is included in the confirmation email.
session can be set to the besample_id instead of expInfo[‘session’]. It is also included in the confirmation email.
Try it:
https://moryscarter.com/vespr/debrief.php?id=besample&session=2000&participant=10
https://moryscarter.com/vespr/debrief.php?id=prolific&session=2000&participant=10
If you use an email address from a domain for which I have a logo (mostly due to a VESPR Study Portal user) then the VESPR logo at the top will be replaced with your logo.