Compatibility: | IdSurvey 5 | IdSurvey 6 |
√ | √ |
The script hides the “Proceed Anyway” button that the interviewer displays in his CATI interface when a respondent is out of quota. Hiding this button, you will force the interviewer to terminate the interview.
By default, the interviewer can decide whether to proceed or terminate the interview.
Instructions
Copy this script on the global script editor you can enter by going to “Settings” > “Advanced” > “Edit script”.
<style>
#btn_quotafull_next{display:none;}
</style>