74 $this->scoredPass = 0;
75 $this->answeredQuestions = 0;
76 $this->totalQuestions = 0;
77 $this->reachedPoints = 0.0;
78 $this->maxPoints = 0.0;
79 $this->passed =
false;
80 $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.