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

This commit is contained in:
Huong Nguyen
2024-02-20 12:29:31 +01:00
committed by Sara Arjona
parent 2eca6f3d5f
commit ae17dcde01
@@ -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;
}