It is ok that those fields are on last page. The logic is also based on some values in the token table. It is working for them to see what they should see. The only thing not working is the quotas. But i guess i will try the expression method.
As far as I can see you want to display a page "notelig" to these not eligible respondents - after the quota.
But if you use the quota the survéy is terminated - and they don't see anything.
A relevance equation is the thing you use here.
This way you decide which message pages are displayed and you set the end-url by an question of type equation.
Furthermore it is not necessary to set the value of the two single questions by an equation.
Just use the equation without the assignment.
Joffm
Volunteers are not paid.
Not because they are worthless, but because they are priceless
Oh,
I didn't remember that you display "group by group".
Then the page "notelig" is displayed because of the relevance equation.
But a quota that works on submitting the survey is really ...
And the end-url you may set by micro-tayloring, like
{if([not eligible],"","https://ingram...dget?wid=C...w*#subject_id_number="+TOKEN)}
Joffm
Volunteers are not paid.
Not because they are worthless, but because they are priceless
you cannot expect that a comparison "eligible==1" will work correctly.
2. In your equation there are nested curly brackets. That's not possible.
See my example.
By the way: Did you try if "TOKEN" works. In my opinion you have to use "TOKEN:TOKEN"
Joffm
Volunteers are not paid.
Not because they are worthless, but because they are priceless