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