Well, yes and no.
It depends what you want to do. Quotas make only sense if you want to stop the survey directly after that question were they answer "yes" to.
So you would need to explain a little bit more.
Additionally, I would want participants who answer yes to a certain question to be forwarded to the registration of another survey *at the end of the survey.*
This would indicate to me that you want all respondents to make it to the end of the survey, no matter if they said "yes" or "no" in that particular question.
For those that did say "yes" you want to redirect them to a registration for another survey.
However, your description is confusing, because it sounds that everyone should go to ENDURL 1 and then those that said "yes" ALSO to ENDURL 2, this won't work. You can redirect them only to one ENDURL each.
But you can use expressions in the ENDURL field, where you could do something like this:
Code:
{if(Qx=="Y", "https://endurl2.com", "https://endurl1.com")}
So if the answer to the question Qx is "Y", the Endurl would be
endurl2.com
(e.g. for the registration form) and if not, then it would go to the normal Endurl
endurl1.com