mirror of
https://github.com/moodle/moodle.git
synced 2025-04-08 09:52:42 +02:00
This commit addresses compatibility issues in the qtype_multianswer question type. The following changes were made: - The usage of the undeclared property $maxmark on subquestions in qtype_multianswer was identified as problematic. To resolve this, the existing declared property $defaultmark is now being used for the same purpose. By switching to the declared property $defaultmark, compatibility with PHP 8.2 is ensured and the issue with the undeclared property is resolved.