The defer if none
and defer if over
tags override the default behavior of quotas to immediately redirect respondents if they do not qualify.
app config defer term: main_intro 1. Please enter your age below. type: integer range: 1-120 AGE. Age quotas type: quotas defer if none: main_intro
defer if over: main_intro 1. twenties {if $Q1 >= 20 and $Q1 <= 29} 2. thirties {if $Q1 >= 30 and $Q1 <= 39} 3. forties {if $Q1 >= 40 and $Q1 <= 49} 4. fifties {if $Q1 >= 50 and $Q1 <= 59} 2. What is your ZIP code?
type: uszip5 newpage: main_intro
show text: INTRO
text: Congratulations, you have qualified for our survey!
In the example above, any respondents who do not qualify for any quota bucket at QAGE, or who only qualify for a bucket that is full, will be asked Q2 before being redirected to the appropriate survey end.
Details
-
defer if none
defers the point at which a respondent's status is set to "Terminate" if they do not qualify for any quota bucket. -
defer if over
defers the point at which a respondent's status is set to "Over quota" if they do not qualify for any open quota bucket. -
defer if none
anddefer if over
can be used individually or together. - The
defer if none
termination point defined in theapp config
can be a label, page label, question, table, or group name. - Unlike
defer if none
,defer if over
does not require a termination point to be defined in theapp config
. -
defer if over
can be used in conjunction withstatusifover
.
Comments
0 comments
Please sign in to leave a comment.