. /** * List of deprecated mod_survey functions. * * @package mod_survey * @copyright 2021 Shamim Rezaie * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ /** * @deprecated since Moodle 3.11 */ function survey_get_completion_state() { $completionclass = \mod_survey\completion\custom_completion::class; throw new coding_exception(__FUNCTION__ . "() has been removed, please use the '{$completionclass}' class instead"); }