When a respondent is terminated, the software routes them to any page, label, or group with the name or value of 'term'. If a 'term' page, label, or group does not exist in the survey source, the system creates a page labeled 'term' automatically.
Alternatively, the end survey
widget can also be used to end the survey for a respondent. It assigns respondents a final status and can optionally redirect them to a different website or show a customized termination message.
Final termination message
When a respondent is terminated, the respondent will see the following termination message on screen: "Thank you for your interest in this study. However, the survey is closed and no longer accepting new responses."
You can modify the termination message in the survey's app config
or by using the end survey
widget.
Customizing final message via 'app config'
Add the message FINALMESSAGE_T
tag to the app config
widget in the survey source and insert your custom message.
app config message FINALMESSAGE_T: Thank you for your time. You will not be asked to complete the full survey.
Customizing final message via 'end survey'
You can also add the message
tag to the end survey
widget to show a custom message to respondents as shown below.
set status V. Attention Checks 1. What color is the sky? type: radio 1. blue 2. red start group: ATT_END_SURVEY condition: anyChecked($Q1,2) endsurvey status: V message: You will not be asked to complete the full survey. Thank you for your time. end group: ATT_END_SURVEY ... survey continues here
Comments
0 comments
Please sign in to leave a comment.