I am designing a psychometric test, and would, once the data analysis is complete, also profile the individual responses using the total data set to calibrate a model.
I would thus like to provide people who entered their data give them the opportunity say in a years time to login to a website and then see their profile.
I also do not want any email addresses or Names or similar stored in my survey, it is supposed to be strictly anonymous. So my idea was to generate two tokens, one would serve as a user and the other one as a password, to then display it, and they can take a photo of the screen with their mobile phone, and then in the year go back to this, then go to Website No 2, enter their data, and get the profile.
Now I know the profile site would have to be programmed separately. My question would be whether the number generation (like A=rand(15), B=rand(15) then display A and B on page) can be done and saved as part of the questionnaire, both at start and at end.
But many thanks for replying
If you create two querstions:
1. PW1 as equation and enter {if(!is_empty(PW1),PW1,rand(1,15)}
2. PW2 as equation and enter {if(!is_empty(PW2),PW2,rand(1,15)}
you will find these two columns in the answer table.
Joffm
Volunteers are not paid.
Not because they are worthless, but because they are priceless
Last edit: 5 years 9 months ago by Joffm.
The following user(s) said Thank You: gabrieljenik
Hi Gabriel, I am not so much looking for a client portal. I just need the Token and 'password' of a general survey to be emailed to the person if they request it.