- Posts: 12218
- Thank you received: 2867
Ask the community, share ideas, and connect with other LimeSurvey users!
No,holch wrote: … … There is a setting, that allows anonymous surveys with tokens, but that means you can't really send reminders (or have to send them to everyone), because you don't know which token belongs to which email address and which links have been completed and which not. … …
No,
With token + anonymous : the 2 database are separate : you can't join one with the other.
But : token are “taggued” as completed . When user submit survey : we have the related token value in session (we need it to be sure user have access), and when submitted : completed columns are set to "Y".
you don't know which token belongs to which email address and which links have been completed and which not.
Isn't the participants list containing the token, the email-address and the response status?holch wrote: Of course you know which token was completed. But as you don't know which email the token belongs to, you can not send reminder emails to only those that have not completed yet.
You're expecting too much. Just think about how many surveys a LimeSurvey developer has conducted? The average might be a bit over zero.holch wrote: I am not impressed!
When needing real anonymous token : i always do like this. Never use information user on token.holch wrote: Good idea of separating the email/personal data by sending emails with another tool.
It would be great if we could generate a csv file with token links. Of course you can do it by hand (as I described in the workaround section), but creating a bunch of dummy tokens and then export the links would be great.
GDPR was created with Facebook, Google and Co. in mind. All the other "little" everyday cases are often not really fitting well. Will take time to get the playbook.holch wrote: But I think this is OK with the GDPR, because it is no personal data anymore. Of course, if you ask personal data in the questionnaire that can identify the respondent, then you will have to delete the entry manually.