In this article
13 May 2025
Platform | Version |
Windows | 2025.5.4 |
Android | 2025.5.2 |
Improvements
Prevent Closing App if Respondent is in Progress
The CAPI for Windows application can be closed by selecting the top right “X” icon. However, because it is very close to the in-app kabob menu, it can be mistakenly selected by interviewers.
The respondent in progress is cancelled when the app is closed.
Starting in this release, if the app is attempting to be closed but a respondent is in progress, a dialog will appear preventing the app from closing
Option to Disable Description Text Requirement When Postponing Interview
When selecting menu > Pause Interview, the Postpone Interview dialog displays a text field to allow the interviewer to provide a reason for postponing the interview. In some situation this may not be required. To disable the description field from being required, add the following to your survey:
SetSurveyDeviceVariable("__systemPostponeMenuReasonRequired","false")
The default description text applied to the respondent will be “postponed”
Disable Pause Interview Menu Item
To prevent interviewers from selecting menu > Pause Interview, apply the following to your survey:
SetSurveyDeviceVariable("__systemShowPostponeMenu","false")
This can be changed at any time during the survey.