View Individual survey response through Link keeping the Survey Styling | XM Community
Skip to main content

Recently, we encountered a scenario where we needed to access survey responses using a URL. Can a URL be generated to access survey responses directly? One way is to use the ${srr://SingleResponseReportLink} field to create the URL, but the page doesn't preserve the Styling. We get a bland HTML page. 

Exported SingleResponseReportLink

Another way is to use this URL to generate https://DATA_CENTER/Q/Data/Ajax/GetSingleResponseReport?RID=RESPONSE_ID&SID=SURVEY_ID

The above link preserves the UI styling, but there are a couple of issues using this approach:

  1. It needs the user to be signed in to view the page.
  2. The graphical content, like the radio button or the slider on this page, is clickable. We need them to be read-only.

We want to generate a link for a read-only individual survey response with the same Styling similar to the one we see on the view response in the Data and Analysis tab.

 

Recently, we encountered a scenario where we needed to access survey responses using a URL. Can a URL be generated to access survey responses directly? One way is to use the ${srr://SingleResponseReportLink} field to create the URL, but the page doesn't preserve the Styling. We get a bland HTML page. 

Exported SingleResponseReportLink

Another way is to use this URL to generate https://DATA_CENTER/Q/Data/Ajax/GetSingleResponseReport?RID=RESPONSE_ID&SID=SURVEY_ID

The above link preserves the UI styling, but there are a couple of issues using this approach:

  1. It needs the user to be signed in to view the page.
  2. The graphical content, like the radio button or the slider on this page, is clickable. We need them to be read-only.

We want to generate a link for a read-only individual survey response with the same Styling similar to the one we see on the view response in the Data and Analysis tab.

 

I don’t think there’s a way to achieve both. The URL to view results is the non editable option to view the responses.


We had similar challenge where the graphical view of showing the full response was only available to those with access to edit the survey itself, leaving the view unreadable for our intended users.  Our experience in how the response shown was different between the user types.  Unfortunately we didn’t find a solution and removed this from our program design to be of further help here.  I’ll be interested if you find a solution however.


Hi @gtaher,

I dont think there is a possible way to achieve it in both ways. 

I will be interested to know if you find a solution for this.


Leave a Reply