How to show the number of participants who have completed the survey so far | XM Community
Skip to main content
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.
You can set up a quota to track the number of completes and pipe the quota count on your thank you page.
> @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".
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?
> @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.

Leave a Reply