- Posts: 5055
- Thank you received: 1267
Ask the community, share ideas, and connect with other LimeSurvey users!
The only way to do this is e.g. loading all panel user IDs into Limesurvey and using the ID as token at Limesurvey.amoswagon wrote: I see.
But you cannot really validate that panelists don't modify those IDs and take the survey multiple times.
...and for the token you are using the passed panel user ID to prevent duplicates and double registrations later?DenisChenu wrote: New plugin event 'beforeSurveyPage' allow us to create token on the fly.
Some provider offer too API json for information from user.
A solution ca be:
- User come with "panel user id"
- Testing if this panel user id exist in token table :
- if yes : go to the survey with the good token
- If no : search with the API for extra user information and create a token with all information
- redirect to the good token
Denis
No,Mazi wrote: ...and for the token you are using the passed panel user ID to prevent duplicates and double registrations later?