How can I let each respondent create unique identifiers in an anonymous survey? | XM Community
Skip to main content
Solved

How can I let each respondent create unique identifiers in an anonymous survey?

  • January 18, 2019
  • 1 reply
  • 541 views

I'm creating a study and need to be able to remove individual responses. However as I'm using an anonymous survey I won't be able any information that can specifically identify someone and have said I would give the ability for the participant to provide a unique identifier (e.g. two letters and two numbers). I have scoured the internet for answers to this, and haven't come across any. Hopefully someone is able to answer this! Thanks!

Best answer by TomG

The easiest solution would be to just pipe the ResponseID and let the respondents use that as the unique code...it is quite a bit longer than 4 characters though. To use unique 4 character codes, you would have to store them externally and use web services to save them and check them. The check would be an ajax call since presumably you wouldn't want to advance to the next page until you confirmed the code they entered is unique.

1 reply

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • 6083 replies
  • Answer
  • January 18, 2019
The easiest solution would be to just pipe the ResponseID and let the respondents use that as the unique code...it is quite a bit longer than 4 characters though. To use unique 4 character codes, you would have to store them externally and use web services to save them and check them. The check would be an ajax call since presumably you wouldn't want to advance to the next page until you confirmed the code they entered is unique.