|
| __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.
◆ __construct()
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 |
|
) |
| |
◆ getActiveId()
ILIAS\Test\Results\Data\AttemptResult::getActiveId |
( |
| ) |
|
◆ getAnsweredQuestions()
ILIAS\Test\Results\Data\AttemptResult::getAnsweredQuestions |
( |
| ) |
|
◆ getAttempt()
ILIAS\Test\Results\Data\AttemptResult::getAttempt |
( |
| ) |
|
◆ getExamId()
ILIAS\Test\Results\Data\AttemptResult::getExamId |
( |
| ) |
|
◆ getFinalizedBy()
ILIAS\Test\Results\Data\AttemptResult::getFinalizedBy |
( |
| ) |
|
◆ getMaxPoints()
ILIAS\Test\Results\Data\AttemptResult::getMaxPoints |
( |
| ) |
|
◆ getQuestionCount()
ILIAS\Test\Results\Data\AttemptResult::getQuestionCount |
( |
| ) |
|
◆ getReachedPoints()
ILIAS\Test\Results\Data\AttemptResult::getReachedPoints |
( |
| ) |
|
◆ getTimestamp()
ILIAS\Test\Results\Data\AttemptResult::getTimestamp |
( |
| ) |
|
◆ getWorkingTime()
ILIAS\Test\Results\Data\AttemptResult::getWorkingTime |
( |
| ) |
|
◆ withExamId()
ILIAS\Test\Results\Data\AttemptResult::withExamId |
( |
string |
$exam_id | ) |
|
◆ withMaxPoints()
ILIAS\Test\Results\Data\AttemptResult::withMaxPoints |
( |
float |
$max_points | ) |
|
◆ withQuestionCount()
ILIAS\Test\Results\Data\AttemptResult::withQuestionCount |
( |
int |
$question_count | ) |
|
◆ withTimestamp()
ILIAS\Test\Results\Data\AttemptResult::withTimestamp |
( |
int |
$timestamp = -1 | ) |
|
◆ withWorkingTime()
ILIAS\Test\Results\Data\AttemptResult::withWorkingTime |
( |
int |
$working_time | ) |
|
The documentation for this class was generated from the following file: