Home
last modified time | relevance | path

Searched refs:txt_official (Results 1 – 4 of 4) sorted by relevance

/dports/www/ilias/ILIAS-5.4.25/Modules/Test/test/
H A DilassMarkSchemaTest.php224 $txt_official = "";
241 $txt_official,
/dports/www/ilias/ILIAS-5.4.25/Modules/Test/classes/
H A Dclass.assMarkSchema.php70 * @param string $txt_official The official text of the mark.
74 public function addMarkStep($txt_short = "", $txt_official = "", $percentage = 0, $passed = 0) argument
77 $mark = new ASS_Mark($txt_short, $txt_official, $percentage, $passed);
/dports/www/ilias6/ILIAS-6.14/Modules/Test/classes/
H A Dclass.assMarkSchema.php70 * @param string $txt_official The official text of the mark.
74 public function addMarkStep($txt_short = "", $txt_official = "", $percentage = 0, $passed = 0) argument
77 $mark = new ASS_Mark($txt_short, $txt_official, $percentage, $passed);
/dports/www/ilias6/ILIAS-6.14/Modules/Test/test/
H A DilassMarkSchemaTest.php226 $txt_official = "";
243 $txt_official,