How am I able to number participants in a survey from 1, 2, 3 etc | XM Community
Skip to main content
Solved

How am I able to number participants in a survey from 1, 2, 3 etc

  • November 17, 2018
  • 4 replies
  • 690 views

I am trying to keep track of individual respondents so need to have a tracking system, so later their survey answers can be linked with interviews (if participant agrees to take part in an interview).

Best answer by Anonymous

Hello @stitch , Please see this page Note: The above solution will assign random id and not in the Sequence. You can check this solution if it helps

4 replies

  • 0 replies
  • Answer
  • November 17, 2018
Hello @stitch , Please see this page Note: The above solution will assign random id and not in the Sequence. You can check this solution if it helps

NiC
QPN Level 5 ●●●●●
Forum|alt.badge.img+27
  • QPN Level 5 ●●●●●
  • 255 replies
  • November 17, 2018
Hi @stitch If you don't want to assign random number but in the order they take survey you can use Quotas . Here's how: 1. Set a simple quota with name say"RespondentCount" (with number for quota set to number higher than expected number of respondents)on a condition which will be true for all respondents, like option 1 of question 1 is displayed. 2. Set the action for quota to "none" then your quota screen should look something like this ! 3. Now go to survey flow add an embedded variable say "respondentNumber" and pipe in the count or met as shown in the image below! And this will allow you to assign a unique number to each respondent that you can refer later. Hope this Helps :)

  • Author
  • 1 reply
  • November 18, 2018
Sounds good, but I will have to see how I go with it

Forum|alt.badge.img+11
  • QPN Level 5 ●●●●●
  • 78 replies
  • June 10, 2021

Select Respondentcount-> count cause I tried this and Respondentcount->met wasn't giving me a numeric value!