ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
Public Member Functions | |
__construct (private readonly int $active_id, private readonly int $attempt_id, private readonly array $question_results) | |
getActiveId () | |
getAttempt () | |
getQuestionResults () | |
Definition at line 23 of file AttemptResult.php.
ILIAS\Test\Results\Data\AttemptResult::__construct | ( | private readonly int | $active_id, |
private readonly int | $attempt_id, | ||
private readonly array | $question_results | ||
) |
array<QuestionResult> | $question_results |
Definition at line 28 of file AttemptResult.php.
ILIAS\Test\Results\Data\AttemptResult::getActiveId | ( | ) |
Definition at line 35 of file AttemptResult.php.
ILIAS\Test\Results\Data\AttemptResult::getAttempt | ( | ) |
Definition at line 40 of file AttemptResult.php.
ILIAS\Test\Results\Data\AttemptResult::getQuestionResults | ( | ) |
Definition at line 48 of file AttemptResult.php.
Referenced by ILIAS\Test\Results\Presentation\AttemptResultsTable\__construct().