We are storing links to a response summary (survey questions & given answeres) in our CRM system. Until now, we are using the old Report.php links like:
https://fra1.qualtrics.com/CP/Report.php?SID=[SurveyId]&R=[ResponseId]&ResponseSummary=True
There are two issues with those kind of links. QX mentioned to us that those links are not supported anymore. They will not be shut down, however, there is no support in case of any issues. Furthermore, the questions can not be displayed in the language of the customer but they are displayed in the base language of the survey. We have surveys that are used by a whole market/country (like Switzerland). If we would make german for example as base language, this would not help the employees from some Italian speaking part. Instead, if it was translated to the language of the customer, this would fit in most cases.
That's why we would like to find some alternative. The relativly new piped text "SingleResponseReportLink" (Response Link) generates a link that provides a response report with questions in the language of the customer. However, this piped text is only accessible in a workflow when a new response was created. We need to prepare the link a bit before the customer actually completes the survey. With the old Report.php links this is possible because we can just concatenate the links. For the SingleResponseReportLink links this is not possible because they have some generated URL. You can not just add URL parameters with the survey and response IDs. We would need this piped text in the survey flow so that we can hand it over to some JSON event. Unfortunatelly, this is probably not possible.
Do you have any ideas that could help us with this situation?
Question
Provide translated response summary as link
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.