moodle/question
Meirza 6e4e0abad7 MDL-77328 qtype_multianswer: Refactor for PHP 8.2 compatibility
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.
2023-07-13 21:04:48 +10:00
..
amd MDL-77164 various: fix javascript AMD module name 2023-04-13 09:43:15 +01:00
bank MDL-78477 qbank_history: Fix and improve UI for edit menu delete option 2023-06-21 10:46:51 +01:00
behaviour MDL-78000 upgrade: add the 4.2.0 separation line to all upgrade scripts 2023-04-24 13:22:41 +08:00
classes Merge branch 'MDL-78488_402' of https://github.com/t-schroeder/moodle into MOODLE_402_STABLE 2023-07-06 11:17:19 +08:00
engine MDL-78025 questions: questions_in_use should check question_references 2023-04-26 15:36:56 +01:00
format MDL-77940 versions: bump all versions and requires near release 2023-04-18 18:08:09 +02:00
templates MDL-58945 qbank: showing q text should give option of plain or full 2023-02-22 11:15:02 +00:00
tests Merge branch 'MDL-78488_402' of https://github.com/t-schroeder/moodle into MOODLE_402_STABLE 2023-07-06 11:17:19 +08:00
type MDL-77328 qtype_multianswer: Refactor for PHP 8.2 compatibility 2023-07-13 21:04:48 +10:00
yui MDL-73915 js: Upgrade babel and eslint 2022-02-23 08:53:54 +08:00
category_class.php MDL-71679 mod_quiz: Updates for new qbank api 2021-10-04 15:44:25 +11:00
category_form.php MDL-71679 mod_quiz: Updates for new qbank api 2021-10-04 15:44:25 +11:00
edit.php MDL-76904 question: Keep question highlight in url 2023-01-31 16:33:32 +07:00
editlib.php MDL-58945 qbank: showing q text should give option of plain or full 2023-02-22 11:15:02 +00:00
export_form.php MDL-71679 mod_quiz: Updates for new qbank api 2021-10-04 15:44:25 +11:00
flags.js MDL-71305 core_question: Use toggle button for flag question element 2022-03-08 13:45:18 +11:00
format.php MDL-77299 question: Added class properties that are not declared. 2023-03-01 10:09:09 +07:00
import_form.php MDL-71679 mod_quiz: Updates for new qbank api 2021-10-04 15:44:25 +11:00
lib.php MDL-71696 core_question: class autoload changes 2022-02-03 22:22:50 +11:00
move_form.php MDL-71679 mod_quiz: Updates for new qbank api 2021-10-04 15:44:25 +11:00
previewlib.php MDL-71679 mod_quiz: Updates for new qbank api 2021-10-04 15:44:25 +11:00
qengine.js MDL-69164 Question: Convert question/qengine.js to AMD modules 2023-01-18 11:24:38 +07:00
renderer.php MDL-58945 qbank: showing q text should give option of plain or full 2023-02-22 11:15:02 +00:00
toggleflag.php
upgrade.php
upgrade.txt MDL-75576 quiz/question statistics: don't expire by time 2023-05-15 10:03:27 +01:00