And are we able to modify it or turn it off?
TIA!
And are we able to modify it or turn it off?
TIA!
Refer to different options here: Editing the End of the Survey (qualtrics.com)
Refer to different options here: Editing the End of the Survey (qualtrics.com)
Thanks, but that’s what is hard to figure out - it’s not the end of survey block OR the end of survey message in the Survey Flow. It’s an additional one that is being added in prior to the custom end of survey message.
Can’t find a place to edit it anywhere, so I’m guessing it has something to do with the conversion to Simple Layout.
@ccosart I haven’t seen that occur before so would recommend raising ticket with Support in case another setting is creating it or a bug exists as doesn’t sound right to me.
I know Security Scan Monitor adds a generic un-editable page to start a survey (if bot detected). So maybe another setting might be doing it on the submission side if it’s not appearing in survey flow, albeit sounds more like a bug to me.
i’m also looking at this same “page” “”End of survey. Select Submit to finish” - not sure where to go to remove/disable this....
If
“The message that is displayed between the last question and the End of Survey is because the layout is set to simple and auto-advance is enabled, so this message will be automatically included.”
“You can get rid of this message either by turning off auto-advance, or by changing the layout from Simple to any other option. “
Not clear if we will be able to modify the message in the future. I thought about trying to use JQuery, but decided against it since they are rolling out features with simple layout at breakneck speed.
Thank you
That’s disappointing for me as I’m required to use the Simple layout for accessibility reasons, I want to have auto advance, but I’d like to change the wording on that last page. Hopefully Qualtrics will allow some customization there in the near future.
You can add this to your header in look & feel. I haven’t tested extensively though, if there are other #error-message ids somewhere it will cause trouble.
<script src="https://code.jquery.com/jquery-3.7.1.js"
integrity="sha256-eKhayi8LEQwp4NKxN+CfCh+3qOVUtJn3QNZ0TciWLP4="
crossorigin="anonymous">
</script>
<script>
Qualtrics.SurveyEngine.addOnReady(function() {
jQuery("#error-message span").text("My new text");
}
)
</script>
“The message that is displayed between the last question and the End of Survey is because the layout is set to simple and auto-advance is enabled, so this message will be automatically included.”
“You can get rid of this message either by turning off auto-advance, or by changing the layout from Simple to any other option. “
Not clear if we will be able to modify the message in the future. I thought about trying to use JQuery, but decided against it since they are rolling out features with simple layout at breakneck speed.
Of note, 4 months later, and it’s still not documented.
I just raised this issue and they say it’s expected behavior
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.