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 =
'';
An exception for terminatinating execution or to throw for unit testing.
setScoredPass(int $scoredPass)
setReachedPoints(float $reachedPoints)
setTotalQuestions(int $totalQuestions)
setAnsweredQuestions(int $answeredQuestions)
setMaxPoints(float $maxPoints)
setActiveId(int $activeId)
__construct()
ilTestParticipantScoring constructor.
setFinalMark(string $finalMark)