How to show the number of participants who have completed the survey so far | XM Community
Skip to main content
Solved

How to show the number of participants who have completed the survey so far

  • October 2, 2019
  • 4 replies
  • 161 views

jainshubham
QPN Level 2 ●●
Forum|alt.badge.img+3
Hello, I want to display a number a the end of the survey which basically says, " Congratulation you are the "nth" customer to finish the survey." where n will be number of the survey completes so far. I assume a counter is needed for this.

Best answer by TomG

You can set up a quota to track the number of completes and pipe the quota count on your thank you page.

4 replies

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • 6083 replies
  • Answer
  • October 2, 2019
You can set up a quota to track the number of completes and pipe the quota count on your thank you page.

Akdashboard
Level 4 ●●●●
Forum|alt.badge.img+6
  • Level 4 ●●●●
  • 488 replies
  • October 2, 2019
> @TomG said: > You can set up a quota to track the number of completes and pipe the quota count on your thank you page. @jainshubham - Just make sure that 1) you either set the quota to a very large number (9999999999999) and/or 2) set the action when the quota is met to "none".

jainshubham
QPN Level 2 ●●
Forum|alt.badge.img+3
  • Author
  • QPN Level 2 ●●
  • 24 replies
  • October 3, 2019
Hi @TomG & @Akdashboard , Thanks for your answer. I have a similar requirement for an EX program. As quotas are not available in EX, is there any way I can do this without the help of quotas?

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • 6083 replies
  • October 3, 2019
> @jainshubham said: > I have a similar requirement for an EX program. As quotas are not available in EX, is there any way I can do this without the help of quotas? Quotas are the only built-in way to track things across respondents. So, the only way to it without quotas is to store the count externally. You can create a web service to update and retrieve the count.