How do you automate survey results/feedback scores on your intranet? | XM Community
Solved

How do you automate survey results/feedback scores on your intranet?

  • 21 June 2018
  • 6 replies
  • 203 views

Userlevel 3
Badge +4
Hi

We have an Intranet, where we would like to publish some aggreggrated results (e.g. avg. customer satisfaction across 5 surveys) into one score, which could then be shown on Sharepoint 365 intranet.

Is this possible in any way? Does the report function support multiple surveys in 1 report? Or anyway Vocalize can publically show a dashboard without user login required?

Thanks
icon

Best answer by Akdashboard 21 June 2018, 16:53

View original

6 replies

Userlevel 7
Badge +6
You can't use the report function to add results from multiple project together (unfortunately) and there isn't a way to make a public Vocalize dashboard. My first question is, do you need the 5 surveys to really be separate surveys or could you build it in a way that the 5 surveys are actually the same "project" and each "survey" is a block within the project that uses branching logic to display the appropriate survey based on display logic. If you can do this, then you can combine the 5 metrics you want in to a single embedded data field that you can report on using the report function.
Userlevel 3
Badge +4
Thanks Akdashboard!

Thing is, we use Qualtrics as the engine for our global CX program. Meaning that we have many different touchpoints online/offline where we get instant feedback from customers and these are analyzed and aggregated into a customer effort score, which we want to show as 1 KPI on our intranet.

We can't unfortunately merge all these "surveys" into one, as these has many different logics, rules, embedded data, triggers, actions etc etc. which simply needs each their own survey.

I assume my only way is to process this manually with screenshot from Vocalize 😞

Thanks anyways!
Userlevel 7
Badge +6
@AbdulDezkam - I am facing a similar issue and would love to be able to automate the process. Please share if you come up with anything.
Badge +1
@Akdashboard @AbdulDezkam do either of you have the API? These are pretty simple tasks with the API and knowledge of R or Python.
Userlevel 7
Badge +6
@RTSullivan - I do have the API, I am just not familiar with R or Python. Would love to learn though.
Badge +1
Teaching R or Python is a bit out of scope for this forum. However, if you follow this https://support.rstudio.com/hc/en-us/articles/201141096-Getting-Started-with-R and get R & RStudio installed you can install the Tidyverse and QualtRics packages. With those it is very easy to set a scheduled task using the scheduleR or cronR (depending on windows or linux) package that regularly downloads the survey results. Datacamp.com is a great resource for R & Python lessons.

If you can get that far, I can share some code snippets to help you automate the downloads.

Leave a Reply