Sona Completion URL

Tags sona

Similar to Prolific completion URLs, the Sona completion URL serves is important part of the experiment loop. Participants who have completed your study should be directed back to the Sona completion URL at the end of the study which will award the participant the appropriate amount of study credits.

Log into Sona, select your study and navigate to the "Study Information" page. Scroll down to "Website" and select and copy the "client-side" completion URL.

The survey_code URL parameter will need to be replaced with the participant's ID. For details on how to obtain the participant's ID from Sona, please click here.

The Sona completion URL may look something like this:

https://northwestern-linguistics.sona-systems.com/webstudy_credit.aspx?experiment_id=999&credit_token=999&survey_code=XXXX

The XXXX portion of the URL should be replaced with the participant's ID.

If you are using Qualtrics as your web experiment platform, paste the "Redirect URL" into Qualtric's End of Survey block using the option "Redirect to URL" and in the "Website URL" text field, replace the XXXX portion with the following:

${e://Field/pid}

The full URL should look something like this:

https://northwestern-linguistics.sona-systems.com/webstudy_credit.aspx?experiment_id=999&credit_token=999&survey_code=${e://Field/pid}

Follow these instructions for PCIbex experiment.

If you're developing your own custom web app with VueJS, first look for the EndView.vue file. In the click handler of the Submit button, you will need to reference the participant's ID from Vue's store and append that to the completion URL string.

Was this helpful?
0 reviews