Hello all,
I am designing a study in two parts. There is a two weeks gap between Part 1 and Part 2 and I need to be able to match participant's data from Part 1 to Part 2, while remaining anonymous so I cannot use names, or email addresses as they very often contain names.
I was thinking of having participants generate a random string using the following link:
https://www.random.org/strings/?num=1&len=10&digits=on&upperalpha=on&loweralpha=on&unique=on&format=html&rnd=new
The generated string would become their unique, anonymous, identifier.
Then participants would be prompted to enter this random string in a text input, so that I would have it.
However, I would also like them to receive said string via email so that they would have it and not lose the string between the two parts of the study. All that without storing their email, so that it remains anonymous.
I have seen the possibility to send emails to them without storing addresses so that's great.
But I am unsure on the possibility for the email to include the content of their text input.
What I would like is for the participant to get an email that says:
Find below your unique identifier:
"RANDOM STRING ENTERED BY PARTICIPANT IN THE TEXT INPUT"
If one can help me do that, that would be great.
Or, if someone has a different idea on how to match the data between the two parts more elegantly, I am also happy to hear about it!
Thanks in advance for your help.