!
Please add below code in header and add your message below :
jQuery('.SystemEndOfSurvey').text('this is the update');
Hope this helps!
https://www.qualtrics.com/community/discussion/comment/22517#Comment_22517ttaggart / Eesh Hi, I've just used this suggestion so thanks for that. However, I'd like to keep count of the number of people clicking on the link twice. Is there a way to record this? Perhaps some javascript in the message itself. Can you do something like:
var n = Qualtrics.SurveyEngine.getEmbeddedData('n');
n = n + 1;
Qualtrics.SurveyEngine.setEmbeddedData('n', n);}
}
But would this only work within the normal survey and a survey flow that set's up 'n' as an embedded item?
Thanks in advance
Rod
Eesh , ttaggart
I would also like to customize that message, but the code doesn't seem to work for me (even after re-entering the survey). It might be because I don't want to prevent participants from re-using their link.
What I'm trying to achieve is a custom message sent to partial completes when I manually close the survey. (I'll be using my "survey" as an exam, and would like to send students their score even when the timer runs out - which will be me closing the survey after 90 mins. The full completes will receive their score on the End of survey page, but the partials won't be directed to that page.)
I tagged you in case you had some insight into this, as you've dealt with the customization of that message before.
HI All,
Qualtrics support came back to me with a (partial) solution but it meant that a second response would be created in the survey, which is not what I wanted as it would impact stats or dashboard analysis that someone might do without realising that they need to filter out these spurious empty responses. This would not be advisable in my opinion to rely on requiring a filter like that be applied each time. For your info, it used an authentication route in the survey flow which then had the option of controlling this 'second' response. You had to change the survey link type to multiple instead of individual as well. I'm wondering if a web service could be used or something similar that could perhaps amend a field of an existing response. I wouldn't know how to do this though.
If anyone has any suggestions, please reply back :)
Thanks
Rod
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.