4 require_once
'./Services/Object/classes/class.ilObjectGUI.php';
5 require_once
'./Modules/TestQuestionPool/classes/class.assQuestionGUI.php';
6 require_once
'./Modules/TestQuestionPool/classes/class.ilObjQuestionPool.php';
7 require_once
'./Modules/TestQuestionPool/exceptions/class.ilTestQuestionPoolException.php';
8 require_once
'./Modules/Test/classes/inc.AssessmentConstants.php';
9 require_once
'./Modules/Test/classes/class.ilObjAssessmentFolder.php';
10 require_once
'./Modules/Test/classes/class.ilObjTest.php';
55 $lng->loadLanguageModule(
"assessment");
57 $this->error = $DIC[
'ilErr'];
60 $this->ctrl->saveParameter($this, array(
61 "ref_id",
"test_ref_id",
"calling_test",
"test_express_mode",
"q_id",
'tax_node',
'calling_consumer',
'consumer_context' 63 $this->ctrl->saveParameter($this,
"calling_consumer");
64 $this->ctrl->saveParameterByClass(
'ilAssQuestionPageGUI',
'calling_consumer');
65 $this->ctrl->saveParameterByClass(
'ilAssQuestionPageGUI',
'consumer_context');
66 $this->ctrl->saveParameterByClass(
'ilobjquestionpoolgui',
'calling_consumer');
67 $this->ctrl->saveParameterByClass(
'ilobjquestionpoolgui',
'consumer_context');
88 $ilLocator = $DIC[
'ilLocator'];
89 $ilAccess = $DIC[
'ilAccess'];
90 $ilNavigationHistory = $DIC[
'ilNavigationHistory'];
94 $ilTabs = $DIC[
'ilTabs'];
97 $ilPluginAdmin = $DIC[
'ilPluginAdmin'];
98 $ilias = $DIC[
'ilias'];
100 $writeAccess = $ilAccess->checkAccess(
"write",
"",
$_GET[
"ref_id"]);
102 if ((!$ilAccess->checkAccess(
"read",
"",
$_GET[
"ref_id"])) && (!$ilAccess->checkAccess(
"visible",
"",
$_GET[
"ref_id"]))) {
104 $ilias = $DIC[
'ilias'];
105 $ilias->raiseError($this->lng->txt(
"permission_denied"), $ilias->error_obj->MESSAGE);
110 $ilAccess->checkAccess(
"read",
"",
$_GET[
"ref_id"])) {
111 if (
'qpl' == $this->object->getType()) {
112 $ilNavigationHistory->addItem(
114 "ilias.php?baseClass=ilObjQuestionPoolGUI&cmd=questions&ref_id=" .
$_GET[
"ref_id"],
120 $cmd = $this->ctrl->getCmd(
"questions");
121 $next_class = $this->ctrl->getNextClass($this);
123 if (in_array($next_class, array(
'',
'ilobjquestionpoolgui')) && $cmd ==
'questions') {
129 $this->ctrl->setReturn($this,
"questions");
134 if (
$_GET[
"q_id"] < 1) {
135 $q_type = (
$_POST[
"sel_question_types"] !=
"")
136 ?
$_POST[
"sel_question_types"]
137 :
$_GET[
"sel_question_types"];
139 if ($cmd !=
"createQuestion" && $cmd !=
"createQuestionForTest" 140 && $next_class !=
"ilassquestionpagegui") {
141 if ((
$_GET[
"test_ref_id"] !=
"") or (
$_GET[
"calling_test"])) {
148 switch ($next_class) {
149 case "ilcommonactiondispatchergui":
150 include_once(
"Services/Object/classes/class.ilCommonActionDispatcherGUI.php");
152 $this->ctrl->forwardCommand($gui);
155 case 'ilobjectmetadatagui':
156 if (!$ilAccess->checkAccess(
'write',
'', $this->object->getRefId())) {
157 $ilErr->raiseError($this->lng->txt(
'permission_denied'),
$ilErr->WARNING);
159 include_once
'Services/Object/classes/class.ilObjectMetaDataGUI.php';
161 $this->ctrl->forwardCommand($md_gui);
164 case 'ilassquestionpreviewgui':
166 $this->ctrl->saveParameter($this,
"q_id");
168 require_once
'Modules/TestQuestionPool/classes/class.ilAssQuestionPreviewGUI.php';
171 $gui->initQuestion((
int)
$_GET[
'q_id'], $this->object->getId());
172 $gui->initPreviewSettings($this->object->getRefId());
174 $gui->initHintTracking();
175 $gui->initStyleSheets();
178 $ilHelp = $DIC[
'ilHelp'];
179 $ilHelp->setScreenIdComponent(
"qpl");
181 $this->ctrl->forwardCommand($gui);
184 case "ilassquestionpagegui":
185 include_once(
"./Services/Style/Content/classes/class.ilObjStyleSheet.php");
186 $this->tpl->setCurrentBlock(
"ContentStyle");
188 $this->tpl->parseCurrentBlock();
191 $this->tpl->setCurrentBlock(
"SyntaxStyle");
193 $this->tpl->parseCurrentBlock();
195 include_once
"./Modules/TestQuestionPool/classes/class.assQuestionGUI.php";
198 $q_gui->setQuestionTabs();
199 $q_gui->outAdditionalOutput();
200 $q_gui->object->setObjId($this->object->getId());
202 $q_gui->setTargetGuiClass(null);
203 $q_gui->setQuestionActionCmd(null);
205 if ($this->object->getType() ==
'qpl') {
206 $q_gui->addHeaderAction();
209 $question = $q_gui->object;
210 $this->ctrl->saveParameter($this,
"q_id");
211 include_once(
"./Modules/TestQuestionPool/classes/class.ilAssQuestionPageGUI.php");
212 $this->lng->loadLanguageModule(
"content");
213 $this->ctrl->setReturnByClass(
"ilAssQuestionPageGUI",
"view");
214 $this->ctrl->setReturn($this,
"questions");
216 $page_gui->obj->addUpdateListener(
220 $page_gui->setEditPreview(
true);
221 $page_gui->setEnabledTabs(
false);
222 if (strlen($this->ctrl->getCmd()) == 0 && !isset(
$_POST[
"editImagemapForward_x"])) {
223 $this->ctrl->setCmdClass(get_class($page_gui));
224 $this->ctrl->setCmd(
"preview");
226 $page_gui->setQuestionHTML(array($q_gui->object->getId() => $q_gui->getPreview(
true)));
227 $page_gui->setTemplateTargetVar(
"ADM_CONTENT");
228 $page_gui->setOutputMode(
"edit");
229 $page_gui->setHeader($question->getTitle());
230 $page_gui->setPresentationTitle($question->getTitle());
231 $ret = $this->ctrl->forwardCommand($page_gui);
237 case 'ilpermissiongui':
238 include_once(
"Services/AccessControl/classes/class.ilPermissionGUI.php");
240 $ret = $this->ctrl->forwardCommand($perm_gui);
243 case 'ilobjectcopygui':
244 include_once
'./Services/Object/classes/class.ilObjectCopyGUI.php';
247 $this->ctrl->forwardCommand($cp);
250 case "ilquestionpoolexportgui":
251 require_once
'Modules/TestQuestionPool/classes/class.ilQuestionPoolExportGUI.php';
253 $exp_gui->addFormat(
'xml', $this->lng->txt(
'qpl_export_xml'));
254 $exp_gui->addFormat(
'xls', $this->lng->txt(
'qpl_export_excel'), $this,
'createExportExcel');
255 $ret = $this->ctrl->forwardCommand($exp_gui);
258 case "ilinfoscreengui":
262 case 'ilassquestionhintsgui':
265 $this->ctrl->setReturn($this,
"questions");
268 require_once
'Modules/TestQuestionPool/classes/class.assQuestionGUI.php';
270 $questionGUI->object->setObjId($this->object->getId());
271 $questionGUI->setQuestionTabs();
273 $ilHelp = $DIC[
'ilHelp'];
274 $ilHelp->setScreenIdComponent(
"qpl");
276 if ($this->object->getType() ==
'qpl' && $writeAccess) {
277 $questionGUI->addHeaderAction();
281 require_once
'Modules/TestQuestionPool/classes/class.ilAssQuestionHintsGUI.php';
284 $gui->setEditingEnabled(
285 $DIC->access()->checkAccess(
'write',
'', $this->object->getRefId())
292 case 'illocalunitconfigurationgui':
293 if (!$ilAccess->checkAccess(
'write',
'', $this->object->getRefId())) {
294 $ilErr->raiseError($this->lng->txt(
'permission_denied'),
$ilErr->WARNING);
297 require_once
'Modules/TestQuestionPool/classes/class.assQuestionGUI.php';
299 $questionGUI->object->setObjId($this->object->getId());
300 $questionGUI->setQuestionTabs();
302 $this->ctrl->setReturn($this,
'questions');
304 require_once
'Modules/TestQuestionPool/classes/class.ilLocalUnitConfigurationGUI.php';
305 require_once
'Modules/TestQuestionPool/classes/class.ilUnitConfigurationRepository.php';
312 case 'ilassquestionfeedbackeditinggui':
315 $this->ctrl->setReturn($this,
"questions");
318 require_once
'Modules/TestQuestionPool/classes/class.assQuestionGUI.php';
320 $questionGUI->object->setObjId($this->object->getId());
321 $questionGUI->setQuestionTabs();
323 $ilHelp = $DIC[
'ilHelp'];
324 $ilHelp->setScreenIdComponent(
"qpl");
326 if ($this->object->getType() ==
'qpl' && $writeAccess) {
327 $questionGUI->addHeaderAction();
331 require_once
'Modules/TestQuestionPool/classes/class.ilAssQuestionFeedbackEditingGUI.php';
337 case 'ilobjquestionpoolsettingsgeneralgui':
338 require_once
'Modules/TestQuestionPool/classes/class.ilObjQuestionPoolSettingsGeneralGUI.php';
340 $this->ctrl->forwardCommand($gui);
343 case "ilobjtaxonomygui":
345 require_once
'Modules/TestQuestionPool/classes/class.ilObjQuestionPoolTaxonomyEditingCommandForwarder.php';
355 $forwarder->forward();
359 case 'ilquestionpoolskilladministrationgui':
361 require_once
'Modules/TestQuestionPool/classes/class.ilQuestionPoolSkillAdministrationGUI.php';
375 $this->ctrl->forwardCommand($gui);
379 case 'ilquestionbrowsertablegui':
383 case "ilobjquestionpoolgui":
386 if ($cmd ==
'questions') {
387 $this->ctrl->setParameter($this,
'q_id',
'');
391 $ret = $this->$cmd();
395 $this->ctrl->setReturn($this,
"questions");
396 include_once
"./Modules/TestQuestionPool/classes/class.assQuestionGUI.php";
399 $q_gui->object->setObjId($this->object->getId());
400 if ($this->object->getType() ==
'qpl') {
401 $q_gui->setTaxonomyIds($this->object->getTaxonomyIds());
402 $this->
object->addQuestionChangeListeners($q_gui->object);
404 $q_gui->addHeaderAction();
407 $q_gui->setQuestionTabs();
409 $ilHelp = $DIC[
'ilHelp'];
410 $ilHelp->setScreenIdComponent(
"qpl");
411 $ret = $this->ctrl->forwardCommand($q_gui);
415 if (!(strtolower(
$_GET[
"baseClass"]) ==
"iladministrationgui" 416 || strtolower(
$_GET[
'baseClass']) ==
'ilrepositorygui')
418 $this->tpl->printToStdout();
429 $DIC->ctrl()->redirectByClass(
'ilQuestionPoolExportGUI');
437 $file = explode(
"_",
$_GET[
"file_id"]);
438 include_once(
"./Modules/File/classes/class.ilObjFile.php");
439 $fileObj =
new ilObjFile($file[count($file) - 1],
false);
440 $fileObj->sendFile();
449 include_once(
"./Modules/TestQuestionPool/classes/class.ilAssQuestionPageGUI.php");
451 $page_gui->showMediaFullscreen();
468 $_POST[
"filter_text"] =
"";
469 $_POST[
"sel_filter_type"] =
"";
478 include_once(
"./Modules/TestQuestionPool/classes/class.ilAssQuestionPage.php");
480 $pg_obj->send_paragraph(
$_GET[
"par_id"],
$_GET[
"downloadtitle"]);
489 $this->ctrl->setParameter($this,
'new_type', $_REQUEST[
'new_type']);
490 if ($_FILES[
"xmldoc"][
"error"] > UPLOAD_ERR_OK) {
492 if (!$questions_only) {
493 $this->ctrl->redirect($this,
'create');
498 include_once
"./Modules/TestQuestionPool/classes/class.ilObjQuestionPool.php";
503 $file = pathinfo($_FILES[
"xmldoc"][
"name"]);
504 $full_path = $basedir .
"/" . $_FILES[
"xmldoc"][
"name"];
505 $DIC[
'ilLog']->write(__METHOD__ .
": full path " . $full_path);
506 include_once
"./Services/Utilities/classes/class.ilUtil.php";
508 $DIC[
'ilLog']->write(__METHOD__ .
": full path " . $full_path);
509 if (strcmp($_FILES[
"xmldoc"][
"type"],
"text/xml") == 0) {
510 $qti_file = $full_path;
517 $subdir = basename($file[
"basename"],
"." . $file[
"extension"]);
524 include_once
"./Services/QTI/classes/class.ilQTIParser.php";
526 $result = $qtiParser->startParsing();
527 $founditems = &$qtiParser->getFoundItems();
528 if (count($founditems) == 0) {
535 if (!$questions_only) {
536 $this->ctrl->redirect($this,
'create');
543 foreach ($founditems as $item) {
544 if (strlen($item[
"type"])) {
551 if ($complete == 0) {
556 if (!$questions_only) {
557 $this->ctrl->redirect($this,
'create');
562 $_SESSION[
"qpl_import_xml_file"] = $xml_file;
563 $_SESSION[
"qpl_import_qti_file"] = $qti_file;
564 $_SESSION[
"qpl_import_subdir"] = $subdir;
566 $this->tpl->addBlockFile(
"ADM_CONTENT",
"adm_content",
"tpl.qpl_import_verification.html",
"Modules/TestQuestionPool");
568 require_once
'Modules/TestQuestionPool/classes/tables/class.ilQuestionPoolImportVerificationTableGUI.php';
572 foreach ($founditems as $item) {
574 'title' => $item[
'title'],
575 'ident' => $item[
'ident'],
578 include_once
"./Services/QTI/classes/class.ilQTIItem.php";
579 switch ($item[
"type"]) {
581 $type = $this->lng->txt(
"assClozeTest");
584 $type = $this->lng->txt(
"assImagemapQuestion");
587 $type = $this->lng->txt(
"assJavaApplet");
590 $type = $this->lng->txt(
"assMatchingQuestion");
593 $type = $this->lng->txt(
"assMultipleChoice");
596 $type = $this->lng->txt(
"assKprimChoice");
599 $type = $this->lng->txt(
"assLongMenu");
602 $type = $this->lng->txt(
"assSingleChoice");
605 $type = $this->lng->txt(
"assOrderingQuestion");
608 $type = $this->lng->txt(
"assTextQuestion");
611 $type = $this->lng->txt(
"assNumeric");
614 $type = $this->lng->txt(
"assTextSubset");
617 $type = $this->lng->txt($item[
"type"]);
621 if (strcmp(
$type,
"-" . $item[
"type"] .
"-") == 0) {
623 $ilPluginAdmin = $DIC[
'ilPluginAdmin'];
624 $pl_names = $ilPluginAdmin->getActivePluginsForSlot(
IL_COMP_MODULE,
"TestQuestionPool",
"qst");
625 foreach ($pl_names as $pl_name) {
627 if (strcmp($pl->getQuestionType(), $item[
"type"]) == 0) {
628 $type = $pl->getQuestionTypeTranslation();
633 $row[
'type'] =
$type;
637 $table->setData(
$rows);
639 $this->tpl->setCurrentBlock(
"import_qpl");
640 if (is_file($xml_file)) {
642 $fh = @fopen($xml_file,
"r") or die(
"");
643 $xml = @fread($fh, filesize($xml_file));
645 if (preg_match(
"/<ContentObject.*?MetaData.*?General.*?Title[^>]*?>([^<]*?)</",
$xml, $matches)) {
646 $this->tpl->setVariable(
"VALUE_NEW_QUESTIONPOOL", $matches[1]);
649 $this->tpl->setVariable(
"TEXT_CREATE_NEW_QUESTIONPOOL", $this->lng->txt(
"qpl_import_create_new_qpl"));
650 $this->tpl->parseCurrentBlock();
652 $this->tpl->setCurrentBlock(
"adm_content");
653 $this->tpl->setVariable(
"FOUND_QUESTIONS_INTRODUCTION", $this->lng->txt(
"qpl_import_verify_found_questions"));
654 if ($questions_only) {
655 $this->tpl->setVariable(
"VERIFICATION_HEADING", $this->lng->txt(
"import_questions_into_qpl"));
656 $this->tpl->setVariable(
"FORMACTION", $this->ctrl->getFormAction($this));
658 $this->tpl->setVariable(
"VERIFICATION_HEADING", $this->lng->txt(
"import_qpl"));
660 $this->ctrl->setParameter($this,
"new_type", $this->type);
661 $this->tpl->setVariable(
"FORMACTION", $this->ctrl->getFormAction($this));
664 $value_questions_only = 0;
665 if ($questions_only) {
666 $value_questions_only = 1;
668 $this->tpl->setVariable(
"VALUE_QUESTIONS_ONLY", $value_questions_only);
669 $this->tpl->setVariable(
"VERIFICATION_TABLE", $table->getHtml());
670 $this->tpl->setVariable(
"VERIFICATION_FORM_NAME", $table->getFormName());
672 $this->tpl->parseCurrentBlock();
682 if (
$_POST[
"questions_only"] == 1) {
685 include_once(
"./Modules/TestQuestionPool/classes/class.ilObjQuestionPool.php");
689 $newObj->setType(
$_GET[
"new_type"]);
691 $newObj->setTitle(
"dummy");
693 $newObj->setDescription(
"questionpool import");
695 $newObj->create(
true);
697 $newObj->createReference();
699 $newObj->putInTree(
$_GET[
"ref_id"]);
701 $newObj->setPermissions(
$_GET[
"ref_id"]);
704 if (is_file(
$_SESSION[
"qpl_import_dir"] .
'/' .
$_SESSION[
"qpl_import_subdir"] .
"/manifest.xml")) {
705 $_SESSION[
"qpl_import_idents"] =
$_POST[
"ident"];
707 $fileName = $_SESSION[
"qpl_import_subdir"] .
'.zip';
708 $fullPath = $_SESSION[
"qpl_import_dir"] .
'/' . $fileName;
710 include_once(
"./Services/Export/classes/class.ilImport.php");
712 $map = $imp->getMapping();
713 $map->addMapping(
"Modules/TestQuestionPool",
"qpl",
"new_id", $newObj->getId());
714 $imp->importObject($newObj, $fullPath, $fileName,
"qpl",
"Modules/TestQuestionPool",
true);
717 include_once
"./Services/QTI/classes/class.ilQTIParser.php";
719 $result = $qtiParser->startParsing();
722 if (strlen($_SESSION[
"qpl_import_xml_file"])) {
723 include_once(
"./Modules/LearningModule/classes/class.ilContObjParser.php");
724 $contParser =
new ilContObjParser($newObj, $_SESSION[
"qpl_import_xml_file"], $_SESSION[
"qpl_import_subdir"]);
725 $contParser->setQuestionMapping($qtiParser->getImportMapping());
726 $contParser->startParsing();
729 $newObj->fromXML($_SESSION[
"qpl_import_xml_file"]);
733 if (isset(
$_POST[
"qpl_new"]) && strlen(
$_POST[
"qpl_new"])) {
734 $newObj->setTitle(
$_POST[
"qpl_new"]);
742 include_once
"./Services/Utilities/classes/class.ilUtil.php";
745 if (
$_POST[
"questions_only"] == 1) {
746 $this->ctrl->redirect($this,
"questions");
748 ilUtil::sendSuccess($this->lng->txt(
"object_imported"),
true);
750 "&baseClass=ilObjQuestionPoolGUI");
756 if (
$_POST[
"questions_only"] == 1) {
757 $this->ctrl->redirect($this,
"questions");
759 $this->ctrl->redirect($this,
"cancel");
768 $upload_valid =
true;
770 if ($form->checkInput()) {
772 $form->setValuesByPost();
776 $form->setValuesByPost();
790 $this->tpl->setContent($form->getHtml());
798 require_once
'Services/Form/classes/class.ilPropertyFormGUI.php';
800 $form->setTitle($this->lng->txt(
'import_question'));
801 $form->setFormAction($this->ctrl->getFormAction($this,
'upload'));
803 $file =
new ilFileInputGUI($this->lng->txt(
'select_file'),
'xmldoc');
805 $form->addItem($file);
807 $form->addCommandButton(
'upload', $this->lng->txt(
'upload'));
808 $form->addCommandButton(
'questions', $this->lng->txt(
'cancel'));
819 $addContEditMode =
$_POST[
'add_quest_cont_edit_mode'];
824 include_once
"./Modules/TestQuestionPool/classes/class.assQuestionGUI.php";
826 $this->
object->addQuestionChangeListeners($q_gui->object);
827 $q_gui->object->setObjId($this->object->getId());
828 $q_gui->object->setAdditionalContentEditingMode($addContEditMode);
829 $q_gui->object->createNewQuestion();
830 $this->ctrl->setParameterByClass(get_class($q_gui),
"q_id", $q_gui->object->getId());
831 $this->ctrl->setParameterByClass(get_class($q_gui),
"sel_question_types",
$_POST[
"sel_question_types"]);
832 $this->ctrl->redirectByClass(get_class($q_gui),
"editQuestion");
840 if (!$_REQUEST[
'q_id']) {
841 require_once
'Modules/Test/classes/class.ilObjAssessmentFolder.php';
843 $addContEditMode = $_REQUEST[
'add_quest_cont_edit_mode'];
848 include_once
"./Modules/TestQuestionPool/classes/class.assQuestionGUI.php";
850 $q_gui->object->setObjId($this->object->getId());
851 $q_gui->object->setAdditionalContentEditingMode($addContEditMode);
852 $q_gui->object->createNewQuestion();
854 $class = get_class($q_gui);
855 $qId = $q_gui->object->getId();
857 $class =
$_GET[
"sel_question_types"] .
'gui';
858 $qId = $_REQUEST[
'q_id'];
861 $this->ctrl->setParameterByClass($class,
"q_id", $qId);
862 $this->ctrl->setParameterByClass($class,
"sel_question_types", $_REQUEST[
"sel_question_types"]);
863 $this->ctrl->setParameterByClass($class,
"prev_qid", $_REQUEST[
"prev_qid"]);
865 $this->ctrl->redirectByClass($class,
"editQuestion");
875 ilUtil::sendSuccess($this->lng->txt(
"object_added"),
true);
878 "&baseClass=ilObjQuestionPoolGUI");
885 $this->editQuestionForm(
$type);
896 $questionIdsToDelete = isset(
$_POST[
'q_id']) ? (array)
$_POST[
'q_id'] : array();
897 if (0 === count($questionIdsToDelete) && isset(
$_GET[
'q_id'])) {
898 $questionIdsToDelete = array(
$_GET[
'q_id']);
901 $questionIdsToDelete = array_filter(array_map(
'intval', $questionIdsToDelete));
902 if (0 === count($questionIdsToDelete)) {
904 $this->ctrl->redirect($this,
"questions");
908 $deleteable_questions = &$this->
object->getDeleteableQuestionDetails($questionIdsToDelete);
909 include_once
"./Modules/TestQuestionPool/classes/tables/class.ilQuestionBrowserTableGUI.php";
912 $table_gui->setLimit(PHP_INT_MAX);
913 $table_gui->setEditable(
$rbacsystem->checkAccess(
'write', (
int) $_GET[
'ref_id']));
914 $table_gui->setData($deleteable_questions);
915 $this->tpl->setVariable(
'ADM_CONTENT', $table_gui->getHTML());
925 foreach (
$_POST[
"q_id"] as $key => $value) {
926 $this->
object->deleteQuestion($value);
927 $this->
object->cleanupClipboard($value);
929 if (count(
$_POST[
"q_id"])) {
930 ilUtil::sendSuccess($this->lng->txt(
"qpl_questions_deleted"),
true);
933 $this->ctrl->setParameter($this,
'q_id',
'');
935 $this->ctrl->redirect($this,
"questions");
943 $this->ctrl->redirect($this,
"questions");
952 if (count(
$_POST[
"q_id"]) > 0) {
953 include_once(
"./Modules/TestQuestionPool/classes/class.ilQuestionpoolExport.php");
955 $export_file = $qpl_exp->buildExportFile();
958 include_once
"./Services/Utilities/classes/class.ilUtil.php";
964 $this->ctrl->redirect($this,
"questions");
970 $enableComments = $DIC->rbac()->system()->checkAccess(
'write',
$_GET[
'ref_id']);
972 require_once
'Services/Taxonomy/classes/class.ilObjTaxonomy.php';
975 include_once
"./Modules/TestQuestionPool/classes/tables/class.ilQuestionBrowserTableGUI.php";
977 $table_gui->resetOffset();
978 $table_gui->writeFilterToSession();
984 require_once
'Services/Taxonomy/classes/class.ilObjTaxonomy.php';
987 include_once
"./Modules/TestQuestionPool/classes/tables/class.ilQuestionBrowserTableGUI.php";
989 $table_gui->resetOffset();
990 $table_gui->resetFilter();
996 require_once
'Modules/TestQuestionPool/classes/questions/class.ilAssQuestionSkillAssignmentImportFails.php';
1000 $this->ctrl->redirect($this,
'infoScreen');
1012 $ilDB = $DIC[
'ilDB'];
1014 $ilPluginAdmin = $DIC[
'ilPluginAdmin'];
1016 if (get_class($this->
object) ==
"ilObjTest") {
1017 if (
$_GET[
"calling_test"] > 0) {
1019 $q_id =
$_GET[
"q_id"];
1021 if ($_REQUEST[
'test_express_mode']) {
1023 ilUtil::redirect(
"ilias.php?ref_id=" .
$ref_id .
"&q_id=" . $q_id .
"&test_express_mode=1&cmd=showPage&cmdClass=iltestexpresspageobjectgui&baseClass=ilObjTestGUI");
1025 ilUtil::redirect(
"ilias.php?ref_id=" .
$ref_id .
"&test_express_mode=1&cmd=showPage&cmdClass=iltestexpresspageobjectgui&baseClass=ilObjTestGUI");
1031 } elseif (isset(
$_GET[
'calling_consumer']) && (
int)
$_GET[
'calling_consumer']) {
1032 $ref_id = (int) $_GET[
'calling_consumer'];
1035 ilUtil::redirect($consumer->getQuestionEditingFormBackTarget($_GET[
'consumer_context']));
1037 require_once
'Services/Link/classes/class.ilLink.php';
1041 $this->
object->purgeQuestions();
1045 require_once
'Modules/TestQuestionPool/classes/questions/class.ilAssQuestionSkillAssignmentImportFails.php';
1047 if ($qsaImportFails->failedImportsRegistered()) {
1048 require_once
'Services/UIComponent/Button/classes/class.ilLinkButton.php';
1050 $button->setUrl($this->ctrl->getLinkTarget($this,
'renoveImportFails'));
1051 $button->setCaption(
'ass_skl_import_fails_remove_btn');
1053 ilUtil::sendFailure($qsaImportFails->getFailedImportsMessage($this->lng) .
'<br />' . $button->render());
1056 require_once
'Services/Taxonomy/classes/class.ilObjTaxonomy.php';
1060 $table_gui->setPreventDoubleSubmission(
false);
1062 if (
$rbacsystem->checkAccess(
'write', $_GET[
'ref_id'])) {
1065 require_once
'Services/UIComponent/Button/classes/class.ilLinkButton.php';
1067 $btn->setCaption(
'ass_create_question');
1068 $btn->setUrl($this->ctrl->getLinkTarget($this,
'createQuestionForm'));
1069 $btn->setPrimary(
true);
1074 $btnImport->setCaption(
'import');
1075 $btnImport->setUrl($this->ctrl->getLinkTarget($this,
'importQuestions'));
1076 $toolbar->addButtonInstance($btnImport);
1078 if (array_key_exists(
"qpl_clipboard",
$_SESSION) && count(
$_SESSION[
'qpl_clipboard'])) {
1080 $btnPaste->setCaption(
'paste');
1081 $btnPaste->setUrl($this->ctrl->getLinkTarget($this,
'paste'));
1082 $toolbar->addButtonInstance($btnPaste);
1085 $this->tpl->setContent(
1086 $this->ctrl->getHTML(
$toolbar) . $this->ctrl->getHTML($table_gui)
1089 $this->tpl->setContent($this->ctrl->getHTML($table_gui));
1092 if ($this->object->getShowTaxonomies()) {
1093 $this->lng->loadLanguageModule(
'tax');
1095 require_once
'Services/Taxonomy/classes/class.ilTaxonomyExplorerGUI.php';
1097 foreach ($taxIds as $taxId) {
1098 if ($taxId != $this->object->getNavTaxonomyId()) {
1106 'ilobjquestionpoolgui',
1110 if (!$taxExp->handleCommand()) {
1111 $this->tpl->setLeftContent($taxExp->getHTML() .
" ");
1124 $qId = (int)
$_GET[
'q_id'];
1126 if ($this->object->checkQuestionParent($qId)) {
1136 $ilHelp = $DIC[
'ilHelp'];
1138 $ilHelp->setScreenId(
'assQuestions');
1141 $ilHelp->setSubScreenId(
'createQuestion_editMode');
1143 $ilHelp->setSubScreenId(
'createQuestion');
1148 $this->tpl->setContent($this->ctrl->getHTML($form));
1158 require_once(
"Services/Form/classes/class.ilPropertyFormGUI.php");
1160 $form->setTitle($this->lng->txt(
'ass_create_question'));
1161 $form->setFormAction($this->ctrl->getFormAction($this));
1166 foreach ($this->object->getQuestionTypes(
false,
true,
false) as $translation =>
$data) {
1167 $options[
$data[
'type_tag']] = $translation;
1170 require_once(
"Services/Form/classes/class.ilSelectInputGUI.php");
1172 $si->setOptions($options);
1175 $form->addItem(
$si);
1180 $ri =
new ilRadioGroupInputGUI($this->lng->txt(
"tst_add_quest_cont_edit_mode"),
"add_quest_cont_edit_mode");
1183 $this->lng->txt(
'tst_add_quest_cont_edit_mode_page_object'),
1188 $this->lng->txt(
'tst_add_quest_cont_edit_mode_default'),
1194 $form->addItem($ri,
true);
1198 $form->addItem($hi,
true);
1203 $form->addCommandButton(
'createQuestion', $this->lng->txt(
'create'));
1204 $form->addCommandButton(
'questions', $this->lng->txt(
'cancel'));
1212 public function printObject()
1218 $ilToolbar = $DIC[
'ilToolbar'];
1220 $ilToolbar->setFormAction($this->ctrl->getFormAction($this,
'print'));
1221 require_once
'Services/Form/classes/class.ilSelectInputGUI.php';
1223 $mode->setOptions(array(
1224 'overview' => $this->lng->txt(
'overview'),
1225 'detailed' => $this->lng->txt(
'detailed_output_solutions'),
1226 'detailed_printview' => $this->lng->txt(
'detailed_output_printview')
1230 $ilToolbar->setFormName(
'printviewOptions');
1231 $ilToolbar->addInputItem($mode,
true);
1232 $ilToolbar->addFormButton($this->lng->txt(
'submit'),
'print');
1234 include_once
"./Modules/TestQuestionPool/classes/tables/class.ilQuestionPoolPrintViewTableGUI.php";
1236 $data = $this->
object->getPrintviewQuestions();
1239 $totalPoints += $d[
'points'];
1241 $table_gui->setTotalPoints($totalPoints);
1242 $table_gui->initColumns();
1243 $table_gui->setData(
$data);
1244 $this->tpl->setContent($table_gui->getHTML());
1250 $this->update = $this->
object->update();
1251 ilUtil::sendSuccess($this->lng->txt(
"msg_obj_modified"),
true);
1259 if (array_key_exists(
"qpl_clipboard",
$_SESSION)) {
1260 if ($this->object->pasteFromClipboard()) {
1261 ilUtil::sendSuccess($this->lng->txt(
"qpl_paste_success"),
true);
1268 $this->ctrl->redirect($this,
"questions");
1276 if (isset(
$_POST[
"q_id"]) && is_array(
$_POST[
"q_id"]) && count(
$_POST[
"q_id"]) > 0) {
1277 foreach (
$_POST[
"q_id"] as $key => $value) {
1278 $this->
object->copyToClipboard($value);
1281 } elseif (isset(
$_GET[
'q_id']) &&
$_GET[
'q_id'] > 0) {
1282 $this->
object->copyToClipboard((
int)
$_GET[
'q_id']);
1287 $this->ctrl->redirect($this,
"questions");
1295 if (isset(
$_POST[
"q_id"]) && is_array(
$_POST[
"q_id"]) && count(
$_POST[
"q_id"]) > 0) {
1296 foreach (
$_POST[
"q_id"] as $key => $value) {
1297 $this->
object->moveToClipboard($value);
1300 } elseif (isset(
$_GET[
'q_id']) &&
$_GET[
'q_id'] > 0) {
1301 $this->
object->moveToClipboard((
int)
$_GET[
'q_id']);
1306 $this->ctrl->redirect($this,
"questions");
1314 include_once(
"./Modules/TestQuestionPool/classes/class.ilQuestionpoolExport.php");
1315 $question_ids = &$this->
object->getAllQuestionIds();
1317 $qpl_exp->buildExportFile();
1318 $this->ctrl->redirectByClass(
"ilquestionpoolexportgui",
"");
1327 include_once
"./Modules/TestQuestionPool/classes/class.assQuestionGUI.php";
1329 $this->ctrl->redirectByClass(get_class($q_gui),
"editQuestion");
1334 include_once(
"Services/Form/classes/class.ilPropertyFormGUI.php");
1336 $form->setTarget(
"_top");
1337 $form->setFormAction($this->ctrl->getFormAction($this));
1338 $form->setTitle($this->lng->txt(
"import_qpl"));
1340 include_once(
"./Services/Form/classes/class.ilFileInputGUI.php");
1341 $fi =
new ilFileInputGUI($this->lng->txt(
"import_file"),
"xmldoc");
1343 $fi->setRequired(
true);
1344 $form->addItem($fi);
1346 $form->addCommandButton(
"importFile", $this->lng->txt(
"import"));
1347 $form->addCommandButton(
"cancel", $this->lng->txt(
"cancel"));
1358 $this->error->raiseError($this->lng->txt(
"no_create_permission"));
1362 if ($form->checkInput()) {
1367 $this->tpl->setContent($form->getHTML());
1373 $ilLocator = $DIC[
'ilLocator'];
1374 switch ($this->ctrl->getCmd()) {
1380 $ilLocator->addItem($this->object->getTitle(), $this->ctrl->getLinkTarget($this,
""),
"",
$_GET[
"ref_id"]);
1383 if (
$_GET[
"q_id"] > 0) {
1384 include_once
"./Modules/TestQuestionPool/classes/class.assQuestionGUI.php";
1387 $q_gui->object->setObjId($this->object->getId());
1388 $title = $q_gui->object->getTitle();
1392 $ilLocator->addItem($title, $this->ctrl->getLinkTargetByClass(get_class($q_gui),
"editQuestion"));
1395 $this->ctrl->setParameter($this,
'q_id',
'');
1396 $this->ctrl->redirect($this);
1406 parent::setTitleAndDescription();
1407 if (
$_GET[
"q_id"] > 0) {
1408 include_once
"./Modules/TestQuestionPool/classes/class.assQuestionGUI.php";
1411 $q_gui->object->setObjId($this->object->getId());
1412 $title = $q_gui->object->getTitle();
1416 $this->tpl->setTitle($title);
1417 $this->tpl->setDescription($q_gui->object->getComment());
1421 $this->ctrl->setParameter($this,
'q_id',
'');
1422 $this->ctrl->redirect($this);
1425 $this->tpl->setTitle($this->object->getTitle());
1426 $this->tpl->setDescription($this->object->getLongDescription());
1439 $ilAccess = $DIC[
'ilAccess'];
1440 $ilHelp = $DIC[
'ilHelp'];
1442 $currentUserHasWriteAccess = $ilAccess->checkAccess(
"write",
"", $this->object->getRefId());
1444 $ilHelp->setScreenIdComponent(
"qpl");
1446 $next_class = strtolower($this->ctrl->getNextClass());
1447 switch ($next_class) {
1449 case "ilpermissiongui":
1450 case "ilobjectmetadatagui":
1451 case "ilquestionpoolexportgui":
1452 case "ilquestionpoolskilladministrationgui":
1455 case 'ilobjtaxonomygui':
1456 case 'ilobjquestionpoolsettingsgeneralgui':
1458 if ($currentUserHasWriteAccess) {
1469 $force_active =
false;
1470 $commands =
$_POST[
"cmd"];
1471 if (is_array($commands)) {
1472 foreach ($commands as $key => $value) {
1473 if (preg_match(
"/^delete_.*/", $key, $matches) ||
1474 preg_match(
"/^addSelectGap_.*/", $key, $matches) ||
1475 preg_match(
"/^addTextGap_.*/", $key, $matches) ||
1476 preg_match(
"/^deleteImage_.*/", $key, $matches) ||
1477 preg_match(
"/^upload_.*/", $key, $matches) ||
1478 preg_match(
"/^addSuggestedSolution_.*/", $key, $matches)
1480 $force_active =
true;
1484 if (array_key_exists(
"imagemap_x",
$_POST)) {
1485 $force_active =
true;
1487 if (!$force_active) {
1488 $force_active = ((strtolower($this->ctrl->getCmdClass()) == strtolower(get_class($this)) || strlen($this->ctrl->getCmdClass()) == 0) &&
1489 $this->ctrl->getCmd() ==
"")
1493 if ($ilAccess->checkAccess(
"write",
"",
$_GET[
'ref_id'])) {
1494 $this->tabs_gui->addTarget(
1496 $this->ctrl->getLinkTarget($this,
"questions"),
1497 array(
"questions",
"filter",
"resetFilter",
"createQuestion",
1498 "importQuestions",
"deleteQuestions",
"filterQuestionBrowser",
1499 "view",
"preview",
"editQuestion",
"exec_pg",
1500 "addItem",
"upload",
"save",
"cancel",
"addSuggestedSolution",
1501 "cancelExplorer",
"linkChilds",
"removeSuggestedSolution",
1502 "add",
"addYesNo",
"addTrueFalse",
"createGaps",
"saveEdit",
1503 "setMediaMode",
"uploadingImage",
"uploadingImagemap",
"addArea",
1504 "deletearea",
"saveShape",
"back",
"addPair",
"uploadingJavaapplet",
1505 "addParameter",
"assessment",
"addGIT",
"addST",
"addPG",
"delete",
1506 "toggleGraphicalAnswers",
"deleteAnswer",
"deleteImage",
"removeJavaapplet"),
1512 if ($ilAccess->checkAccess(
"read",
"", $this->ref_id) || $ilAccess->checkAccess(
"visible",
"", $this->ref_id)) {
1513 $this->tabs_gui->addTarget(
1515 $this->ctrl->getLinkTarget($this,
"infoScreen"),
1516 array(
"infoScreen",
"showSummary")
1520 if ($ilAccess->checkAccess(
"write",
"",
$_GET[
'ref_id'])) {
1522 $this->tabs_gui->addTarget(
1524 $this->ctrl->getLinkTargetByClass(
'ilObjQuestionPoolSettingsGeneralGUI'),
1526 array(
'ilObjQuestionPoolSettingsGeneralGUI',
'ilObjTaxonomyGUI')
1531 require_once
'Modules/TestQuestionPool/classes/class.ilAssQuestionSkillAssignmentsGUI.php';
1533 $link = $this->ctrl->getLinkTargetByClass(
1534 array(
'ilQuestionPoolSkillAdministrationGUI',
'ilAssQuestionSkillAssignmentsGUI'),
1538 $this->tabs_gui->addTarget(
'qpl_tab_competences', $link, array(), array());
1542 if ($ilAccess->checkAccess(
"write",
"",
$_GET[
'ref_id'])) {
1544 $this->tabs_gui->addTarget(
1546 $this->ctrl->getLinkTarget($this,
'print'),
1553 if ($ilAccess->checkAccess(
"write",
"", $this->object->getRefId())) {
1555 include_once
"Services/Object/classes/class.ilObjectMetaDataGUI.php";
1557 $mdtab = $mdgui->getTab();
1559 $this->tabs_gui->addTarget(
1573 if ($currentUserHasWriteAccess) {
1574 $this->tabs_gui->addTarget(
1576 $this->ctrl->getLinkTargetByClass(
"ilquestionpoolexportgui",
""),
1578 "ilquestionpoolexportgui" 1582 if ($ilAccess->checkAccess(
"edit_permission",
"", $this->object->getRefId())) {
1583 $this->tabs_gui->addTarget(
1585 $this->ctrl->getLinkTargetByClass(array(get_class($this),
'ilpermissiongui'),
"perm"),
1586 array(
"perm",
"info",
"owner"),
1598 if (!$this->object->isSkillServiceEnabled()) {
1612 'qpl_settings_subtab_general',
1613 $this->ctrl->getLinkTargetByClass(
'ilObjQuestionPoolSettingsGeneralGUI'),
1615 'ilObjQuestionPoolSettingsGeneralGUI' 1619 'qpl_settings_subtab_taxonomies',
1620 $this->ctrl->getLinkTargetByClass(
'ilObjTaxonomyGUI',
'editAOTaxonomySettings'),
1633 $this->ctrl->setCmd(
"showSummary");
1634 $this->ctrl->setCmdClass(
"ilinfoscreengui");
1645 $ilAccess = $DIC[
'ilAccess'];
1647 if (!$ilAccess->checkAccess(
"visible",
"", $this->ref_id)) {
1648 $ilErr->raiseError($this->lng->txt(
"msg_no_perm_read"));
1651 include_once(
"./Services/InfoScreen/classes/class.ilInfoScreenGUI.php");
1653 $info->enablePrivateNotes();
1656 $info->addMetaDataSections($this->object->getId(), 0, $this->
object->getType());
1658 $this->ctrl->forwardCommand($info);
1672 $ilAccess = $DIC[
'ilAccess'];
1676 if ($ilAccess->checkAccess(
"write",
"", $a_target) || $ilAccess->checkAccess(
'read',
'', $a_target)) {
1677 $_GET[
'cmdClass'] =
'ilObjQuestionPoolGUI';
1678 $_GET[
'cmd'] =
'questions';
1679 $_GET[
'baseClass'] =
'ilRepositoryGUI';
1680 $_GET[
"ref_id"] = $a_target;
1681 include_once(
"ilias.php");
1683 } elseif ($ilAccess->checkAccess(
"read",
"", ROOT_FOLDER_ID)) {
1685 $lng->txt(
"msg_no_perm_read_item"),
1705 $ilDB = $DIC[
'ilDB'];
1707 $ilPluginAdmin = $DIC[
'ilPluginAdmin'];
1710 $enableCommenting = $writeAccess;
1712 include_once
"./Modules/TestQuestionPool/classes/tables/class.ilQuestionBrowserTableGUI.php";
1714 $table_gui->setEditable($writeAccess);
1716 require_once
'Modules/TestQuestionPool/classes/class.ilAssQuestionList.php';
1718 $questionList->setParentObjId($this->object->getId());
1720 foreach ($table_gui->getFilterItems() as $item) {
1721 if (substr($item->getPostVar(), 0, strlen(
'tax_')) ==
'tax_') {
1722 $v = $item->getValue();
1724 if (is_array($v) && count($v) && !(
int) $v[0]) {
1728 $taxId = substr($item->getPostVar(), strlen(
'tax_'));
1730 $questionList->addTaxonomyFilter(
1733 $this->
object->getId(),
1734 $this->
object->getType()
1736 } elseif ($item->getValue() !==
false) {
1737 $questionList->addFieldFilter($item->getPostVar(), $item->getValue());
1741 if ($this->object->isNavTaxonomyActive() && (int)
$_GET[
'tax_node']) {
1742 require_once
'Services/Taxonomy/classes/class.ilTaxonomyTree.php';
1743 $taxTree =
new ilTaxonomyTree($this->object->getNavTaxonomyId());
1746 if ((
int)
$_GET[
'tax_node'] != $rootNodeId) {
1747 $questionList->addTaxonomyFilter(
1748 $this->object->getNavTaxonomyId(),
1749 array((
int)
$_GET[
'tax_node']),
1750 $this->
object->getId(),
1751 $this->
object->getType()
1756 $questionList->load();
1757 $data = $questionList->getQuestionDataArray();
1759 $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
static _goto($a_target)
Redirect script to call a test with the question pool reference id.
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...
const ADDITIONAL_CONTENT_EDITING_MODE_PAGE_OBJECT
constant for additional content editing mode "pageobject"
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.
static unzip($a_file, $overwrite=false, $a_flat=false)
unzip file
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
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)
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.
static _setImportDirectory($a_import_dir=null)
set import directory
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
Class ilObjQuestionPoolGUI.
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()
const ADDITIONAL_CONTENT_EDITING_MODE_DEFAULT
constant for additional content editing mode "default"
Class ilQuestionPoolImportVerificationTableGUI.
fullscreenObject()
show fullscreen view
afterSave(ilObject $a_new_object)
save object public
fetchAuthoringQuestionIdParamater()
static isSkillManagementGloballyActivated()
__construct(Container $dic, ilPlugin $plugin)
pasteObject()
paste questios from the clipboard into the question pool
static isAdditionalQuestionContentEditingModePageObjectEnabled()
returns the fact wether content editing with ilias page editor is enabled for questions or not ...
resetFilterObject()
resets filter
setShowRowsSelector($a_value)
Toggle rows-per-page selector.
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
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