This commit is contained in:
Sara Arjona
2024-02-20 12:29:10 +01:00
@@ -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;
}