19 declare(strict_types=1);
76 $this->scoredPass = 0;
77 $this->answeredQuestions = 0;
78 $this->totalQuestions = 0;
79 $this->reachedPoints = 0.0;
80 $this->maxPoints = 0.0;
81 $this->passed =
false;
82 $this->finalMark =
'';
setScoredPass(int $scoredPass)
setMaxPoints(float $maxPoints)
setActiveId(int $activeId)
setAnsweredQuestions(int $answeredQuestions)
setFinalMark(string $finalMark)
setReachedPoints(float $reachedPoints)
setTotalQuestions(int $totalQuestions)
__construct()
ilTestParticipantScoring constructor.