|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\Test\Questions\Properties\PropertyAggregatedResults:
Collaboration diagram for ILIAS\Test\Questions\Properties\PropertyAggregatedResults: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 () | |
| getQuestionId () | |
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.