ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
Public Member Functions | |
__construct (private readonly int $test_obj_id, private readonly int $total_number_of_participants=0, private readonly int $total_number_of_participants_with_finished_attempts=0, private readonly int $total_number_of_participants_with_passing_result=0, private readonly int $average_time_on_task_with_finished_attempts=0, private readonly int $average_time_on_task_passed=0, private readonly int $rank_of_median=0, private readonly string $mark_of_median='', private readonly float $points_of_median=0, private readonly float $average_points_passed=0) | |
getTestObjId () | |
getAsDescriptiveListing (Language $lng, UIFactory $ui_factory) | |
Private Member Functions | |
buildHumanReadableTime (int $time) | |
Definition at line 27 of file TestOverview.php.
ILIAS\Test\Results\Data\TestOverview::__construct | ( | private readonly int | $test_obj_id, |
private readonly int | $total_number_of_participants = 0 , |
||
private readonly int | $total_number_of_participants_with_finished_attempts = 0 , |
||
private readonly int | $total_number_of_participants_with_passing_result = 0 , |
||
private readonly int | $average_time_on_task_with_finished_attempts = 0 , |
||
private readonly int | $average_time_on_task_passed = 0 , |
||
private readonly int | $rank_of_median = 0 , |
||
private readonly string | $mark_of_median = '' , |
||
private readonly float | $points_of_median = 0 , |
||
private readonly float | $average_points_passed = 0 |
||
) |
Definition at line 29 of file TestOverview.php.
|
private |
Definition at line 69 of file TestOverview.php.
Referenced by ILIAS\Test\Results\Data\TestOverview\getAsDescriptiveListing().
ILIAS\Test\Results\Data\TestOverview::getAsDescriptiveListing | ( | Language | $lng, |
UIFactory | $ui_factory | ||
) |
Definition at line 48 of file TestOverview.php.
References ILIAS\Test\Results\Data\TestOverview\buildHumanReadableTime(), and ILIAS\Language\Language\txt().
ILIAS\Test\Results\Data\TestOverview::getTestObjId | ( | ) |
Definition at line 43 of file TestOverview.php.