research-resource / research_resource

8 stars 0 forks source link

How to receive event when Qualtrics survey is completed #66

Closed SimonLab closed 7 years ago

SimonLab commented 7 years ago

We are using iframe to display the Qualtrics questionnaire (see #53) so when a survey is completed we want the user to be redirected to the next page (/projects).

@Danwhy do you have any other thoughts on how we can do this?

Danwhy commented 7 years ago

I think that when the user reaches the final page of the survey, that tells them the survey is complete, we should have a 'continue'/'next' button underneath the iframe, just as we would if the survey was on our own site

SimonLab commented 7 years ago

We can define a custom message and the end of the questionnaire: survey-end-message

This message can contains a link to the next page (projects). We just need to define the taget property of the link to "_top" to redirect the main page and not just the iframe survey-message

An options also exist to automatically send an email from Qualtrics to the user when the survey is finished.

SimonLab commented 7 years ago

This issue is resolved by displaying a custom message at the end of the questionnaire with a link to the projects page