Home
last modified time | relevance | path

Searched refs:getReachedPoints (Results 1 – 25 of 42) sorted by relevance

12

/dports/www/ilias/ILIAS-5.4.25/Modules/Test/classes/
H A Dclass.ilTestGradingMessageBuilder.php136 $markMsg = str_replace("[reached]", $this->getReachedPoints(), $markMsg);
157 $percentage = $this->getReachedPoints() / $this->getMaxPoints();
163 private function getReachedPoints() function in ilTestGradingMessageBuilder
H A Dclass.ilTestParticipantScoring.php138 public function getReachedPoints() : float function in ilTestParticipantScoring
205 return $this->getReachedPoints() / $this->getMaxPoints();
H A Dclass.ilTestEvaluationUserData.php222 return $this->getReachedPoints($this->getScoredPass());
461 public function getReachedPoints($pass = 0) function in ilTestEvaluationUserData
465 $reached = $this->passes[$pass]->getReachedPoints();
488 $reached = $this->getReachedPoints($pass);
H A Dclass.ilTestEvaluationPassData.php120 public function getReachedPoints() function in ilTestEvaluationPassData
H A Dclass.ilTestParticipantList.php338 $row['reached_points'] = $participant->getScoring()->getReachedPoints();
H A Dclass.ilTestScoringByQuestionsGUI.php343 …is->lng->txt('part_received_a_of_b_points'), $question_gui->object->getReachedPoints($active_id, $…
H A Dclass.ilTestServiceGUI.php383 …his->lng->txt("tst_reached_points") . ": " . $question_gui->object->getReachedPoints($active_id, $…
736 …his->lng->txt("you_received_a_of_b_points"), $question_gui->object->getReachedPoints($active_id, $…
/dports/www/ilias6/ILIAS-6.14/Modules/Test/classes/
H A Dclass.ilTestGradingMessageBuilder.php136 $markMsg = str_replace("[reached]", $this->getReachedPoints(), $markMsg);
157 $percentage = $this->getReachedPoints() / $this->getMaxPoints();
163 private function getReachedPoints() function in ilTestGradingMessageBuilder
H A Dclass.ilTestParticipantScoring.php138 public function getReachedPoints() : float function in ilTestParticipantScoring
205 return $this->getReachedPoints() / $this->getMaxPoints();
H A Dclass.ilTestEvaluationUserData.php222 return $this->getReachedPoints($this->getScoredPass());
461 public function getReachedPoints($pass = 0) function in ilTestEvaluationUserData
465 $reached = $this->passes[$pass]->getReachedPoints();
488 $reached = $this->getReachedPoints($pass);
H A Dclass.ilTestEvaluationPassData.php120 public function getReachedPoints() function in ilTestEvaluationPassData
H A Dclass.ilTestScoringByQuestionsGUI.php380 $question_gui->object->getReachedPoints($active_id, $pass),
410 $question_gui->object->getReachedPoints($active_id, $pass),
H A Dclass.ilTestParticipantList.php338 $row['reached_points'] = $participant->getScoring()->getReachedPoints();
H A Dclass.ilTestServiceGUI.php384 …his->lng->txt("tst_reached_points") . ": " . $question_gui->object->getReachedPoints($active_id, $…
739 …his->lng->txt("you_received_a_of_b_points"), $question_gui->object->getReachedPoints($active_id, $…
/dports/www/ilias/ILIAS-5.4.25/Modules/TestQuestionPool/classes/questions/LogicalAnswerCompare/
H A DilAssLacCompositeEvaluator.php158 …$points = $answer->getReachedPoints($question->getVariables(), $question->getResults(), $result["v…
/dports/www/ilias6/ILIAS-6.14/Modules/TestQuestionPool/classes/questions/LogicalAnswerCompare/
H A DilAssLacCompositeEvaluator.php158 …$points = $answer->getReachedPoints($question->getVariables(), $question->getResults(), $result["v…
/dports/www/ilias/ILIAS-5.4.25/Modules/Course/classes/Objectives/
H A Dclass.ilLOTestQuestionAdapter.php393 …'DIC']['ilLog']->write(__METHOD__ . ': reached points are ' . $qst->getReachedPoints($session->get…
396 $qst->getReachedPoints($session->getActiveId(), $session->getPass())
/dports/www/ilias6/ILIAS-6.14/Modules/Course/classes/Objectives/
H A Dclass.ilLOTestQuestionAdapter.php393 …'DIC']['ilLog']->write(__METHOD__ . ': reached points are ' . $qst->getReachedPoints($session->get…
396 $qst->getReachedPoints($session->getActiveId(), $session->getPass())
/dports/www/ilias/ILIAS-5.4.25/Modules/TestQuestionPool/classes/
H A Dclass.assFlashQuestionGUI.php253 $reached_points = $this->object->getReachedPoints($active_id, $pass);
H A Dclass.assNumericGUI.php202 $reached_points = $this->object->getReachedPoints($active_id, $pass);
H A Dclass.assFormulaQuestion.php876 …$points += $result->getReachedPoints($this->getVariables(), $this->getResults(), $user_solution[$r…
891 $points += $result->getReachedPoints(
H A Dclass.assOrderingHorizontalGUI.php179 $reached_points = $this->object->getReachedPoints($active_id, $pass);
/dports/www/ilias6/ILIAS-6.14/Modules/TestQuestionPool/classes/
H A Dclass.assFlashQuestionGUI.php253 $reached_points = $this->object->getReachedPoints($active_id, $pass);
H A Dclass.assNumericGUI.php202 $reached_points = $this->object->getReachedPoints($active_id, $pass);
H A Dclass.assFormulaQuestion.php882 …$points += $result->getReachedPoints($this->getVariables(), $this->getResults(), $user_solution[$r…
897 $points += $result->getReachedPoints(

12