Skip survey header

disqualify

Page One

This script disqualifies respondents if they answer "No" to the question "Are you interested in learning more about our financial advising services?" and only answer a total of 2 questions.

Example Script
 
%%interest = sgapiGetValue(13);
%%numberAnswered = sgapiQuestionsAnsweredOnPage(1);

if (%%interest == "No" && %%numberAnswered < 3)
{
    sgapiDisqualify("You have been disqualified.");
}

Page One

1. Do you have a home loan?
2. Do you have a car loan?
3. Do you have school loans?
4. Do you have any personal loans?
5. Do you have credit cards?
6. Are you interested in learning more about our financial advising services?