Home
last modified time | relevance | path

Searched refs:getMatchingMark (Results 1 – 13 of 13) sorted by relevance

/dports/www/ilias/ILIAS-5.4.25/Services/Certificate/classes/Placeholder/Values/
H A Dclass.ilTestPlaceholderValues.php148 $mark_obj = $testObject->getMarkSchema()->getMatchingMark($percentage);
/dports/www/ilias/ILIAS-5.4.25/Modules/Test/classes/
H A Dclass.ilTestToplistGUI.php101 $mark = $this->object->mark_schema->getMatchingMark($pct);
H A Dclass.ilTestCertificateAdapter.php91 $mark_obj = $this->object->mark_schema->getMatchingMark($percentage);
H A Dclass.assMarkSchema.php295 public function getMatchingMark($percentage) function in ASS_MarkSchema
H A Dclass.ilTestExport.php457 $mark = $this->test_obj->mark_schema->getMatchingMark($pct);
911 $mark = $this->test_obj->mark_schema->getMatchingMark($pct);
H A Dclass.ilTestEvaluationGUI.php253 …$mark_obj = $this->object->getMarkSchema()->getMatchingMark($userdata->getReachedPointsInPercent()…
279 $mark = $this->object->getMarkSchema()->getMatchingMark($percentage);
467 $mark = $this->object->mark_schema->getMatchingMark($pct);
H A Dclass.ilObjTest.php4508 $mark_obj = $this->mark_schema->getMatchingMark($percentage);
4579 $mark = $this->mark_schema->getMatchingMark($percentage * 100.0);
5048 $mark = $this->mark_schema->getMatchingMark($percentage);
8001 $mark_obj = $this->mark_schema->getMatchingMark($percentvalue * 100);
/dports/www/ilias6/ILIAS-6.14/Modules/Test/classes/
H A Dclass.ilTestToplistGUI.php93 $mark = $this->object->mark_schema->getMatchingMark($pct);
H A Dclass.assMarkSchema.php295 public function getMatchingMark($percentage) function in ASS_MarkSchema
H A Dclass.ilTestExport.php457 $mark = $this->test_obj->mark_schema->getMatchingMark($pct);
911 $mark = $this->test_obj->mark_schema->getMatchingMark($pct);
H A Dclass.ilTestEvaluationGUI.php253 …$mark_obj = $this->object->getMarkSchema()->getMatchingMark($userdata->getReachedPointsInPercent()…
279 $mark = $this->object->getMarkSchema()->getMatchingMark($percentage);
470 $mark = $this->object->mark_schema->getMatchingMark($pct);
H A Dclass.ilObjTest.php4529 $mark_obj = $this->mark_schema->getMatchingMark($percentage);
4600 $mark = $this->mark_schema->getMatchingMark($percentage * 100.0);
5069 $mark = $this->mark_schema->getMatchingMark($percentage);
8029 $mark_obj = $this->mark_schema->getMatchingMark($percentvalue * 100);
/dports/www/ilias6/ILIAS-6.14/Services/Certificate/classes/Placeholder/Values/
H A Dclass.ilTestPlaceholderValues.php149 $mark_obj = $testObject->getMarkSchema()->getMatchingMark($percentage);