/dports/www/ilias/ILIAS-5.4.25/Modules/Test/classes/ |
H A D | class.ilTestGradingMessageBuilder.php | 136 $markMsg = str_replace("[reached]", $this->getReachedPoints(), $markMsg); 157 $percentage = $this->getReachedPoints() / $this->getMaxPoints(); 163 private function getReachedPoints() function in ilTestGradingMessageBuilder
|
H A D | class.ilTestParticipantScoring.php | 138 public function getReachedPoints() : float function in ilTestParticipantScoring 205 return $this->getReachedPoints() / $this->getMaxPoints();
|
H A D | class.ilTestEvaluationUserData.php | 222 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 D | class.ilTestEvaluationPassData.php | 120 public function getReachedPoints() function in ilTestEvaluationPassData
|
H A D | class.ilTestParticipantList.php | 338 $row['reached_points'] = $participant->getScoring()->getReachedPoints();
|
H A D | class.ilTestScoringByQuestionsGUI.php | 343 …is->lng->txt('part_received_a_of_b_points'), $question_gui->object->getReachedPoints($active_id, $…
|
H A D | class.ilTestServiceGUI.php | 383 …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 D | class.ilTestGradingMessageBuilder.php | 136 $markMsg = str_replace("[reached]", $this->getReachedPoints(), $markMsg); 157 $percentage = $this->getReachedPoints() / $this->getMaxPoints(); 163 private function getReachedPoints() function in ilTestGradingMessageBuilder
|
H A D | class.ilTestParticipantScoring.php | 138 public function getReachedPoints() : float function in ilTestParticipantScoring 205 return $this->getReachedPoints() / $this->getMaxPoints();
|
H A D | class.ilTestEvaluationUserData.php | 222 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 D | class.ilTestEvaluationPassData.php | 120 public function getReachedPoints() function in ilTestEvaluationPassData
|
H A D | class.ilTestScoringByQuestionsGUI.php | 380 $question_gui->object->getReachedPoints($active_id, $pass), 410 $question_gui->object->getReachedPoints($active_id, $pass),
|
H A D | class.ilTestParticipantList.php | 338 $row['reached_points'] = $participant->getScoring()->getReachedPoints();
|
H A D | class.ilTestServiceGUI.php | 384 …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 D | ilAssLacCompositeEvaluator.php | 158 …$points = $answer->getReachedPoints($question->getVariables(), $question->getResults(), $result["v…
|
/dports/www/ilias6/ILIAS-6.14/Modules/TestQuestionPool/classes/questions/LogicalAnswerCompare/ |
H A D | ilAssLacCompositeEvaluator.php | 158 …$points = $answer->getReachedPoints($question->getVariables(), $question->getResults(), $result["v…
|
/dports/www/ilias/ILIAS-5.4.25/Modules/Course/classes/Objectives/ |
H A D | class.ilLOTestQuestionAdapter.php | 393 …'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 D | class.ilLOTestQuestionAdapter.php | 393 …'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 D | class.assFlashQuestionGUI.php | 253 $reached_points = $this->object->getReachedPoints($active_id, $pass);
|
H A D | class.assNumericGUI.php | 202 $reached_points = $this->object->getReachedPoints($active_id, $pass);
|
H A D | class.assFormulaQuestion.php | 876 …$points += $result->getReachedPoints($this->getVariables(), $this->getResults(), $user_solution[$r… 891 $points += $result->getReachedPoints(
|
H A D | class.assOrderingHorizontalGUI.php | 179 $reached_points = $this->object->getReachedPoints($active_id, $pass);
|
/dports/www/ilias6/ILIAS-6.14/Modules/TestQuestionPool/classes/ |
H A D | class.assFlashQuestionGUI.php | 253 $reached_points = $this->object->getReachedPoints($active_id, $pass);
|
H A D | class.assNumericGUI.php | 202 $reached_points = $this->object->getReachedPoints($active_id, $pass);
|
H A D | class.assFormulaQuestion.php | 882 …$points += $result->getReachedPoints($this->getVariables(), $this->getResults(), $user_solution[$r… 897 $points += $result->getReachedPoints(
|