survey_is_submit
Check if the questions end with a question type that is a submit button.
Every block is checked for possible submit actions by calling the notification
survey_is_submit.
Per default blocks of type survey_button and any block with an input_type
of submit are submit blocks. This behavior can be changed by hooking into
the survey_is_submit notification before or after the mod_survey handles it.