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.
Page 1 / 1
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.
There is a high chance that multiple members participating the survey at the same time and they will see the same number...
> @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.
> 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.
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.