ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
|
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 AttemptSolutions.php.
ILIAS\Test\Results\Data\AttemptSolutions::__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 AttemptSolutions.php.
ILIAS\Test\Results\Data\AttemptSolutions::getActiveId | ( | ) |
Definition at line 35 of file AttemptSolutions.php.
ILIAS\Test\Results\Data\AttemptSolutions::getAttempt | ( | ) |
Definition at line 40 of file AttemptSolutions.php.
ILIAS\Test\Results\Data\AttemptSolutions::getQuestionResults | ( | ) |
Definition at line 48 of file AttemptSolutions.php.
Referenced by ILIAS\Test\Results\Presentation\AttemptResultsTable\__construct().