What do you need help with?

Hide “Proceed Anyway” for out of quota

< 1 min read

AI Doc Summarizer AI Summary

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>

Hide_Proceed_Anyway

What are your feelings
Table of contents