61 $this->scoredPass = 0;
62 $this->answeredQuestions = 0;
63 $this->totalQuestions = 0;
64 $this->reachedPoints = 0.0;
65 $this->maxPoints = 0.0;
66 $this->passed =
false;
67 $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.