Home
last modified time | relevance | path

Searched refs:a_tst_type (Results 1 – 6 of 6) sorted by relevance

/dports/www/ilias/ILIAS-5.4.25/Modules/Course/classes/Objectives/
H A Dclass.ilLORandomTestQuestionPools.php303 * @param int $a_tst_type
306 public static function deleteForObjectiveAndTestType($a_course_id, $a_objective_id, $a_tst_type) argument
313 'AND tst_type = ' . $db->quote($a_tst_type, 'integer');
H A Dclass.ilLOUserResults.php39 public static function lookupResult($a_course_obj_id, $a_user_id, $a_objective_id, $a_tst_type) argument
49 'AND type = ' . $ilDB->quote($a_tst_type, 'integer');
/dports/www/ilias6/ILIAS-6.14/Modules/Course/classes/Objectives/
H A Dclass.ilLORandomTestQuestionPools.php303 * @param int $a_tst_type
306 public static function deleteForObjectiveAndTestType($a_course_id, $a_objective_id, $a_tst_type) argument
313 'AND tst_type = ' . $db->quote($a_tst_type, 'integer');
H A Dclass.ilLOUserResults.php39 public static function lookupResult($a_course_obj_id, $a_user_id, $a_objective_id, $a_tst_type) argument
49 'AND type = ' . $ilDB->quote($a_tst_type, 'integer');
/dports/www/ilias/ILIAS-5.4.25/Modules/Course/classes/
H A Dclass.ilCourseObjectivesGUI.php987 protected function isRandomTestType($a_tst_type = 0) argument
989 if (!$a_tst_type) {
990 $a_tst_type = $this->test_type;
993 $tst_ref_id = $this->getSettings()->getTestByType($a_tst_type);
/dports/www/ilias6/ILIAS-6.14/Modules/Course/classes/
H A Dclass.ilCourseObjectivesGUI.php991 protected function isRandomTestType($a_tst_type = 0) argument
993 if (!$a_tst_type) {
994 $a_tst_type = $this->test_type;
997 $tst_ref_id = $this->getSettings()->getTestByType($a_tst_type);