There are several predefined statuses available for use in your survey. You can define additional statuses by using the set status widget in the survey code.
set status
H. Holding
K. Repeat Respondent
R. Removed
Z. Rep Over Quota [ CLICK-BALANCING ]
Details
- To define custom statuses insert the
set statuswidget before the survey content begins. - Each status should be on a new line with a single uppercase letter ID, a period, and a description.
- Check the list of system-defined statuses to avoid using reserved letters.
- Custom and predefined statuses are stored in the
statusfield in the data. - Custom statuses appear in the Status tile once their base size exceeds zero.
- While predefined statuses are handled automatically, you can use the
end surveywidget to end the survey and assign a status. You can also update statuses manually via the Change Status, Advanced Update, or Add Data applets.
Additional examples
Using the 'end survey' widget
set status
E. Review cheaters
1. What color is the sky?
type: radio
1. Blue
2. Red
start group: ATT_END_SURVEY
condition: anyChecked($Q1,2)
show text: attention_check
text: Thanks for your responses!
end survey
status: E
end group: ATT_END_SURVEY
Comments
0 comments
Please sign in to leave a comment.