Searched defs:reached_points (Results 1 – 7 of 7) sorted by relevance
/dports/www/ilias/ILIAS-5.4.25/Modules/Test/interfaces/ |
H A D | interface.ilEctsGradesEnabled.php | 63 public function getECTSGrade($passed_array, $reached_points, $max_points); 71 …public static function _getECTSGrade($points_passed, $reached_points, $max_points, $a, $b, $c, $d,…
|
/dports/www/ilias6/ILIAS-6.14/Modules/Test/interfaces/ |
H A D | interface.ilEctsGradesEnabled.php | 63 public function getECTSGrade($passed_array, $reached_points, $max_points); 71 …public static function _getECTSGrade($points_passed, $reached_points, $max_points, $a, $b, $c, $d,…
|
/dports/www/ilias6/ILIAS-6.14/Modules/Test/classes/ |
H A D | class.ilTestScoringByQuestionsGUI.php | 566 …private function appendSolutionAndPointsToModal($tmp_tpl, $result_output, $reached_points, $max_po…
|
H A D | class.ilTestEvaluationPassData.php | 175 …public function addAnsweredQuestion($question_id, $max_points, $reached_points, $isAnswered, $sequ…
|
H A D | class.ilObjTest.php | 6845 public function getECTSGrade($passed_array, $reached_points, $max_points) 6853 …public static function _getECTSGrade($points_passed, $reached_points, $max_points, $a, $b, $c, $d,…
|
/dports/www/ilias/ILIAS-5.4.25/Modules/Test/classes/ |
H A D | class.ilTestEvaluationPassData.php | 175 …public function addAnsweredQuestion($question_id, $max_points, $reached_points, $isAnswered, $sequ…
|
H A D | class.ilObjTest.php | 6815 public function getECTSGrade($passed_array, $reached_points, $max_points) 6823 …public static function _getECTSGrade($points_passed, $reached_points, $max_points, $a, $b, $c, $d,…
|