ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
|
Public Member Functions | |
__construct (private readonly int $question_id, private readonly int $number_of_answers=0, private readonly float $available_points=0.0, private readonly float $total_achieved_points=0.0,) | |
getQuestionId () | |
getNumberOfAnswers () | |
getAveragePoints () | |
getPercentageOfPointsAchieved () | |
Definition at line 23 of file PropertyAggregatedResults.php.
ILIAS\Test\Questions\Properties\PropertyAggregatedResults::__construct | ( | private readonly int | $question_id, |
private readonly int | $number_of_answers = 0 , |
||
private readonly float | $available_points = 0.0 , |
||
private readonly float | $total_achieved_points = 0.0 |
||
) |
Definition at line 25 of file PropertyAggregatedResults.php.
ILIAS\Test\Questions\Properties\PropertyAggregatedResults::getAveragePoints | ( | ) |
Definition at line 43 of file PropertyAggregatedResults.php.
ILIAS\Test\Questions\Properties\PropertyAggregatedResults::getNumberOfAnswers | ( | ) |
Definition at line 38 of file PropertyAggregatedResults.php.
ILIAS\Test\Questions\Properties\PropertyAggregatedResults::getPercentageOfPointsAchieved | ( | ) |
Definition at line 51 of file PropertyAggregatedResults.php.
ILIAS\Test\Questions\Properties\PropertyAggregatedResults::getQuestionId | ( | ) |
Implements ILIAS\Test\Questions\Properties\Property.
Definition at line 33 of file PropertyAggregatedResults.php.