Skip to content

Moodle 4.3 and Snap 4.3.4 (2024061702) #284

@TedMLC

Description

@TedMLC

The method in question is deprecated since Moodle 3.11 and should not be used. This is the method in the theme.
public function course_section_cm_completion($course, &$completioninfo, cm_info $mod, $displayoptions = []) {

And this is moodle 4.3
/** * @deprecated since Moodle 3.11 */ public function course_section_cm_completion() { throw new coding_exception(__FUNCTION__ . ' is deprecated. Use the activity_completion output component instead.'); }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions