moodleou / moodle-qtype_oumultiresponse

A multiple-choice, multiple response question type for Moodle, with particular scoring rules.
12 stars 20 forks source link

PHP 8.2 Warning issued #14

Closed rezeau closed 6 months ago

rezeau commented 6 months ago

Deprecated: Creation of dynamic property qbank_previewquestion\question_preview_options::$suppresschoicefeedback is deprecated in MOODLESITE\question\type\oumultiresponse\questiontype.php on line 408

timhunt commented 6 months ago

@rezeau I have finally had time to think about this, and worked out a plan. It requires a core change. You probably want to watch https://tracker.moodle.org/browse/MDL-81039

timhunt commented 6 months ago

@rezeau and then https://github.com/moodleou/moodle-qtype_oumultiresponse/commit/a0c426fcf6b90c886c26e4f7eeb774f6b47bddc2 is the kind of change you need in your plugin to work with that once it is in Moodle core, while also supporting older Moodle versions.