Home
last modified time | relevance | path

Searched refs:source_questionpool (Results 1 – 20 of 20) sorted by relevance

/dports/www/ilias/ILIAS-5.4.25/Modules/TestQuestionPool/classes/
H A Dclass.assSingleChoice.php839 public function copyImages($question_id, $source_questionpool) argument
847 …$imagepath_original = str_replace("/$this->obj_id/", "/$source_questionpool/", $imagepath_original…
863 $source_questionpool,
877 $source_questionpool,
H A Dclass.assFlashQuestion.php349 protected function copyApplet($question_id, $source_questionpool) argument
353 …$flashpath_original = str_replace("/$this->obj_id/", "/$source_questionpool/", $flashpath_original…
H A Dclass.assJavaApplet.php457 public function copyApplet($question_id, $source_questionpool) argument
461 … $javapath_original = str_replace("/$this->obj_id/", "/$source_questionpool/", $javapath_original);
H A Dclass.ilObjQuestionPool.php1046 $source_questionpool = $row["obj_fi"];
1058 …$source_path = CLIENT_WEB_DIR . "/assessment/" . $source_questionpool . "/" . $question_object["qu…
1068 ilObjQuestionPool::_updateQuestionCount($source_questionpool);
H A Dclass.assImagemapQuestion.php334 public function copyImage($question_id, $source_questionpool) argument
338 …$imagepath_original = str_replace("/$this->obj_id/", "/$source_questionpool/", $imagepath_original…
H A Dclass.assMultipleChoice.php889 public function copyImages($question_id, $source_questionpool) argument
895 …$imagepath_original = str_replace("/$this->obj_id/", "/$source_questionpool/", $imagepath_original…
H A Dclass.assOrderingQuestion.php346 public function copyImages($question_id, $source_questionpool) argument
353 …$imagepath_original = str_replace("/$this->obj_id/", "/$source_questionpool/", $imagepath_original…
H A Dclass.assMatchingQuestion.php488 public function copyImages($question_id, $source_questionpool) argument
495 …$imagepath_original = str_replace("/$this->obj_id/", "/$source_questionpool/", $imagepath_original…
/dports/www/ilias6/ILIAS-6.14/Modules/TestQuestionPool/classes/
H A Dclass.assSingleChoice.php844 public function copyImages($question_id, $source_questionpool) argument
852 …$imagepath_original = str_replace("/$this->obj_id/", "/$source_questionpool/", $imagepath_original…
868 $source_questionpool,
882 $source_questionpool,
H A Dclass.assFlashQuestion.php355 protected function copyApplet($question_id, $source_questionpool) argument
359 …$flashpath_original = str_replace("/$this->obj_id/", "/$source_questionpool/", $flashpath_original…
H A Dclass.assJavaApplet.php463 public function copyApplet($question_id, $source_questionpool) argument
467 … $javapath_original = str_replace("/$this->obj_id/", "/$source_questionpool/", $javapath_original);
H A Dclass.ilObjQuestionPool.php1046 $source_questionpool = $row["obj_fi"];
1058 …$source_path = CLIENT_WEB_DIR . "/assessment/" . $source_questionpool . "/" . $question_object["qu…
1068 ilObjQuestionPool::_updateQuestionCount($source_questionpool);
H A Dclass.assImagemapQuestion.php334 public function copyImage($question_id, $source_questionpool) argument
338 …$imagepath_original = str_replace("/$this->obj_id/", "/$source_questionpool/", $imagepath_original…
H A Dclass.assMultipleChoice.php895 public function copyImages($question_id, $source_questionpool) argument
901 …$imagepath_original = str_replace("/$this->obj_id/", "/$source_questionpool/", $imagepath_original…
H A Dclass.assOrderingQuestion.php352 public function copyImages($question_id, $source_questionpool) argument
359 …$imagepath_original = str_replace("/$this->obj_id/", "/$source_questionpool/", $imagepath_original…
H A Dclass.assMatchingQuestion.php494 public function copyImages($question_id, $source_questionpool) argument
501 …$imagepath_original = str_replace("/$this->obj_id/", "/$source_questionpool/", $imagepath_original…
/dports/www/ilias/ILIAS-5.4.25/Modules/SurveyQuestionPool/classes/
H A Dclass.ilObjSurveyQuestionPool.php1056 $source_questionpool = $row["obj_fi"];
1057 if ($this->getId() != $source_questionpool) {
1066 …$source_path = CLIENT_WEB_DIR . "/survey/" . $source_questionpool . "/" . $question_object["questi…
H A Dclass.SurveyQuestion.php627 $source_questionpool = $this->getObjId();
/dports/www/ilias6/ILIAS-6.14/Modules/SurveyQuestionPool/classes/
H A Dclass.ilObjSurveyQuestionPool.php1015 $source_questionpool = $row["obj_fi"];
1016 if ($this->getId() != $source_questionpool) {
1025 …$source_path = CLIENT_WEB_DIR . "/survey/" . $source_questionpool . "/" . $question_object["questi…
/dports/www/ilias6/ILIAS-6.14/Modules/SurveyQuestionPool/Questions/
H A Dclass.SurveyQuestion.php627 $source_questionpool = $this->getObjId();