18 require_once
'./Services/Object/classes/class.ilObjectGUI.php';
19 require_once
'./Modules/TestQuestionPool/classes/class.assQuestionGUI.php';
20 require_once
'./Modules/TestQuestionPool/classes/class.ilObjQuestionPool.php';
21 require_once
'./Modules/TestQuestionPool/exceptions/class.ilTestQuestionPoolException.php';
22 require_once
'./Modules/Test/classes/inc.AssessmentConstants.php';
23 require_once
'./Modules/Test/classes/class.ilObjAssessmentFolder.php';
24 require_once
'./Modules/Test/classes/class.ilObjTest.php';
72 $ilCtrl = $DIC[
'ilCtrl'];
74 $lng->loadLanguageModule(
"assessment");
76 $this->error = $DIC[
'ilErr'];
77 $this->ctrl = &$ilCtrl;
78 $this->refinery = $DIC[
'refinery'];
80 $this->ctrl->saveParameter($this, array(
81 "ref_id",
"test_ref_id",
"calling_test",
"test_express_mode",
"q_id",
'tax_node',
'calling_consumer',
'consumer_context' 83 $this->ctrl->saveParameter($this,
"calling_consumer");
84 $this->ctrl->saveParameterByClass(
'ilAssQuestionPageGUI',
'calling_consumer');
85 $this->ctrl->saveParameterByClass(
'ilAssQuestionPageGUI',
'consumer_context');
86 $this->ctrl->saveParameterByClass(
'ilobjquestionpoolgui',
'calling_consumer');
87 $this->ctrl->saveParameterByClass(
'ilobjquestionpoolgui',
'consumer_context');
108 $ilLocator = $DIC[
'ilLocator'];
109 $ilAccess = $DIC[
'ilAccess'];
110 $ilNavigationHistory = $DIC[
'ilNavigationHistory'];
112 $ilCtrl = $DIC[
'ilCtrl'];
114 $ilTabs = $DIC[
'ilTabs'];
116 $ilDB = $DIC[
'ilDB'];
117 $ilPluginAdmin = $DIC[
'ilPluginAdmin'];
118 $ilias = $DIC[
'ilias'];
120 $writeAccess = $ilAccess->checkAccess(
"write",
"",
$_GET[
"ref_id"]);
122 if ((!$ilAccess->checkAccess(
"read",
"",
$_GET[
"ref_id"])) && (!$ilAccess->checkAccess(
"visible",
"",
$_GET[
"ref_id"]))) {
124 $ilias = $DIC[
'ilias'];
125 $ilias->raiseError($this->lng->txt(
"permission_denied"), $ilias->error_obj->MESSAGE);
130 $ilAccess->checkAccess(
"read",
"",
$_GET[
"ref_id"])) {
131 if (
'qpl' == $this->object->getType()) {
132 $ilNavigationHistory->addItem(
134 "ilias.php?baseClass=ilObjQuestionPoolGUI&cmd=questions&ref_id=" .
$_GET[
"ref_id"],
140 $cmd = $this->ctrl->getCmd(
"questions");
141 $next_class = $this->ctrl->getNextClass($this);
143 if (in_array($next_class, array(
'',
'ilobjquestionpoolgui')) && $cmd ==
'questions') {
149 $this->ctrl->setReturn($this,
"questions");
153 if (
$_GET[
"q_id"] < 1) {
154 $q_type = (
$_POST[
"sel_question_types"] !=
"")
155 ?
$_POST[
"sel_question_types"]
156 :
$_GET[
"sel_question_types"];
158 if ($cmd !=
"createQuestion" && $cmd !=
"createQuestionForTest" 159 && $next_class !=
"ilassquestionpagegui") {
160 if ((
$_GET[
"test_ref_id"] !=
"") or (
$_GET[
"calling_test"])) {
167 switch ($next_class) {
168 case "ilcommonactiondispatchergui":
169 include_once(
"Services/Object/classes/class.ilCommonActionDispatcherGUI.php");
171 $this->ctrl->forwardCommand($gui);
174 case 'ilobjectmetadatagui':
175 if (!$ilAccess->checkAccess(
'write',
'', $this->object->getRefId())) {
176 $ilErr->raiseError($this->lng->txt(
'permission_denied'),
$ilErr->WARNING);
178 include_once
'Services/Object/classes/class.ilObjectMetaDataGUI.php';
180 $this->ctrl->forwardCommand($md_gui);
183 case 'ilassquestionpreviewgui':
184 if (!$ilAccess->checkAccess(
'read',
'', $this->object->getRefId())) {
188 $this->ctrl->saveParameter($this,
"q_id");
201 $gui->initPreviewSettings($this->object->getRefId());
203 $gui->initHintTracking();
206 $ilHelp = $DIC[
'ilHelp'];
207 $ilHelp->setScreenIdComponent(
"qpl");
209 $this->ctrl->forwardCommand($gui);
212 case "ilassquestionpagegui":
213 if ($cmd ==
'finishEditing') {
214 $this->ctrl->redirectByClass(
'ilassquestionpreviewgui',
'show');
217 if ($cmd ===
'edit' && !$ilAccess->checkAccess(
'write',
'', $this->object->getRefId())) {
221 include_once(
"./Services/Style/Content/classes/class.ilObjStyleSheet.php");
222 $this->tpl->setCurrentBlock(
"ContentStyle");
224 $this->tpl->parseCurrentBlock();
227 $this->tpl->setCurrentBlock(
"SyntaxStyle");
229 $this->tpl->parseCurrentBlock();
231 include_once
"./Modules/TestQuestionPool/classes/class.assQuestionGUI.php";
234 $q_gui->setQuestionTabs();
235 $q_gui->outAdditionalOutput();
236 $q_gui->object->setObjId($this->object->getId());
238 $q_gui->setTargetGuiClass(null);
239 $q_gui->setQuestionActionCmd(null);
241 if ($this->object->getType() ==
'qpl') {
242 $q_gui->addHeaderAction();
245 $question = $q_gui->object;
247 if ($question->isInActiveTest()) {
252 $this->ctrl->saveParameter($this,
"q_id");
253 include_once(
"./Modules/TestQuestionPool/classes/class.ilAssQuestionPageGUI.php");
254 $this->lng->loadLanguageModule(
"content");
255 $this->ctrl->setReturnByClass(
"ilAssQuestionPageGUI",
"view");
256 $this->ctrl->setReturn($this,
"questions");
258 $page_gui->obj->addUpdateListener(
262 $page_gui->setEditPreview(
true);
263 $page_gui->setEnabledTabs(
false);
264 if (strlen($this->ctrl->getCmd()) == 0 && !isset(
$_POST[
"editImagemapForward_x"])) {
265 $this->ctrl->setCmdClass(get_class($page_gui));
266 $this->ctrl->setCmd(
"preview");
268 $page_gui->setQuestionHTML(array($q_gui->object->getId() => $q_gui->getPreview(
true)));
269 $page_gui->setTemplateTargetVar(
"ADM_CONTENT");
270 $page_gui->setOutputMode(
"edit");
271 $page_gui->setHeader($question->getTitle());
272 $page_gui->setPresentationTitle($question->getTitle());
273 $ret = $this->ctrl->forwardCommand($page_gui);
279 case 'ilpermissiongui':
280 include_once(
"Services/AccessControl/classes/class.ilPermissionGUI.php");
282 $ret = $this->ctrl->forwardCommand($perm_gui);
285 case 'ilobjectcopygui':
286 include_once
'./Services/Object/classes/class.ilObjectCopyGUI.php';
289 $this->ctrl->forwardCommand($cp);
292 case "ilquestionpoolexportgui":
293 require_once
'Modules/TestQuestionPool/classes/class.ilQuestionPoolExportGUI.php';
295 $exp_gui->addFormat(
'xml', $this->lng->txt(
'qpl_export_xml'));
296 $exp_gui->addFormat(
'xls', $this->lng->txt(
'qpl_export_excel'), $this,
'createExportExcel');
297 $ret = $this->ctrl->forwardCommand($exp_gui);
300 case "ilinfoscreengui":
304 case 'ilassquestionhintsgui':
305 if (!$ilAccess->checkAccess(
'write',
'', $this->object->getRefId())) {
309 $this->ctrl->setReturn($this,
"questions");
312 require_once
'Modules/TestQuestionPool/classes/class.assQuestionGUI.php';
314 $questionGUI->object->setObjId($this->object->getId());
315 $questionGUI->setQuestionTabs();
317 if ($questionGUI->object->isInActiveTest()) {
322 $ilHelp = $DIC[
'ilHelp'];
323 $ilHelp->setScreenIdComponent(
"qpl");
325 if ($this->object->getType() ==
'qpl' && $writeAccess) {
326 $questionGUI->addHeaderAction();
330 require_once
'Modules/TestQuestionPool/classes/class.ilAssQuestionHintsGUI.php';
333 $gui->setEditingEnabled(
334 $DIC->access()->checkAccess(
'write',
'', $this->object->getRefId())
337 $ilCtrl->forwardCommand($gui);
341 case 'illocalunitconfigurationgui':
342 if (!$ilAccess->checkAccess(
'write',
'', $this->object->getRefId())) {
343 $ilErr->raiseError($this->lng->txt(
'permission_denied'),
$ilErr->WARNING);
346 require_once
'Modules/TestQuestionPool/classes/class.assQuestionGUI.php';
348 $questionGUI->object->setObjId($this->object->getId());
349 $questionGUI->setQuestionTabs();
351 $this->ctrl->setReturn($this,
'questions');
353 require_once
'Modules/TestQuestionPool/classes/class.ilLocalUnitConfigurationGUI.php';
354 require_once
'Modules/TestQuestionPool/classes/class.ilUnitConfigurationRepository.php';
358 $ilCtrl->forwardCommand($gui);
361 case 'ilassquestionfeedbackeditinggui':
362 if (!$ilAccess->checkAccess(
'write',
'', $this->object->getRefId())) {
367 $this->ctrl->setReturn($this,
"questions");
370 require_once
'Modules/TestQuestionPool/classes/class.assQuestionGUI.php';
372 $questionGUI->object->setObjId($this->object->getId());
373 $questionGUI->setQuestionTabs();
375 if ($questionGUI->object->isInActiveTest()) {
380 $ilHelp = $DIC[
'ilHelp'];
381 $ilHelp->setScreenIdComponent(
"qpl");
383 if ($this->object->getType() ==
'qpl' && $writeAccess) {
384 $questionGUI->addHeaderAction();
388 require_once
'Modules/TestQuestionPool/classes/class.ilAssQuestionFeedbackEditingGUI.php';
390 $ilCtrl->forwardCommand($gui);
394 case 'ilobjquestionpoolsettingsgeneralgui':
395 require_once
'Modules/TestQuestionPool/classes/class.ilObjQuestionPoolSettingsGeneralGUI.php';
397 $this->ctrl->forwardCommand($gui);
400 case "ilobjtaxonomygui":
401 if (!$ilAccess->checkAccess(
'write',
'', $this->object->getRefId())) {
414 $forwarder->forward();
418 case 'ilquestionpoolskilladministrationgui':
420 require_once
'Modules/TestQuestionPool/classes/class.ilQuestionPoolSkillAdministrationGUI.php';
434 $this->ctrl->forwardCommand($gui);
438 case 'ilquestionbrowsertablegui':
442 case "ilobjquestionpoolgui":
445 if ($cmd ==
'questions') {
446 $this->ctrl->setParameter($this,
'q_id',
'');
450 $ret = $this->$cmd();
454 if (in_array($cmd, [
'editQuestion',
'save',
'suggestedsolution']) && !$ilAccess->checkAccess(
'write',
'', $this->object->getRefId())) {
458 if ($cmd ===
'assessment' &&
459 $this->object->getType() ===
'tst' &&
460 !$ilAccess->checkAccess(
'write',
'', $this->object->getRefId())) {
464 $this->ctrl->setReturn($this,
"questions");
465 include_once
"./Modules/TestQuestionPool/classes/class.assQuestionGUI.php";
468 $questionGUI->object->setObjId($this->object->getId());
470 if (in_array($cmd, [
'editQuestion',
'save',
'suggestedsolution']) && $questionGUI->object->isInActiveTest()) {
475 if ($this->object->getType() ==
'qpl') {
476 $questionGUI->setTaxonomyIds($this->object->getTaxonomyIds());
477 $this->
object->addQuestionChangeListeners($questionGUI->object);
479 $questionGUI->addHeaderAction();
482 $questionGUI->setQuestionTabs();
484 $ilHelp = $DIC[
'ilHelp'];
485 $ilHelp->setScreenIdComponent(
"qpl");
486 $ret = $this->ctrl->forwardCommand($questionGUI);
490 if (!(strtolower(
$_GET[
"baseClass"]) ==
"iladministrationgui" 491 || strtolower(
$_GET[
'baseClass']) ==
'ilrepositorygui')
493 $this->tpl->printToStdout();
501 $target_class = get_class($this->
object) .
"GUI";
502 $this->ctrl->setParameterByClass($target_class,
'ref_id', $this->ref_id);
503 $this->ctrl->redirectByClass($target_class);
513 $DIC->ctrl()->redirectByClass(
'ilQuestionPoolExportGUI');
521 $file = explode(
"_",
$_GET[
"file_id"]);
522 include_once(
"./Modules/File/classes/class.ilObjFile.php");
523 $fileObj =
new ilObjFile($file[count($file) - 1],
false);
524 $fileObj->sendFile();
533 include_once(
"./Modules/TestQuestionPool/classes/class.ilAssQuestionPageGUI.php");
535 $page_gui->showMediaFullscreen();
552 $_POST[
"filter_text"] =
"";
553 $_POST[
"sel_filter_type"] =
"";
562 include_once(
"./Modules/TestQuestionPool/classes/class.ilAssQuestionPage.php");
564 $pg_obj->send_paragraph(
$_GET[
"par_id"],
$_GET[
"downloadtitle"]);
573 $this->ctrl->setParameter($this,
'new_type', $_REQUEST[
'new_type']);
574 if ($_FILES[
"xmldoc"][
"error"] > UPLOAD_ERR_OK) {
576 if (!$questions_only) {
577 $this->ctrl->redirect($this,
'create');
582 include_once
"./Modules/TestQuestionPool/classes/class.ilObjQuestionPool.php";
587 $file = pathinfo($_FILES[
"xmldoc"][
"name"]);
589 $full_path = $basedir .
"/" . $_FILES[
"xmldoc"][
"name"];
591 if (strpos($file[
'filename'],
'qpl') ===
false 592 && strpos($file[
'filename'],
'qti') ===
false) {
593 $this->tpl->setOnScreenMessage(
'failure', $this->lng->txt(
'import_file_not_valid'),
true);
594 $cmd = $this->ctrl->getCmd() ===
'upload' ?
'importQuestions' :
'create';
595 $this->ctrl->redirect($this, $cmd);
600 $DIC[
'ilLog']->write(__METHOD__ .
": full path " . $full_path);
604 if (strcmp($_FILES[
"xmldoc"][
"type"],
"text/xml") == 0) {
605 $qti_file = $full_path;
612 $subdir = basename($file[
"basename"],
"." . $file[
"extension"]);
618 if (!file_exists($qti_file)) {
620 $this->tpl->setOnScreenMessage(
'failure', $this->lng->txt(
'cannot_find_xml'),
true);
621 $cmd = $this->ctrl->getCmd() ===
'upload' ?
'importQuestions' :
'create';
622 $this->ctrl->redirect($this, $cmd);
627 $result = $qtiParser->startParsing();
628 $founditems = &$qtiParser->getFoundItems();
629 if (count($founditems) == 0) {
636 if (!$questions_only) {
637 $this->ctrl->redirect($this,
'create');
644 foreach ($founditems as $item) {
645 if (strlen($item[
"type"])) {
652 if ($complete == 0) {
657 if (!$questions_only) {
658 $this->ctrl->redirect($this,
'create');
663 $_SESSION[
"qpl_import_xml_file"] = $xml_file;
664 $_SESSION[
"qpl_import_qti_file"] = $qti_file;
665 $_SESSION[
"qpl_import_subdir"] = $subdir;
667 $this->tpl->addBlockFile(
"ADM_CONTENT",
"adm_content",
"tpl.qpl_import_verification.html",
"Modules/TestQuestionPool");
669 require_once
'Modules/TestQuestionPool/classes/tables/class.ilQuestionPoolImportVerificationTableGUI.php';
673 foreach ($founditems as $item) {
675 'title' => $item[
'title'],
676 'ident' => $item[
'ident'],
679 include_once
"./Services/QTI/classes/class.ilQTIItem.php";
680 switch ($item[
"type"]) {
682 $type = $this->lng->txt(
"assClozeTest");
685 $type = $this->lng->txt(
"assImagemapQuestion");
688 $type = $this->lng->txt(
"assJavaApplet");
691 $type = $this->lng->txt(
"assMatchingQuestion");
694 $type = $this->lng->txt(
"assMultipleChoice");
697 $type = $this->lng->txt(
"assKprimChoice");
700 $type = $this->lng->txt(
"assLongMenu");
703 $type = $this->lng->txt(
"assSingleChoice");
706 $type = $this->lng->txt(
"assOrderingQuestion");
709 $type = $this->lng->txt(
"assTextQuestion");
712 $type = $this->lng->txt(
"assNumeric");
715 $type = $this->lng->txt(
"assTextSubset");
718 $type = $this->lng->txt($item[
"type"]);
722 if (strcmp(
$type,
"-" . $item[
"type"] .
"-") == 0) {
724 $ilPluginAdmin = $DIC[
'ilPluginAdmin'];
725 $pl_names = $ilPluginAdmin->getActivePluginsForSlot(
IL_COMP_MODULE,
"TestQuestionPool",
"qst");
726 foreach ($pl_names as $pl_name) {
728 if (strcmp($pl->getQuestionType(), $item[
"type"]) == 0) {
729 $type = $pl->getQuestionTypeTranslation();
734 $row[
'type'] =
$type;
738 $table->setData(
$rows);
740 if (is_file($xml_file)
741 && !$questions_only) {
742 $this->tpl->setCurrentBlock(
"import_qpl");
744 $fh = @fopen($xml_file,
"r");
745 $xml = @fread($fh, filesize($xml_file));
747 if (preg_match(
"/<ContentObject.*?MetaData.*?General.*?Title[^>]*?>([^<]*?)</",
$xml, $matches)) {
748 $this->tpl->setVariable(
"VALUE_NEW_QUESTIONPOOL", $matches[1]);
751 $this->tpl->setVariable(
"TEXT_CREATE_NEW_QUESTIONPOOL", $this->lng->txt(
"qpl_import_create_new_qpl"));
752 $this->tpl->parseCurrentBlock();
755 $this->tpl->setCurrentBlock(
"adm_content");
756 $this->tpl->setVariable(
"FOUND_QUESTIONS_INTRODUCTION", $this->lng->txt(
"qpl_import_verify_found_questions"));
757 if ($questions_only) {
758 $this->tpl->setVariable(
"VERIFICATION_HEADING", $this->lng->txt(
"import_questions_into_qpl"));
759 $this->tpl->setVariable(
"FORMACTION", $this->ctrl->getFormAction($this));
761 $this->tpl->setVariable(
"VERIFICATION_HEADING", $this->lng->txt(
"import_qpl"));
763 $this->ctrl->setParameter($this,
"new_type", $this->type);
764 $this->tpl->setVariable(
"FORMACTION", $this->ctrl->getFormAction($this));
767 $value_questions_only = 0;
768 if ($questions_only) {
769 $value_questions_only = 1;
771 $this->tpl->setVariable(
"VALUE_QUESTIONS_ONLY", $value_questions_only);
772 $this->tpl->setVariable(
"VERIFICATION_TABLE", $table->getHtml());
773 $this->tpl->setVariable(
"VERIFICATION_FORM_NAME", $table->getFormName());
775 $this->tpl->parseCurrentBlock();
787 if (
$_POST[
'questions_only'] == 1) {
789 $title = $this->
object->getTitle();
790 $description = $this->
object->getDescription();
792 include_once(
"./Modules/TestQuestionPool/classes/class.ilObjQuestionPool.php");
794 $newObj->setType(
$_GET[
"new_type"]);
795 $newObj->setTitle(
"dummy");
796 $newObj->setDescription(
"questionpool import");
797 $newObj->create(
true);
798 $newObj->createReference();
799 $newObj->putInTree(
$_GET[
"ref_id"]);
800 $newObj->setPermissions(
$_GET[
"ref_id"]);
802 $title =
$_POST[
'qpl_new'] ??
'';
805 if (is_file(
$_SESSION[
"qpl_import_dir"] .
'/' .
$_SESSION[
"qpl_import_subdir"] .
"/manifest.xml")) {
806 $_SESSION[
"qpl_import_idents"] =
$_POST[
"ident"];
808 $fileName = $_SESSION[
"qpl_import_subdir"] .
'.zip';
809 $fullPath = $_SESSION[
"qpl_import_dir"] .
'/' . $fileName;
811 include_once(
"./Services/Export/classes/class.ilImport.php");
813 $map = $imp->getMapping();
814 $map->addMapping(
"Modules/TestQuestionPool",
"qpl",
"new_id", $newObj->getId());
815 $imp->importObject($newObj, $fullPath, $fileName,
"qpl",
"Modules/TestQuestionPool",
true);
818 include_once
"./Services/QTI/classes/class.ilQTIParser.php";
820 $result = $qtiParser->startParsing();
822 if (strlen($_SESSION[
"qpl_import_xml_file"])) {
823 $contParser =
new ilQuestionPageParser($newObj, $_SESSION[
"qpl_import_xml_file"], $_SESSION[
"qpl_import_subdir"]);
824 $contParser->setQuestionMapping($qtiParser->getImportMapping());
825 $contParser->startParsing();
827 $newObj->fromXML($_SESSION[
"qpl_import_xml_file"]);
832 $newObj->setTitle($title);
835 if ($description !== null) {
836 $newObj->setDescription($description);
844 include_once
"./Services/Utilities/classes/class.ilUtil.php";
847 if (
$_POST[
"questions_only"] == 1) {
848 $this->ctrl->redirect($this,
"questions");
850 ilUtil::sendSuccess($this->lng->txt(
"object_imported"),
true);
852 "&baseClass=ilObjQuestionPoolGUI");
858 if (
$_POST[
"questions_only"] == 1) {
859 $this->ctrl->redirect($this,
"questions");
861 $this->ctrl->redirect($this,
"cancel");
870 $upload_valid =
true;
872 if ($form->checkInput()) {
874 $form->setValuesByPost();
878 $form->setValuesByPost();
892 $this->tpl->setContent($form->getHtml());
900 require_once
'Services/Form/classes/class.ilPropertyFormGUI.php';
902 $form->setTitle($this->lng->txt(
'import_question'));
903 $form->setFormAction($this->ctrl->getFormAction($this,
'upload'));
905 $file =
new ilFileInputGUI($this->lng->txt(
'select_file'),
'xmldoc');
907 $form->addItem($file);
909 $form->addCommandButton(
'upload', $this->lng->txt(
'upload'));
910 $form->addCommandButton(
'questions', $this->lng->txt(
'cancel'));
921 $addContEditMode =
$_POST[
'add_quest_cont_edit_mode'];
926 include_once
"./Modules/TestQuestionPool/classes/class.assQuestionGUI.php";
928 $this->
object->addQuestionChangeListeners($q_gui->object);
929 $q_gui->object->setObjId($this->object->getId());
930 $q_gui->object->setAdditionalContentEditingMode($addContEditMode);
931 $q_gui->object->createNewQuestion();
932 $this->ctrl->setParameterByClass(get_class($q_gui),
"q_id", $q_gui->object->getId());
933 $this->ctrl->setParameterByClass(get_class($q_gui),
"sel_question_types",
$_POST[
"sel_question_types"]);
934 $this->ctrl->redirectByClass(get_class($q_gui),
"editQuestion");
942 if (!$_REQUEST[
'q_id']) {
943 require_once
'Modules/Test/classes/class.ilObjAssessmentFolder.php';
945 $addContEditMode = $_REQUEST[
'add_quest_cont_edit_mode'];
950 include_once
"./Modules/TestQuestionPool/classes/class.assQuestionGUI.php";
952 $q_gui->object->setObjId($this->object->getId());
953 $q_gui->object->setAdditionalContentEditingMode($addContEditMode);
954 $q_gui->object->createNewQuestion();
956 $class = get_class($q_gui);
957 $qId = $q_gui->object->getId();
959 $class =
$_GET[
"sel_question_types"] .
'gui';
960 $qId = $_REQUEST[
'q_id'];
963 $this->ctrl->setParameterByClass($class,
"q_id", $qId);
964 $this->ctrl->setParameterByClass($class,
"sel_question_types", $_REQUEST[
"sel_question_types"]);
965 $this->ctrl->setParameterByClass($class,
"prev_qid", $_REQUEST[
"prev_qid"]);
967 $this->ctrl->redirectByClass($class,
"editQuestion");
977 ilUtil::sendSuccess($this->lng->txt(
"object_added"),
true);
980 "&baseClass=ilObjQuestionPoolGUI");
987 $this->editQuestionForm(
$type);
995 $questionIdsToDelete = isset(
$_POST[
'q_id']) ? (array)
$_POST[
'q_id'] : array();
996 if (0 === count($questionIdsToDelete) && isset(
$_GET[
'q_id'])) {
997 $questionIdsToDelete = array(
$_GET[
'q_id']);
1000 $questionIdsToDelete = array_filter(array_map(
'intval', $questionIdsToDelete));
1001 if (0 === count($questionIdsToDelete)) {
1003 $this->ctrl->redirect($this,
"questions");
1007 $deleteable_questions = &$this->
object->getDeleteableQuestionDetails($questionIdsToDelete);
1008 include_once
"./Modules/TestQuestionPool/classes/tables/class.ilQuestionBrowserTableGUI.php";
1011 $table_gui->setShowRowsSelector(
false);
1012 $table_gui->setLimit(PHP_INT_MAX);
1014 $table_gui->setData($deleteable_questions);
1015 $this->tpl->setVariable(
'ADM_CONTENT', $table_gui->getHTML());
1025 foreach (
$_POST[
"q_id"] as $key => $value) {
1026 $this->
object->deleteQuestion($value);
1027 $this->
object->cleanupClipboard($value);
1029 if (count(
$_POST[
"q_id"])) {
1030 ilUtil::sendSuccess($this->lng->txt(
"qpl_questions_deleted"),
true);
1033 $this->ctrl->setParameter($this,
'q_id',
'');
1035 $this->ctrl->redirect($this,
"questions");
1043 $this->ctrl->redirect($this,
"questions");
1052 if (array_key_exists(
'q_id',
$_POST) && is_array(
$_POST[
'q_id']) && count(
$_POST[
'q_id']) > 0) {
1053 include_once(
"./Modules/TestQuestionPool/classes/class.ilQuestionpoolExport.php");
1055 $export_file = $qpl_exp->buildExportFile();
1058 include_once
"./Services/Utilities/classes/class.ilUtil.php";
1064 $this->ctrl->redirect($this,
"questions");
1071 require_once
'Services/Taxonomy/classes/class.ilObjTaxonomy.php';
1074 include_once
"./Modules/TestQuestionPool/classes/tables/class.ilQuestionBrowserTableGUI.php";
1076 $table_gui->resetOffset();
1077 $table_gui->writeFilterToSession();
1088 return $this->rbacsystem->checkAccess(
'write', $this->
id);
1093 require_once
'Services/Taxonomy/classes/class.ilObjTaxonomy.php';
1096 include_once
"./Modules/TestQuestionPool/classes/tables/class.ilQuestionBrowserTableGUI.php";
1105 $table_gui->resetOffset();
1106 $table_gui->resetFilter();
1112 require_once
'Modules/TestQuestionPool/classes/questions/class.ilAssQuestionSkillAssignmentImportFails.php';
1116 $this->ctrl->redirect($this,
'infoScreen');
1126 $ilAccess = $DIC[
'ilAccess'];
1128 $ilCtrl = $DIC[
'ilCtrl'];
1129 $ilDB = $DIC[
'ilDB'];
1131 $ilPluginAdmin = $DIC[
'ilPluginAdmin'];
1133 if (!$ilAccess->checkAccess(
"read",
"",
$_GET[
'ref_id'])) {
1138 if (get_class($this->
object) ==
"ilObjTest") {
1139 if (
$_GET[
"calling_test"] > 0) {
1141 $q_id =
$_GET[
"q_id"];
1143 if ($_REQUEST[
'test_express_mode']) {
1145 ilUtil::redirect(
"ilias.php?ref_id=" .
$ref_id .
"&q_id=" . $q_id .
"&test_express_mode=1&cmd=showPage&cmdClass=iltestexpresspageobjectgui&baseClass=ilObjTestGUI");
1147 ilUtil::redirect(
"ilias.php?ref_id=" .
$ref_id .
"&test_express_mode=1&cmd=showPage&cmdClass=iltestexpresspageobjectgui&baseClass=ilObjTestGUI");
1153 } elseif (isset(
$_GET[
'calling_consumer']) && (
int)
$_GET[
'calling_consumer']) {
1154 $ref_id = (int) $_GET[
'calling_consumer'];
1157 ilUtil::redirect($consumer->getQuestionEditingFormBackTarget($_GET[
'consumer_context']));
1159 require_once
'Services/Link/classes/class.ilLink.php';
1163 $this->
object->purgeQuestions();
1167 require_once
'Modules/TestQuestionPool/classes/questions/class.ilAssQuestionSkillAssignmentImportFails.php';
1169 if ($qsaImportFails->failedImportsRegistered()) {
1170 require_once
'Services/UIComponent/Button/classes/class.ilLinkButton.php';
1172 $button->setUrl($this->ctrl->getLinkTarget($this,
'renoveImportFails'));
1173 $button->setCaption(
'ass_skl_import_fails_remove_btn');
1175 ilUtil::sendFailure($qsaImportFails->getFailedImportsMessage($this->lng) .
'<br />' . $button->render());
1178 require_once
'Services/Taxonomy/classes/class.ilObjTaxonomy.php';
1182 $table_gui->setPreventDoubleSubmission(
false);
1184 if (
$rbacsystem->checkAccess(
'write', $_GET[
'ref_id'])) {
1187 require_once
'Services/UIComponent/Button/classes/class.ilLinkButton.php';
1189 $btn->setCaption(
'ass_create_question');
1190 $btn->setUrl($this->ctrl->getLinkTarget($this,
'createQuestionForm'));
1191 $btn->setPrimary(
true);
1196 $btnImport->setCaption(
'import');
1197 $btnImport->setUrl($this->ctrl->getLinkTarget($this,
'importQuestions'));
1198 $toolbar->addButtonInstance($btnImport);
1200 if (array_key_exists(
"qpl_clipboard",
$_SESSION) && count(
$_SESSION[
'qpl_clipboard'])) {
1202 $btnPaste->setCaption(
'paste');
1203 $btnPaste->setUrl($this->ctrl->getLinkTarget($this,
'paste'));
1204 $toolbar->addButtonInstance($btnPaste);
1207 $this->tpl->setContent(
1208 $this->ctrl->getHTML(
$toolbar) . $this->ctrl->getHTML($table_gui)
1211 $this->tpl->setContent($this->ctrl->getHTML($table_gui));
1214 if ($this->object->getShowTaxonomies()) {
1215 $this->lng->loadLanguageModule(
'tax');
1217 require_once
'Services/Taxonomy/classes/class.ilTaxonomyExplorerGUI.php';
1219 foreach ($taxIds as $taxId) {
1220 if ($taxId != $this->object->getNavTaxonomyId()) {
1228 'ilobjquestionpoolgui',
1232 if (!$taxExp->handleCommand()) {
1233 $this->tpl->setLeftContent($taxExp->getHTML() .
" ");
1246 $qId = (int)
$_GET[
'q_id'];
1248 if ($this->object->checkQuestionParent($qId)) {
1258 $ilHelp = $DIC[
'ilHelp'];
1260 $ilHelp->setScreenId(
'assQuestions');
1263 $ilHelp->setSubScreenId(
'createQuestion_editMode');
1265 $ilHelp->setSubScreenId(
'createQuestion');
1270 $this->tpl->setContent($this->ctrl->getHTML($form));
1280 require_once(
"Services/Form/classes/class.ilPropertyFormGUI.php");
1282 $form->setTitle($this->lng->txt(
'ass_create_question'));
1283 $form->setFormAction($this->ctrl->getFormAction($this));
1288 foreach ($this->object->getQuestionTypes(
false,
true,
false) as $translation =>
$data) {
1289 $options[
$data[
'type_tag']] = $translation;
1292 require_once(
"Services/Form/classes/class.ilSelectInputGUI.php");
1294 $si->setOptions($options);
1297 $form->addItem(
$si);
1302 $ri =
new ilRadioGroupInputGUI($this->lng->txt(
"tst_add_quest_cont_edit_mode"),
"add_quest_cont_edit_mode");
1305 $this->lng->txt(
'tst_add_quest_cont_edit_mode_IPE'),
1308 $option_ipe->
setInfo($this->lng->txt(
'tst_add_quest_cont_edit_mode_IPE_info'));
1309 $ri->addOption($option_ipe);
1312 $this->lng->txt(
'tst_add_quest_cont_edit_mode_RTE'),
1315 $option_rte->
setInfo($this->lng->txt(
'tst_add_quest_cont_edit_mode_RTE_info'));
1316 $ri->addOption($option_rte);
1320 $form->addItem($ri,
true);
1324 $form->addItem($hi,
true);
1329 $form->addCommandButton(
'createQuestion', $this->lng->txt(
'create'));
1330 $form->addCommandButton(
'questions', $this->lng->txt(
'cancel'));
1338 public function printObject()
1344 $ilToolbar = $DIC[
'ilToolbar'];
1348 $ilToolbar->setFormAction($this->ctrl->getFormAction($this,
'print'));
1349 require_once
'Services/Form/classes/class.ilSelectInputGUI.php';
1351 $mode->setOptions(array(
1352 'overview' => $this->lng->txt(
'overview'),
1353 'detailed' => $this->lng->txt(
'detailed_output_solutions'),
1354 'detailed_printview' => $this->lng->txt(
'detailed_output_printview')
1356 $mode->setValue($output);
1358 $ilToolbar->setFormName(
'printviewOptions');
1359 $ilToolbar->addInputItem($mode,
true);
1360 $ilToolbar->addFormButton($this->lng->txt(
'submit'),
'print');
1362 include_once
"./Modules/TestQuestionPool/classes/tables/class.ilQuestionPoolPrintViewTableGUI.php";
1364 $data = $this->
object->getPrintviewQuestions();
1367 $totalPoints += $d[
'points'];
1369 $table_gui->setTotalPoints($totalPoints);
1370 $table_gui->initColumns();
1371 $table_gui->setData(
$data);
1372 $this->tpl->setContent($table_gui->getHTML());
1378 $this->update = $this->
object->update();
1379 ilUtil::sendSuccess($this->lng->txt(
"msg_obj_modified"),
true);
1387 if (array_key_exists(
"qpl_clipboard",
$_SESSION)) {
1388 if ($this->object->pasteFromClipboard()) {
1389 ilUtil::sendSuccess($this->lng->txt(
"qpl_paste_success"),
true);
1396 $this->ctrl->redirect($this,
"questions");
1404 if (isset(
$_POST[
"q_id"]) && is_array(
$_POST[
"q_id"]) && count(
$_POST[
"q_id"]) > 0) {
1405 foreach (
$_POST[
"q_id"] as $key => $value) {
1406 $this->
object->copyToClipboard($value);
1409 } elseif (isset(
$_GET[
'q_id']) &&
$_GET[
'q_id'] > 0) {
1410 $this->
object->copyToClipboard((
int)
$_GET[
'q_id']);
1415 $this->ctrl->redirect($this,
"questions");
1423 if (isset(
$_POST[
"q_id"]) && is_array(
$_POST[
"q_id"]) && count(
$_POST[
"q_id"]) > 0) {
1424 foreach (
$_POST[
"q_id"] as $key => $value) {
1425 $this->
object->moveToClipboard($value);
1428 } elseif (isset(
$_GET[
'q_id']) &&
$_GET[
'q_id'] > 0) {
1429 $this->
object->moveToClipboard((
int)
$_GET[
'q_id']);
1434 $this->ctrl->redirect($this,
"questions");
1442 include_once(
"./Modules/TestQuestionPool/classes/class.ilQuestionpoolExport.php");
1443 $question_ids = &$this->
object->getAllQuestionIds();
1445 $qpl_exp->buildExportFile();
1446 $this->ctrl->redirectByClass(
"ilquestionpoolexportgui",
"");
1466 $this->ctrl->redirectByClass(get_class($p_gui),
"show");
1471 include_once(
"Services/Form/classes/class.ilPropertyFormGUI.php");
1473 $form->setTarget(
"_top");
1474 $form->setFormAction($this->ctrl->getFormAction($this));
1475 $form->setTitle($this->lng->txt(
"import_qpl"));
1477 include_once(
"./Services/Form/classes/class.ilFileInputGUI.php");
1478 $fi =
new ilFileInputGUI($this->lng->txt(
"import_file"),
"xmldoc");
1480 $fi->setRequired(
true);
1481 $form->addItem($fi);
1483 $form->addCommandButton(
"importFile", $this->lng->txt(
"import"));
1484 $form->addCommandButton(
"cancel", $this->lng->txt(
"cancel"));
1494 if ($_REQUEST[
'new_type'] === null) {
1495 $this->tpl->setOnScreenMessage(
'failure', $this->lng->txt(
'import_file_not_valid'),
true);
1496 $this->ctrl->redirect($this,
'create');
1500 $this->tpl->setOnScreenMessage(
'failure', $this->lng->txt(
"no_create_permission"),
true);
1501 $this->ctrl->redirect($this,
'create');
1506 if ($form->checkInput()) {
1511 $this->tpl->setContent($form->getHTML());
1517 $ilLocator = $DIC[
'ilLocator'];
1518 switch ($this->ctrl->getCmd()) {
1524 $ilLocator->addItem($this->object->getTitle(), $this->ctrl->getLinkTarget($this,
""),
"",
$_GET[
"ref_id"]);
1527 if (
$_GET[
"q_id"] > 0) {
1528 include_once
"./Modules/TestQuestionPool/classes/class.assQuestionGUI.php";
1531 $q_gui->object->setObjId($this->object->getId());
1532 $title = $q_gui->object->getTitle();
1536 $ilLocator->addItem($title, $this->ctrl->getLinkTargetByClass(get_class($q_gui),
"editQuestion"));
1539 $this->ctrl->setParameter($this,
'q_id',
'');
1540 $this->ctrl->redirect($this);
1550 parent::setTitleAndDescription();
1551 if (
$_GET[
"q_id"] > 0) {
1552 include_once
"./Modules/TestQuestionPool/classes/class.assQuestionGUI.php";
1555 $q_gui->object->setObjId($this->object->getId());
1556 $title = $q_gui->object->getTitle();
1560 $this->tpl->setTitle(
1563 self::ALLOWED_TAGS_IN_TITLE_AND_DESCRIPTION
1566 $this->tpl->setDescription(
1567 $q_gui->object->getDescriptionForHTMLOutput()
1572 $this->ctrl->setParameter($this,
'q_id',
'');
1573 $this->ctrl->redirect($this);
1576 $this->tpl->setTitle(
1578 $this->object->getTitle(),
1579 self::ALLOWED_TAGS_IN_TITLE_AND_DESCRIPTION
1582 $this->tpl->setDescription(
1584 $this->object->getLongDescription(),
1585 self::ALLOWED_TAGS_IN_TITLE_AND_DESCRIPTION
1600 $ilHelp = $DIC[
'ilHelp'];
1602 $currentUserHasWriteAccess = $this->access->checkAccess(
"write",
"", $this->object->getRefId());
1603 $currentUserHasReadAccess = $this->access->checkAccess(
"read",
"", $this->object->getRefId());
1605 $ilHelp->setScreenIdComponent(
"qpl");
1607 $next_class = strtolower($this->ctrl->getNextClass());
1608 switch ($next_class) {
1610 case "ilpermissiongui":
1611 case "ilobjectmetadatagui":
1612 case "ilquestionpoolexportgui":
1613 case "ilquestionpoolskilladministrationgui":
1616 case 'ilobjtaxonomygui':
1617 case 'ilobjquestionpoolsettingsgeneralgui':
1619 if ($currentUserHasWriteAccess) {
1630 $force_active =
false;
1631 $commands =
$_POST[
"cmd"];
1632 if (is_array($commands)) {
1633 foreach ($commands as $key => $value) {
1634 if (preg_match(
"/^delete_.*/", $key, $matches) ||
1635 preg_match(
"/^addSelectGap_.*/", $key, $matches) ||
1636 preg_match(
"/^addTextGap_.*/", $key, $matches) ||
1637 preg_match(
"/^deleteImage_.*/", $key, $matches) ||
1638 preg_match(
"/^upload_.*/", $key, $matches) ||
1639 preg_match(
"/^addSuggestedSolution_.*/", $key, $matches)
1641 $force_active =
true;
1645 if (array_key_exists(
"imagemap_x",
$_POST)) {
1646 $force_active =
true;
1648 if (!$force_active) {
1649 $force_active = ((strtolower($this->ctrl->getCmdClass()) == strtolower(get_class($this)) || strlen($this->ctrl->getCmdClass()) == 0) &&
1650 $this->ctrl->getCmd() ==
"")
1655 if ($currentUserHasReadAccess) {
1656 $this->tabs_gui->addTarget(
1658 $this->ctrl->getLinkTarget($this,
"questions"),
1659 array(
"questions",
"filter",
"resetFilter",
"createQuestion",
1660 "importQuestions",
"deleteQuestions",
"filterQuestionBrowser",
1661 "view",
"preview",
"editQuestion",
"exec_pg",
1662 "addItem",
"upload",
"save",
"cancel",
"addSuggestedSolution",
1663 "cancelExplorer",
"linkChilds",
"removeSuggestedSolution",
1664 "add",
"addYesNo",
"addTrueFalse",
"createGaps",
"saveEdit",
1665 "setMediaMode",
"uploadingImage",
"uploadingImagemap",
"addArea",
1666 "deletearea",
"saveShape",
"back",
"addPair",
"uploadingJavaapplet",
1667 "addParameter",
"assessment",
"addGIT",
"addST",
"addPG",
"delete",
1668 "toggleGraphicalAnswers",
"deleteAnswer",
"deleteImage",
"removeJavaapplet"),
1674 if ($currentUserHasReadAccess || $this->access->checkAccess(
"visible",
"", $this->ref_id)) {
1675 $this->tabs_gui->addTarget(
1677 $this->ctrl->getLinkTarget($this,
"infoScreen"),
1678 array(
"infoScreen",
"showSummary")
1682 if ($currentUserHasWriteAccess) {
1684 $this->tabs_gui->addTarget(
1686 $this->ctrl->getLinkTargetByClass(
'ilObjQuestionPoolSettingsGeneralGUI'),
1688 array(
'ilObjQuestionPoolSettingsGeneralGUI',
'ilObjTaxonomyGUI')
1693 require_once
'Modules/TestQuestionPool/classes/class.ilAssQuestionSkillAssignmentsGUI.php';
1695 $link = $this->ctrl->getLinkTargetByClass(
1696 array(
'ilQuestionPoolSkillAdministrationGUI',
'ilAssQuestionSkillAssignmentsGUI'),
1700 $this->tabs_gui->addTarget(
'qpl_tab_competences', $link, array(), array());
1704 if ($currentUserHasReadAccess) {
1706 $this->tabs_gui->addTarget(
1708 $this->ctrl->getLinkTarget($this,
'print'),
1715 if ($currentUserHasWriteAccess) {
1719 $mdtab = $mdgui->getTab();
1721 $this->tabs_gui->addTarget(
1730 if ($currentUserHasWriteAccess) {
1731 $this->tabs_gui->addTarget(
1733 $this->ctrl->getLinkTargetByClass(
"ilquestionpoolexportgui",
""),
1735 "ilquestionpoolexportgui" 1739 if ($this->access->checkAccess(
"edit_permission",
"", $this->object->getRefId())) {
1740 $this->tabs_gui->addTarget(
1742 $this->ctrl->getLinkTargetByClass(array(get_class($this),
'ilpermissiongui'),
"perm"),
1743 array(
"perm",
"info",
"owner"),
1755 if (!$this->object->isSkillServiceEnabled()) {
1769 'qpl_settings_subtab_general',
1770 $this->ctrl->getLinkTargetByClass(
'ilObjQuestionPoolSettingsGeneralGUI'),
1772 'ilObjQuestionPoolSettingsGeneralGUI' 1776 'qpl_settings_subtab_taxonomies',
1777 $this->ctrl->getLinkTargetByClass(
'ilObjTaxonomyGUI',
'editAOTaxonomySettings'),
1790 $this->ctrl->setCmd(
"showSummary");
1791 $this->ctrl->setCmdClass(
"ilinfoscreengui");
1800 if (!$this->access->checkAccess(
"visible",
"", $this->ref_id)) {
1801 $this->error->raiseError($this->lng->txt(
"msg_no_perm_read"));
1804 include_once(
"./Services/InfoScreen/classes/class.ilInfoScreenGUI.php");
1806 $info->enablePrivateNotes();
1809 $info->addMetaDataSections($this->object->getId(), 0, $this->
object->getType());
1811 $this->ctrl->forwardCommand($info);
1822 public static function _goto($a_target)
1826 $ilAccess = $DIC[
'ilAccess'];
1829 $ctrl = $DIC[
'ilCtrl'];
1830 $main_tpl = $DIC[
'tpl'];
1832 if ($ilAccess->checkAccess(
"write",
"", (
int) $a_target)
1833 || $ilAccess->checkAccess(
'read',
'', (
int) $a_target)
1835 $target_class = ilObjQuestionPoolGUI::class;
1836 $target_cmd =
'questions';
1837 $ctrl->setParameterByClass($target_class,
'ref_id', $a_target);
1838 $ctrl->redirectByClass([ilRepositoryGUI::class, $target_class], $target_cmd);
1841 if ($ilAccess->checkAccess(
'visible',
"", $a_target)) {
1846 $main_tpl->setOnScreenMessage(
1849 $lng->txt(
"msg_no_perm_read_item"),
1872 $ilDB = $DIC[
'ilDB'];
1874 $ilPluginAdmin = $DIC[
'ilPluginAdmin'];
1877 include_once
"./Modules/TestQuestionPool/classes/tables/class.ilQuestionBrowserTableGUI.php";
1886 $table_gui->setEditable($writeAccess);
1893 $questionList->setParentObjId($this->object->getId());
1895 foreach ($table_gui->getFilterItems() as $item) {
1896 if (substr($item->getPostVar(), 0, strlen(
'tax_')) ==
'tax_') {
1897 $v = $item->getValue();
1899 if (is_array($v) && count($v) && !(
int) $v[0]) {
1903 $taxId = substr($item->getPostVar(), strlen(
'tax_'));
1905 $questionList->addTaxonomyFilter(
1908 $this->
object->getId(),
1909 $this->
object->getType()
1911 } elseif ($item->getValue() !==
false) {
1912 $questionList->addFieldFilter($item->getPostVar(), $item->getValue());
1916 if ($this->object->isNavTaxonomyActive() && (int)
$_GET[
'tax_node']) {
1917 require_once
'Services/Taxonomy/classes/class.ilTaxonomyTree.php';
1918 $taxTree =
new ilTaxonomyTree($this->object->getNavTaxonomyId());
1921 if ((
int)
$_GET[
'tax_node'] != $rootNodeId) {
1922 $questionList->addTaxonomyFilter(
1923 $this->object->getNavTaxonomyId(),
1924 array((
int)
$_GET[
'tax_node']),
1925 $this->
object->getId(),
1926 $this->
object->getType()
1931 $questionList->load();
1932 $data = $questionList->getQuestionDataArray();
1934 $table_gui->setQuestionData(
$data);
const MATCHING_QUESTION_IDENTIFIER
const MULTIPLE_CHOICE_QUESTION_IDENTIFIER
static getContentStylePath($a_style_id, $add_random=true, $add_token=true)
get content style path
const ADDITIONAL_CONTENT_EDITING_MODE_IPE
constant for additional content editing mode "pageobject"
executeCommand()
execute command
& createQuestionForTestObject()
create new question
This class represents an option in a radio group.
static getPluginObject(string $a_ctype, string $a_cname, string $a_slot_id, string $a_pname)
createQuestionFormObject()
addSubTabTarget( $a_text, $a_link, $a_cmd="", $a_cmdClass="", $a_frame="", $a_activate=false, $a_dir_text=false)
DEPRECATED.
Export User Interface Class.
renoveImportFailsObject()
static getUsageOfObject($a_obj_id, $a_include_titles=false)
Get usage of object.
copyObject()
copy one or more question objects to the clipboard
confirmDeleteQuestionsObject()
delete questions
GUI class for the workflow of copying objects.
infoScreenObject()
this one is called from the info button in the repository not very nice to set cmdClass/Cmd manually...
static getStyleSheetLocation($mode="output", $a_css_name="", $a_css_location="")
get full style sheet file name (path inclusive) of current user
filterObject()
set question list filter
Abstract basic class which is to be extended by the concrete assessment question type classes...
const KPRIM_CHOICE_QUESTION_IDENTIFIER
Taxonomy explorer GUI class.
static _getQuestionTypeName($type_tag)
Return the translation for a given question type tag.
static _gotoRepositoryRoot($a_raise_error=false)
Goto repository root.
const LONG_MENU_QUESTION_IDENTIFIER
Class ilUnitConfigurationRepository.
const TEXTSUBSET_QUESTION_IDENTIFIER
__construct()
Constructor public.
static _getIcon($a_obj_id="", $a_size="big", $a_type="", $a_offline=false)
static _lookupTitle($a_id)
lookup object title
getTabs()
adds tabs to tab gui object
download_paragraphObject()
download source code paragraph
setInfo($a_info)
Set Info.
filterQuestionBrowserObject()
exportObject()
Gateway for exports initiated from workspace, as there is a generic forward to {objTypeMainGUI}::expo...
const JAVAAPPLET_QUESTION_IDENTIFIER
resetQuestionBrowserObject()
static sendInfo($a_info="", $a_keep=false)
Send Info Message to Screen.
prepareOutput($a_show_subobjects=true)
prepare output
& editQuestionForTestObject()
edit question
importQuestionsObject(ilPropertyFormGUI $form=null)
display the import form to import questions into the questionpool
Export class for questionpools.
deleteQuestionsObject()
delete questions confirmation screen
deleteRegisteredImportFails()
const NUMERIC_QUESTION_IDENTIFIER
setTitleAndDescription()
called by prepare output
buildQuestionBrowserTableGUI($taxIds)
static _gotoRepositoryNode($a_ref_id, $a_cmd="frameset")
Goto repository root.
questionsObject()
list questions of question pool
static _getQuestionGUI($question_type, $question_id=-1)
Creates a question gui representation and returns the alias to the question gui note: please do not u...
static moveUploadedFile($a_file, $a_name, $a_target, $a_raise_errors=true, $a_mode="move_uploaded")
move uploaded file
Class ilObjectGUI Basic methods of all Output classes.
static _lookupObjId($a_id)
const ORDERING_QUESTION_IDENTIFIER
uploadQplObject($questions_only=false)
imports question(s) into the questionpool
downloadFileObject()
download file
cancelDeleteQuestionsObject()
Cancel question deletion.
Legacy Content Object Parser.
static _setImportDirectory($a_import_dir=null)
set import directory
static unzip(string $path_to_zip_file, bool $overwrite_existing=false, bool $unpack_flat=false)
addSettingsSubTabs(ilTabsGUI $tabs)
static stripSlashes($a_str, $a_strip_html=true, $a_allow="")
strip slashes if magic qoutes is enabled
static getSyntaxStylePath()
get syntax style path
importVerifiedFileObject()
imports question(s) into the questionpool (after verification)
static sendQuestion($a_info="", $a_keep=false)
Send Question to Screen.
const TEXT_QUESTION_IDENTIFIER
const EDIT_CONTEXT_AUTHORING
& createQuestionObject()
create new question
moveObject()
mark one or more question objects for moving
static sendFailure($a_info="", $a_keep=false)
Send Failure Message to Screen.
buildCreateQuestionForm()
Class ilQuestionPoolImportVerificationTableGUI.
fullscreenObject()
show fullscreen view
afterSave(ilObject $a_new_object)
save object public
fetchAuthoringQuestionIdParamater()
static isSkillManagementGloballyActivated()
__construct(Container $dic, ilPlugin $plugin)
const ADDITIONAL_CONTENT_EDITING_MODE_RTE
constant for additional content editing mode "default"
pasteObject()
paste questios from the clipboard into the question pool
initQuestion($questionId, $parentObjId)
static isAdditionalQuestionContentEditingModePageObjectEnabled()
returns the fact wether content editing with ilias page editor is enabled for questions or not ...
resetFilterObject()
resets filter
getCreationMode()
get creation mode
getRefId()
get reference id public
exportQuestionObject()
export question
static getInstanceByRefId($a_ref_id, $stop_on_error=true)
get an instance of an Ilias object by reference id
Class ilLocalUnitConfigurationGUI.
infoScreenForward()
show information screen
initImportForm($a_new_type)
New PermissionGUI (extends from old ilPermission2GUI) RBAC related output.
static _getImportDirectory()
get import directory of lm
redirectAfterMissingWrite()
importFileObject($parent_id=null, $a_catch_errors=true)
form for new questionpool object import
static redirect($a_script)
static _createImportDirectory()
creates data directory for import files (data_dir/qpl_data/qpl_<id>/import, depending on data directo...
const SINGLE_CHOICE_QUESTION_IDENTIFIER
static delDir($a_dir, $a_clean_only=false)
removes a dir and all its content (subdirs and files) recursively
checkPermissionBool($a_perm, $a_cmd="", $a_type="", $a_ref_id=null)
Check permission.
const RENDER_PURPOSE_PREVIEW
const CMD_SHOW_SKILL_QUEST_ASSIGNS
static _getLink($a_ref_id, $a_type='', $a_params=array(), $append="")
const CLOZE_TEST_IDENTIFIER
Question identifier constants.
uploadObject()
imports question(s) into the questionpool
static _setImportDirectory($a_import_dir=null)
set import directory
static getInstanceFromAjaxCall()
(Re-)Build instance from ajax call
for($i=6; $i< 13; $i++) for($i=1; $i< 13; $i++) $d
static deliverFile( $a_file, $a_filename, $a_mime='', $isInline=false, $removeAfterDelivery=false, $a_exit_after=true)
deliver file for download via browser.
const IMAGEMAP_QUESTION_IDENTIFIER
readRootId()
read root id from database