mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 10:56:56 +02:00
MDL-76024 qtype calculated: Fix deprecation related to dynamic property
This commit is contained in:
parent
f406ea8b76
commit
e8d5dc93e0
1 changed files with 6 additions and 0 deletions
|
@ -35,4 +35,10 @@ class qtype_calculated_answer extends \qtype_numerical_answer {
|
||||||
|
|
||||||
/** @var int The format of the correct answer. */
|
/** @var int The format of the correct answer. */
|
||||||
public $correctanswerformat;
|
public $correctanswerformat;
|
||||||
|
|
||||||
|
/** @var int The max tolerance of the correct answer. */
|
||||||
|
public $max;
|
||||||
|
|
||||||
|
/** @var int The min tolerance of the correct answer. */
|
||||||
|
public $min;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue