Solved
Is there a way to add an "Exit Survey" button that would always be visible?
Hello!
We are designing a survey that will be administered over the phone. To make it easy on our Teleservice reps, it would be ideal if we could have an "out" built in if a respondent should decide they no longer wish to participate. That way, the reps don't have to keep clicking the "Next" button all the way until the end of the survey.
Does anyone know if creating this button is possible? Or would it be better to include an "Exit Survey" response to every question that would take the reps to the end of the survey?
Thank you!
Best answer by KoalaTricks
Do you care about partial responses for these abandoned sessions? Could the reps just exit normally and you filter out incomplete sessions in your reporting? You can also set the partial responses to be deleted within a short time frame (or kept indefinitely).
If you're able to use some HTML/CSS/JS, you could:
1. In the header and/or footer section of your survey, define something like this (an button that will appear on every survey page and, when clicked, create an Embedded Data field):
```<button onclick=Qualtrics.SurveyEngine.setEmbeddedData( 'escapeButtonClicked', 1)">escape!</button>
```
2. Then, in your survey flow, use ${e://Field/escapeButtonClicked} in the logic to direct to the end of the survey where needed.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.




