Home
last modified time | relevance | path

Searched refs:addMarkStep (Results 1 – 8 of 8) sorted by relevance

/dports/www/ilias/ILIAS-5.4.25/Modules/Test/classes/
H A Dclass.assMarkSchema.php59 … $this->addMarkStep($txt_failed_short, $txt_failed_official, $percentage_failed, $failed_passed);
60 … $this->addMarkStep($txt_passed_short, $txt_passed_official, $percentage_passed, $passed_passed);
74 public function addMarkStep($txt_short = "", $txt_official = "", $percentage = 0, $passed = 0) function in ASS_MarkSchema
210 …$this->addMarkStep($data["short_name"], $data["official_name"], $data["minimum_level"], $data["pas…
H A Dclass.ilMarkSchemaGUI.php99 protected function addMarkStep() function in ilMarkSchemaGUI
104 $this->object->getMarkSchema()->addMarkStep();
116 $this->object->getMarkSchema()->addMarkStep(
H A Dclass.ilObjTest.php6040 … $this->mark_schema->addMarkStep($mark_short, $mark_official, $mark_percentage, $mark_passed);
/dports/www/ilias6/ILIAS-6.14/Modules/Test/classes/
H A Dclass.assMarkSchema.php59 … $this->addMarkStep($txt_failed_short, $txt_failed_official, $percentage_failed, $failed_passed);
60 … $this->addMarkStep($txt_passed_short, $txt_passed_official, $percentage_passed, $passed_passed);
74 public function addMarkStep($txt_short = "", $txt_official = "", $percentage = 0, $passed = 0) function in ASS_MarkSchema
210 …$this->addMarkStep($data["short_name"], $data["official_name"], $data["minimum_level"], $data["pas…
H A Dclass.ilMarkSchemaGUI.php99 protected function addMarkStep() function in ilMarkSchemaGUI
104 $this->object->getMarkSchema()->addMarkStep();
116 $this->object->getMarkSchema()->addMarkStep(
H A Dclass.ilObjTest.php6064 … $this->mark_schema->addMarkStep($mark_short, $mark_official, $mark_percentage, $mark_passed);
/dports/www/ilias/ILIAS-5.4.25/Modules/Test/test/
H A DilassMarkSchemaTest.php229 $this->ass_mark_schema->addMarkStep();
/dports/www/ilias6/ILIAS-6.14/Modules/Test/test/
H A DilassMarkSchemaTest.php231 $this->ass_mark_schema->addMarkStep();