19 require_once
'./Modules/Test/classes/inc.AssessmentConstants.php';
52 string $short_name =
"",
53 string $official_name =
"",
54 float $minimum_level = 0,
69 $this->short_name = $data[
'short_name'];
70 $this->official_name = $data[
'short_name'];
71 $this->minimum_level = (float) $data[
'minimum_level'];
72 $this->passed = (
int) $data[
'passed'];
112 $minimum_level = (float) $minimum_level;
114 if (($minimum_level >= 0) && ($minimum_level <= 100)) {
117 throw new Exception(
'Markstep: minimum level must be between 0 and 100');
__unserialize(array $data)
Stephan Kergomard, 2023-11-08: We need an explicit __unserialize function here because of changes to ...
__construct(string $short_name="", string $official_name="", float $minimum_level=0, int $passed=0)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setOfficialName(string $official_name="")
float $minimum_level
The minimum percentage level reaching the mark.
setShortName(string $short_name="")
string $official_name
The official name of the mark, e.g.
int $passed
The passed status of the mark.
setMinimumLevel($minimum_level)
string $short_name
The short name of the mark, e.g.