Hey! I'm working with a panel provider who does a screener before my study for quota and other requirements - so only qualified people get to my study.
They attach two parameters to my survey link. These are called "ID" and "state". It could look like this, for example: https://Surveys.sawtoothsoftware.com/cgi-bin/ciwweb.pl?studyname=cbc&ID=xxxx&state=yyyy
The software therefore needs to know that information about these parameters is being sent and should be saved in the data set. At the end of the survey, when the people are sent back to them, the corresponding redirect link (complete) must be installed. This link contains the same parameters (ID and state) that they also attach to my survey link.
complete redirect link: https://surveyd.bilendi.com/survey/selfserve/53b/g004/231116?list=1&ID=xxxx&state=xxxx
So what I did already is the following:
Questionnaire Access: insert two "Unique ID"s, namely ID and state
terminate question with termination status "qualified" and "redirect immediately" to URL: https://surveyd.bilendi.com/survey/selfserve/53b/g004/231116?list=1&ID=[%ID%]&state=[%state%]
if I preview the survey its said that the respondents will be redirected to the URL: https://surveyd.bilendi.com/survey/selfserve/53b/g004/231116?list=1&ID=script&state=script
Is that right? Do I need to do something else? Do I need to program something to match the data (my study and screener) in the end?
Thanks a lot,
Nele