The status if over
tag allows a custom status to be set for those respondents who do not qualify for any open quota buckets.
set status
Z. Qver quota at QAGE
1. Please enter your age below.
type: integer
range: 1-120
AGE. Age quotas
type: quotas
status if over: Z
1. twenties {if $Q1 >= 20 and $Q1 <= 29}
2. thirties {if $Q1 >= 30 and $Q1 <= 39}
3. fourties {if $Q1 >= 40 and $Q1 <= 49}
4. fifties {if $Q1 >= 50 and $Q1 <= 59}
In the example above, the status of the respondent is set to "Z" rather than the default system-defined status of "Q."
Details
-
status if over
will accept a different system status or a custom status. - If using a custom status the description can be entered using
set status
widget. -
Regardless of the status set using
status if over
, the respondent will still set theoq
variable.
Comments
0 comments
Please sign in to leave a comment.