Hello, atrevia,
you asked this four days ago. So why this new post?
First question: How does the panelist redirect to your survey?
If we have a "normal" survey link like:
www.example.com/limesurvey/index.php/123456?lang=en
the panel provider adds the participant code like
www.example.com/limesurvey/index.php/123...ang=en&pcode=abcdefg
or
www.example.com/limesurvey/index.php/123...ng=en&ticket=abcdefg
.
This you have to ask and know.
This code you grab by panel integration ("Survey properties / General settings / Panel integration")
You said you did that. So you have it in this question and you use it like {question}.
Let's call it "pcode".
You saw that your link includes the result in the "tp" variable.
The only variable part is the "ticket". So I think this is the participant code.
Now you have three results:
1. completes:
This is what you enter in the end url of the survey
Let's assume ,"ticket" is the participant code.
So you just enter the variable you grabbed :
transit.example.com/transit/participation?tp=co_0&c=ok&ticket={pcode} (your question code)
2. Quotafull
For each quota you can create a specific end url.
In your case you just enter the quotafull link with the participant id.
transit.example.com/transit/participation?tp=qf_1&c=ok&ticket={pcode}
3. Screenouts
LS does not know screenouts.
You have to "fake" this with a quota with a value of "0".
So if you only interview people older than 18, you set a quota on the age question.
Set it to "0", meaning "I am going to interview 0 people younger than 18.
Again you enter the appropriate end url (here the screenout url:
transit.example.com/transit/participation?tp=fo_0&c=ok&ticket={pcode}
I attach a small sample.
You see the end url with two parameters (ID and result)
in the quota management you see two quotas:
One real quota and one which fakes the screenout.
Now it's up to you.
Best regards
Joffm