|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Class ParticipantResult is a model representation of an entry in the test_result_cache table. More...
Collaboration diagram for ILIAS\Test\Results\Data\ParticipantResult:Public Member Functions | |
| __construct (private int $active_id, private int $attempt, private float $max_points, private float $reached_points, private Mark $mark, private int $timestamp, private bool $passed_once,) | |
| withPassedOnce (bool $passed_once) | |
| getPercentage () | |
| getActiveId () | |
| getAttempt () | |
| getMaxPoints () | |
| getReachedPoints () | |
| getMark () | |
| getMarkOfficial () | |
| getMarkShort () | |
| isPassed () | |
| isFailed () | |
| getTimestamp () | |
| isPassedOnce () | |
Class ParticipantResult is a model representation of an entry in the test_result_cache table.
Definition at line 28 of file ParticipantResult.php.
| ILIAS\Test\Results\Data\ParticipantResult::__construct | ( | private int | $active_id, |
| private int | $attempt, | ||
| private float | $max_points, | ||
| private float | $reached_points, | ||
| private Mark | $mark, | ||
| private int | $timestamp, | ||
| private bool | $passed_once | ||
| ) |
Definition at line 30 of file ParticipantResult.php.
| ILIAS\Test\Results\Data\ParticipantResult::getActiveId | ( | ) |
Definition at line 53 of file ParticipantResult.php.
| ILIAS\Test\Results\Data\ParticipantResult::getAttempt | ( | ) |
Definition at line 58 of file ParticipantResult.php.
| ILIAS\Test\Results\Data\ParticipantResult::getMark | ( | ) |
Definition at line 73 of file ParticipantResult.php.
| ILIAS\Test\Results\Data\ParticipantResult::getMarkOfficial | ( | ) |
Definition at line 78 of file ParticipantResult.php.
| ILIAS\Test\Results\Data\ParticipantResult::getMarkShort | ( | ) |
Definition at line 83 of file ParticipantResult.php.
| ILIAS\Test\Results\Data\ParticipantResult::getMaxPoints | ( | ) |
Definition at line 63 of file ParticipantResult.php.
| ILIAS\Test\Results\Data\ParticipantResult::getPercentage | ( | ) |
Definition at line 48 of file ParticipantResult.php.
| ILIAS\Test\Results\Data\ParticipantResult::getReachedPoints | ( | ) |
Definition at line 68 of file ParticipantResult.php.
| ILIAS\Test\Results\Data\ParticipantResult::getTimestamp | ( | ) |
| ILIAS\Test\Results\Data\ParticipantResult::isFailed | ( | ) |
Definition at line 93 of file ParticipantResult.php.
| ILIAS\Test\Results\Data\ParticipantResult::isPassed | ( | ) |
Definition at line 88 of file ParticipantResult.php.
| ILIAS\Test\Results\Data\ParticipantResult::isPassedOnce | ( | ) |
Definition at line 103 of file ParticipantResult.php.
| ILIAS\Test\Results\Data\ParticipantResult::withPassedOnce | ( | bool | $passed_once | ) |
Definition at line 41 of file ParticipantResult.php.