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 status
widget 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
status
field 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 survey
widget to end the survey and assign a status or update it 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
startgroup: ATT_END_SURVEY
condition: anyChecked($Q1,2)
showtext: attention_check
text: Thanks for your responses!
end survey
status: E
endgroup: ATT_END_SURVEY
Comments
0 comments
Please sign in to leave a comment.