|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\Test\Results\Data\AttemptResult:Public Member Functions | |
| __construct (private int $active_id, private int $attempt_id, private float $max_points, private float $reached_points, private int $question_count, private int $answered_questions, private int $working_time, private int $timestamp, private string $exam_id, private string $finalized_by,) | |
| withMaxPoints (float $max_points) | |
| withQuestionCount (int $question_count) | |
| withWorkingTime (int $working_time) | |
| withExamId (string $exam_id) | |
| withTimestamp (int $timestamp=-1) | |
| getActiveId () | |
| getAttempt () | |
| getMaxPoints () | |
| getReachedPoints () | |
| getQuestionCount () | |
| getAnsweredQuestions () | |
| getWorkingTime () | |
| getTimestamp () | |
| getExamId () | |
| getFinalizedBy () | |
Definition at line 23 of file AttemptResult.php.
| ILIAS\Test\Results\Data\AttemptResult::__construct | ( | private int | $active_id, |
| private int | $attempt_id, | ||
| private float | $max_points, | ||
| private float | $reached_points, | ||
| private int | $question_count, | ||
| private int | $answered_questions, | ||
| private int | $working_time, | ||
| private int | $timestamp, | ||
| private string | $exam_id, | ||
| private string | $finalized_by | ||
| ) |
Definition at line 25 of file AttemptResult.php.
| ILIAS\Test\Results\Data\AttemptResult::getActiveId | ( | ) |
Definition at line 74 of file AttemptResult.php.
| ILIAS\Test\Results\Data\AttemptResult::getAnsweredQuestions | ( | ) |
Definition at line 99 of file AttemptResult.php.
| ILIAS\Test\Results\Data\AttemptResult::getAttempt | ( | ) |
Definition at line 79 of file AttemptResult.php.
| ILIAS\Test\Results\Data\AttemptResult::getExamId | ( | ) |
Definition at line 114 of file AttemptResult.php.
| ILIAS\Test\Results\Data\AttemptResult::getFinalizedBy | ( | ) |
Definition at line 119 of file AttemptResult.php.
| ILIAS\Test\Results\Data\AttemptResult::getMaxPoints | ( | ) |
Definition at line 84 of file AttemptResult.php.
| ILIAS\Test\Results\Data\AttemptResult::getQuestionCount | ( | ) |
Definition at line 94 of file AttemptResult.php.
| ILIAS\Test\Results\Data\AttemptResult::getReachedPoints | ( | ) |
Definition at line 89 of file AttemptResult.php.
| ILIAS\Test\Results\Data\AttemptResult::getTimestamp | ( | ) |
| ILIAS\Test\Results\Data\AttemptResult::getWorkingTime | ( | ) |
Definition at line 104 of file AttemptResult.php.
| ILIAS\Test\Results\Data\AttemptResult::withExamId | ( | string | $exam_id | ) |
Definition at line 60 of file AttemptResult.php.
| ILIAS\Test\Results\Data\AttemptResult::withMaxPoints | ( | float | $max_points | ) |
Definition at line 39 of file AttemptResult.php.
| ILIAS\Test\Results\Data\AttemptResult::withQuestionCount | ( | int | $question_count | ) |
Definition at line 46 of file AttemptResult.php.
| ILIAS\Test\Results\Data\AttemptResult::withTimestamp | ( | int | $timestamp = -1 | ) |
Definition at line 67 of file AttemptResult.php.
References $timestamp.
| ILIAS\Test\Results\Data\AttemptResult::withWorkingTime | ( | int | $working_time | ) |
Definition at line 53 of file AttemptResult.php.