Resources

There is an intranet article about this.

The limesurvey language can be given in "/lang-en/"-syntax and in "?lang=en" syntax in limesurvey 2 and limesurvey 3. We use the latter for everything except the informed consent survey.

Sona

Please note that you should not use the Sona limesurvey version 2.50+ instructions, always use the 2.05 instructions, even for Limesurvey 3. Linking Sona to limesurvey.

Prolific

Prolific

Mechanical Turk

MTurk(please note DCC policy regarding MTurk)

CloudResearch

CloudResearch(please note DCC policy regarding CloudResearch)

Examples

given the invitation system (k), the informed consent form (l), language (m)
and the experiment system (n) there are up to k*l*m*n different ways to for the invitation url:

short names:
EURL = experiment url (http://exp/socsci.ru.nl/demo)
SID = up to six digit survey id (123456)
CID = up to six digit consent survey id (123456)
LANG = survey/informed consent lenguage (en/nl/de)

Where we use experiment_url, following systems use:: 
- prolific: Study URL/ URL of your study
- SONA: Study URL





WITHOUT INFORMED CONSENT
email -> url
invitation_url = EURL

email -> limesurvey 2
invitation_url = https://survey.socsci.ru.nl/index.php/SID?lang=LANG

email -> limesurvey 3
https://questions.socsci.ru.nl/index.php/SID?lang=LANG

sona -> url
if EURL contains ?:
invitation_url = EURL&id=%SURVEY_CODE%
if EURL does not contain ?:
invitation_url = EURL?id=%SURVEY_CODE%

sona -> limesurvey 2
invitation_url = https://survey.socsci.ru.nl/index.php/SID?lang=LANG&id=%SURVEY_CODE%

sona -> limesurvey 3
invitation_url = https://questions.socsci.ru.nl/index.php/SID?lang=LANG&id=%SURVEY_CODE%


prolific -> url
if EURL contains ?:
invitation_url = EURL&ppn={{%PROLIFIC_PID%}}&prolific_study={{%STUDY_ID%}}&prolific_session={{%SESSION_ID%}}
if EURL does not contain ?:
invitation_url = EURL?ppn={{%PROLIFIC_PID%}}&prolific_study={{%STUDY_ID%}}&prolific_session={{%SESSION_ID%}}

prolific -> limesurvey 2
invitation_url = https://survey.socsci.ru.nl/index.php/SID?lang=LANG&ppn={{%PROLIFIC_PID%}}&prolific_study={{%STUDY_ID%}}&prolific_session={{%SESSION_ID%}}

prolific -> limesurvey 3
invitation_url = https://questions.socsci.ru.nl/index.php/SID?lang=LANG&ppn={{%PROLIFIC_PID%}}&prolific_study={{%STUDY_ID%}}&prolific_session={{%SESSION_ID%}}

WITH INFORMED CONSENT
invitation_url = EURL
https://survey.socsci.ru.nl/index.php/CID/lang-LANG?url=encodeURIComponent(EURL)