MDL-76024 qtype calculated: Fix deprecation related to dynamic property

This commit is contained in:
Huong Nguyen
2024-02-20 12:29:48 +01:00
committed by Sara Arjona
parent d6fc90e1d8
commit c22b8986ba
@@ -35,4 +35,10 @@ class qtype_calculated_answer extends \qtype_numerical_answer {
/** @var int The format of the correct answer. */
public $correctanswerformat;
/** @var int The max tolerance of the correct answer. */
public $max;
/** @var int The min tolerance of the correct answer. */
public $min;
}