Easiest way for Qualtrics to assign participant numbers starting at 1. | XM Community
Skip to main content
Solved

Easiest way for Qualtrics to assign participant numbers starting at 1.


Forum|alt.badge.img+5
I would like Qualtrics to assign a number to each participant who starts a survey, beginning with 1 and counting up by 1 each participant. This number will need to be piped into a question in the middle of the survey. Is there any way to do this, preferably without using Java or the API.

Best answer by uhrxx005

If anyone else has this same question, I decided against doing this and instead assigned a random 5-digit code. For the 5-digit code I used the last 5 digits of the responseID following the instructions here: https://www.qualtrics.com/community/discussion/comment/2215#Comment_2215
View original

4 replies

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • 5926 replies
  • May 19, 2018
You'll have to keep the count external to Qualtrics. The easiest way is to create web service script that gets and updates the count.

MohammedAli_Rajapkar
QPN Level 5 ●●●●●
Forum|alt.badge.img+20
There is a high chance that multiple members participating the survey at the same time and they will see the same number...

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • 5926 replies
  • May 21, 2018
> @Mohammedali_Rajapakar_Ugam said: > There is a high chance that multiple members participating the survey at the same time and they will see the same number... Actually, this risk (which is quite low) can be eliminated if you program it correctly. You could lock it so only one respondent could get/update the count at a time. The whole process will only take a few milliseconds.

Forum|alt.badge.img+5
  • Author
  • Level 3 ●●●
  • 204 replies
  • Answer
  • May 22, 2018
If anyone else has this same question, I decided against doing this and instead assigned a random 5-digit code. For the 5-digit code I used the last 5 digits of the responseID following the instructions here: https://www.qualtrics.com/community/discussion/comment/2215#Comment_2215

Leave a Reply