Deusdeorum wrote:
I would like to use the third method. Would you please let me know where can I find such script? Thanks
There is a few options here:
- You can use a cron plugin to automatically send out invitations, I think a solution already exist for purchase somewhere.
- You can use the API to invite_participants(), api.limesurvey.org/classes/remotecontrol..._invite_participants, simply loop the survey until all the invitations has been sent, make sure to add some delay otherwise you will most likely get listed as a spammer
- A more ugly way would be to have a click function on a server somewhere, click "invite participants" every 15 min, could be coded as a bash script and identify the button for invitations, same as above, use some kind of delay
I would like to use the third method. Would you please let me know where can I find such script? Thanks