4 require_once
'./Modules/Test/classes/inc.AssessmentConstants.php';
5 require_once
'Modules/Test/classes/class.ilTestExpressPage.php';
6 require_once
'Modules/TestQuestionPool/exceptions/class.ilTestQuestionPoolException.php';
7 require_once
'Modules/Test/classes/class.ilTestExpressPage.php';
8 require_once
'Modules/Test/classes/class.ilObjAssessmentFolder.php';
128 $this->ctrl->saveParameter($this,
"q_id");
129 $this->ctrl->saveParameter($this,
"prev_qid");
130 $this->ctrl->saveParameter($this,
"calling_test");
131 $this->ctrl->saveParameter($this,
"calling_consumer");
132 $this->ctrl->saveParameter($this,
"consumer_context");
133 $this->ctrl->saveParameterByClass(
'ilAssQuestionPageGUI',
'test_express_mode');
134 $this->ctrl->saveParameterByClass(
'ilAssQuestionPageGUI',
'calling_consumer');
135 $this->ctrl->saveParameterByClass(
'ilAssQuestionPageGUI',
'consumer_context');
136 $this->ctrl->saveParameterByClass(
'ilobjquestionpoolgui',
'test_express_mode');
137 $this->ctrl->saveParameterByClass(
'ilobjquestionpoolgui',
'calling_consumer');
138 $this->ctrl->saveParameterByClass(
'ilobjquestionpoolgui',
'consumer_context');
140 include_once
"./Modules/TestQuestionPool/classes/class.assQuestion.php";
141 $this->errormessage = $this->lng->txt(
"fill_out_all_required_fields");
143 $this->selfassessmenteditingmode =
false;
144 $this->new_id_listeners = array();
145 $this->new_id_listener_cnt = 0;
147 $this->navigationGUI = null;
164 $DIC->ui()->mainTemplate()->setVariable(
169 $notesUrl = $this->ctrl->getLinkTargetByClass(
170 array(
"ilcommonactiondispatchergui",
"ilnotegui"),
179 $redrawActionsUrl = $DIC->ctrl()->getLinkTarget($this,
'redrawHeaderAction',
'',
true);
180 $DIC->ui()->mainTemplate()->addOnLoadCode(
"il.Object.setRedrawAHUrl('$redrawActionsUrl');");
186 echo $this->
getHeaderAction() . $DIC->ui()->mainTemplate()->getOnLoadCodeForAsynch();
194 $ilObjDataCache = $DIC[
'ilObjDataCache'];
196 $parentObjType = $ilObjDataCache->lookupType($this->object->getObjId());
203 $this->
object->getObjId()
206 $dispatcher->
setSubObject(
"quest", $this->object->getId());
208 $ha = $dispatcher->initHeaderAction();
209 $ha->enableComments(
true,
false);
211 return $ha->getHeaderAction($DIC->ui()->mainTemplate());
216 $notesGUI =
new ilNoteGUI($this->object->getObjId(), $this->
object->getId(),
'quest');
218 $notesGUI->enablePublicNotesDeletion(
true);
220 return $notesGUI->getNotesHTML();
229 $ilHelp = $DIC[
'ilHelp'];
230 $ilHelp->setScreenIdComponent(
'qpl');
232 $cmd = $this->ctrl->getCmd(
"editQuestion");
233 $next_class = $this->ctrl->getNextClass($this);
237 switch ($next_class) {
238 case 'ilformpropertydispatchgui':
241 require_once
'Services/Form/classes/class.ilFormPropertyDispatchGUI.php';
244 return $this->ctrl->forwardCommand($form_prop_dispatch);
248 $ret = $this->$cmd();
460 if (is_object($this->
object)) {
489 require_once
'Modules/TestQuestionPool/classes/tables/class.ilQuestionCumulatedStatisticsTableGUI.php';
492 require_once
'Modules/TestQuestionPool/classes/tables/class.ilQuestionUsagesTableGUI.php';
495 $tpl->setContent(implode(
'<br />', array(
496 $stats_table->getHTML(),
497 $usage_table->getHTML()
514 $ilDB = $DIC[
'ilDB'];
517 include_once
"./Modules/TestQuestionPool/classes/class.assQuestion.php";
519 if ((!$question_type) and ($question_id > 0)) {
523 if (strlen($question_type) == 0) {
530 $question =
new $question_type_gui();
533 $question->object->feedbackOBJ =
new $feedbackObjectClassname($question->object,
$ilCtrl,
$ilDB,
$lng);
535 if ($question_id > 0) {
536 $question->object->loadFromDb($question_id);
547 include_once
"./Modules/TestQuestionPool/classes/class.assQuestion.php";
548 include_once
"./Modules/TestQuestionPool/classes/class.assQuestionGUI.php";
559 return $q_type .
"GUI";
576 include_once
"./Modules/TestQuestionPool/classes/class.assQuestionGUI.php";
598 if (!$this->tpl->blockExists(
'content')) {
599 $this->tpl->addBlockFile(
"CONTENT",
"content",
"tpl.il_as_qpl_content.html",
"Modules/TestQuestionPool");
602 if (!$this->tpl->blockExists(
'statusline')) {
603 $this->tpl->addBlockFile(
"STATUSLINE",
"statusline",
"tpl.statusline.html");
606 if (!$this->tpl->blockExists(
'adm_content')) {
607 $this->tpl->addBlockFile(
"ADM_CONTENT",
"adm_content",
"tpl.il_as_question.html",
"Modules/TestQuestionPool");
617 $this->tpl->setVariable(
"QUESTION_DATA", $form->getHTML());
628 include_once(
"./Modules/TestQuestionPool/classes/class.ilAssQuestionPageGUI.php");
631 $presentation = $page_gui->presentation();
632 $presentation = preg_replace(
"/src=\"\\.\\//ims",
"src=\"" .
ILIAS_HTTP_PATH .
"/", $presentation);
633 return $presentation;
639 public function outQuestionPage($a_temp_var, $a_postponed =
false, $active_id =
"", $html =
"", $inlineFeedbackEnabled =
false)
643 if ($this->object->getTestPresentationConfig()->isSolutionInitiallyPrefilled()) {
651 ($this->
object->getTestPresentationConfig()->isUnchangedAnswerPossible()) {
657 $this->lng->loadLanguageModule(
"content");
660 include_once(
"./Modules/TestQuestionPool/classes/class.ilAssQuestionPageGUI.php");
663 $page_gui->setTemplateTargetVar($a_temp_var);
667 $page_gui->setQuestionActionsHTML($this->
getNavigationGUI()->getActionsHTML());
676 $page_gui->setQuestionHTML(array($this->object->getId() => $html));
680 $page_gui->setPresentationTitle($this->questionHeaderBlockBuilder->getPresentationTitle());
681 $page_gui->setQuestionInfoHTML($this->questionHeaderBlockBuilder->getQuestionInfoHTML());
684 return $page_gui->presentation();
691 $tpl =
new ilTemplate(
'tpl.tst_question_additional_behaviour_checkbox.html',
true,
true,
'Modules/TestQuestionPool');
692 $tpl->setVariable(
'TXT_FORCE_FORM_DIFF_LABEL', $this->object->getTestPresentationConfig()->getUseUnchangedAnswerLabel());
701 return $this->lng->txt(
'use_previous_solution_advice');
706 $tpl =
new ilTemplate(
'tpl.tst_question_additional_behaviour_checkbox.html',
true,
true,
'Modules/TestQuestionPool');
708 $tpl->setVariable(
'TXT_FORCE_FORM_DIFF_LABEL', $this->lng->txt(
'use_previous_solution'));
719 if (
$_GET[
"calling_test"]) {
722 } elseif (
$_GET[
"test_ref_id"]) {
726 if (
$_GET[
"q_id"] > 0) {
727 $this->ctrl->setParameterByClass(
"ilAssQuestionPageGUI",
"q_id",
$_GET[
"q_id"]);
728 $this->ctrl->redirectByClass(
"ilAssQuestionPageGUI",
"edit");
730 $this->ctrl->redirectByClass(
"ilobjquestionpoolgui",
"questions");
741 if (strlen($return_to)) {
742 $this->ctrl->setParameter($this,
"return_to", $return_to);
743 } elseif ($_REQUEST[
'return_to']) {
744 $this->ctrl->setParameter($this,
"return_to", $_REQUEST[
'return_to']);
746 if (strlen($return_to_feedback)) {
747 $this->ctrl->setParameter($this,
'return_to_fb',
'true');
750 $this->ctrl->saveParameter($this,
'test_express_mode');
752 $template =
new ilTemplate(
"tpl.il_as_qpl_sync_original.html",
true,
true,
"Modules/TestQuestionPool");
753 $template->setVariable(
"BUTTON_YES", $this->lng->txt(
"yes"));
754 $template->setVariable(
"BUTTON_NO", $this->lng->txt(
"no"));
755 $template->setVariable(
"FORM_ACTION", $this->ctrl->getFormAction($this));
756 $template->setVariable(
"TEXT_SYNC", $this->lng->txt(
"confirm_sync_questions"));
757 $this->tpl->setVariable(
"ADM_CONTENT", $template->get());
762 $original_id = $this->
object->original_id;
764 $this->
object->syncWithOriginal();
766 if (strlen(
$_GET[
"return_to"])) {
767 $this->ctrl->redirect($this,
$_GET[
"return_to"]);
769 if (strlen($_REQUEST[
"return_to_fb"])) {
770 $this->ctrl->redirectByClass(
'ilAssQuestionFeedbackEditingGUI',
'showFeedbackForm');
772 if (isset(
$_GET[
'calling_consumer']) && (
int)
$_GET[
'calling_consumer']) {
773 $ref_id = (int) $_GET[
'calling_consumer'];
776 ilUtil::redirect($consumer->getQuestionEditingFormBackTarget($_GET[
'consumer_context']));
778 require_once
'Services/Link/classes/class.ilLink.php';
781 $_GET[
"ref_id"] = $_GET[
"calling_test"];
783 if ($_REQUEST[
'test_express_mode']) {
786 ilUtil::redirect(
"ilias.php?baseClass=ilObjTestGUI&cmd=questions&ref_id=" . $_GET[
"calling_test"]);
793 if (strlen(
$_GET[
"return_to"])) {
794 $this->ctrl->redirect($this,
$_GET[
"return_to"]);
796 if (strlen($_REQUEST[
'return_to_fb'])) {
797 $this->ctrl->redirectByClass(
'ilAssQuestionFeedbackEditingGUI',
'showFeedbackForm');
799 if (isset(
$_GET[
'calling_consumer']) && (
int)
$_GET[
'calling_consumer']) {
800 $ref_id = (int) $_GET[
'calling_consumer'];
803 ilUtil::redirect($consumer->getQuestionEditingFormBackTarget($_GET[
'consumer_context']));
805 require_once
'Services/Link/classes/class.ilLink.php';
808 $_GET[
"ref_id"] = $_GET[
"calling_test"];
810 if ($_REQUEST[
'test_express_mode']) {
813 ilUtil::redirect(
"ilias.php?baseClass=ilObjTestGUI&cmd=questions&ref_id=" . $_GET[
"calling_test"]);
828 $ilUser->setPref(
"tst_lastquestiontype", $this->object->getQuestionType());
829 $ilUser->writePref(
"tst_lastquestiontype", $this->object->getQuestionType());
830 $this->
object->saveToDb();
831 $originalexists = $this->
object->_questionExists($this->object->original_id);
832 include_once
"./Modules/TestQuestionPool/classes/class.assQuestion.php";
834 $this->ctrl->redirect($this,
"originalSyncForm");
835 } elseif (
$_GET[
"calling_test"]) {
839 } elseif (
$_GET[
"test_ref_id"]) {
841 $tree = $DIC[
'tree'];
842 $ilDB = $DIC[
'ilDB'];
843 $ilPluginAdmin = $DIC[
'ilPluginAdmin'];
845 include_once(
"./Modules/Test/classes/class.ilObjTest.php");
849 require_once
'Modules/Test/classes/class.ilTestQuestionSetConfigFactory.php';
852 $test->insertQuestion($testQuestionSetConfigFactory->getQuestionSetConfig(), $this->
object->getId());
856 $this->ctrl->setParameter($this,
"q_id", $this->object->getId());
857 $this->editQuestion();
858 if (strcmp(
$_SESSION[
"info"],
"") != 0) {
859 ilUtil::sendSuccess(
$_SESSION[
"info"] .
"<br />" . $this->lng->txt(
"msg_obj_modified"),
false);
861 ilUtil::sendSuccess($this->lng->txt(
"msg_obj_modified"),
false);
863 $this->ctrl->setParameterByClass(
"ilAssQuestionPageGUI",
"q_id", $this->object->getId());
864 $this->ctrl->redirectByClass(
"ilAssQuestionPageGUI",
"edit");
876 $old_id =
$_GET[
"q_id"];
880 $ilUser->setPref(
"tst_lastquestiontype", $this->object->getQuestionType());
881 $ilUser->writePref(
"tst_lastquestiontype", $this->object->getQuestionType());
882 $this->
object->saveToDb();
883 $originalexists = $this->
object->_questionExistsInPool($this->object->original_id);
886 include_once
"./Modules/TestQuestionPool/classes/class.assQuestion.php";
888 ilUtil::sendSuccess($this->lng->txt(
"msg_obj_modified"),
true);
889 $this->ctrl->setParameter($this,
'return_to',
'editQuestion');
890 $this->ctrl->redirect($this,
"originalSyncForm");
892 } elseif ($_GET[
"calling_test"]) {
893 require_once
'Modules/Test/classes/class.ilObjTest.php';
897 $tree = $DIC[
'tree'];
898 $ilDB = $DIC[
'ilDB'];
899 $ilPluginAdmin = $DIC[
'ilPluginAdmin'];
901 include_once(
"./Modules/Test/classes/class.ilObjTest.php");
902 $_GET[
"ref_id"] = $_GET[
"calling_test"];
905 require_once
'Modules/Test/classes/class.ilTestQuestionSetConfigFactory.php';
908 $new_id =
$test->insertQuestion(
909 $testQuestionSetConfigFactory->getQuestionSetConfig(),
910 $this->
object->getId()
913 if (isset($_REQUEST[
'prev_qid'])) {
914 $test->moveQuestionAfter($this->object->getId() + 1, $_REQUEST[
'prev_qid']);
917 $this->ctrl->setParameter($this,
'q_id', $new_id);
918 $this->ctrl->setParameter($this,
'calling_test', $_GET[
'calling_test']);
919 #$this->ctrl->setParameter($this, 'test_ref_id', false); 921 ilUtil::sendSuccess($this->lng->txt(
"msg_obj_modified"),
true);
922 $this->ctrl->redirect($this,
'editQuestion');
926 if ($this->object->getId() != $old_id) {
928 $this->ctrl->setParameterByClass($_GET[
"cmdClass"],
"q_id", $this->object->getId());
929 $this->ctrl->setParameterByClass($_GET[
"cmdClass"],
"sel_question_types", $_GET[
"sel_question_types"]);
930 ilUtil::sendSuccess($this->lng->txt(
"msg_obj_modified"),
true);
936 if ($_REQUEST[
'prev_qid']) {
939 include_once(
"./Modules/Test/classes/class.ilObjTest.php");
941 $test->moveQuestionAfter($_REQUEST[
'prev_qid'], $this->object->getId());
943 if ( $_REQUEST[
'express_mode']) {
945 $tree = $DIC[
'tree'];
946 $ilDB = $DIC[
'ilDB'];
947 $ilPluginAdmin = $DIC[
'ilPluginAdmin'];
949 include_once(
"./Modules/Test/classes/class.ilObjTest.php");
952 require_once
'Modules/Test/classes/class.ilTestQuestionSetConfigFactory.php';
955 $test->insertQuestion(
956 $testQuestionSetConfigFactory->getQuestionSetConfig(),
957 $this->
object->getId()
960 require_once
'Modules/Test/classes/class.ilTestExpressPage.php';
961 $_REQUEST[
'q_id'] = $this->
object->getId();
965 $this->ctrl->redirectByClass($_GET[
"cmdClass"],
"editQuestion");
967 if (strcmp(
$_SESSION[
"info"],
"") != 0) {
968 ilUtil::sendSuccess(
$_SESSION[
"info"] .
"<br />" . $this->lng->txt(
"msg_obj_modified"),
true);
970 ilUtil::sendSuccess($this->lng->txt(
"msg_obj_modified"),
true);
972 $this->ctrl->redirect($this,
'editQuestion');
984 $old_id =
$_GET[
"q_id"];
987 $ilUser->setPref(
"tst_lastquestiontype", $this->object->getQuestionType());
988 $ilUser->writePref(
"tst_lastquestiontype", $this->object->getQuestionType());
989 $this->
object->saveToDb();
990 $originalexists = $this->
object->_questionExistsInPool($this->object->original_id);
991 include_once
"./Modules/TestQuestionPool/classes/class.assQuestion.php";
993 ilUtil::sendSuccess($this->lng->txt(
"msg_obj_modified"),
true);
994 $this->ctrl->setParameter($this,
'test_express_mode', $_REQUEST[
'test_express_mode']);
995 $this->ctrl->redirect($this,
"originalSyncForm");
997 } elseif ($_GET[
"calling_test"]) {
998 require_once
'Modules/Test/classes/class.ilObjTest.php';
1000 #var_dump(assQuestion::_questionExistsInTest($this->object->getId(), $test->getTestId())); 1001 $q_id = $this->
object->getId();
1004 $tree = $DIC[
'tree'];
1005 $ilDB = $DIC[
'ilDB'];
1006 $ilPluginAdmin = $DIC[
'ilPluginAdmin'];
1008 include_once(
"./Modules/Test/classes/class.ilObjTest.php");
1009 $_GET[
"ref_id"] = $_GET[
"calling_test"];
1012 require_once
'Modules/Test/classes/class.ilTestQuestionSetConfigFactory.php';
1015 $new_id =
$test->insertQuestion(
1016 $testQuestionSetConfigFactory->getQuestionSetConfig(),
1017 $this->
object->getId()
1021 if (isset($_REQUEST[
'prev_qid'])) {
1022 $test->moveQuestionAfter($this->object->getId() + 1, $_REQUEST[
'prev_qid']);
1025 $this->ctrl->setParameter($this,
'q_id', $new_id);
1026 $this->ctrl->setParameter($this,
'calling_test', $_GET[
'calling_test']);
1027 #$this->ctrl->setParameter($this, 'test_ref_id', false); 1029 ilUtil::sendSuccess($this->lng->txt(
"msg_obj_modified"),
true);
1031 $_REQUEST[
'test_express_mode']
1035 ilUtil::redirect(
"ilias.php?baseClass=ilObjTestGUI&cmd=questions&ref_id=" . $_GET[
"calling_test"]);
1038 if ($this->object->getId() != $old_id) {
1040 ilUtil::sendSuccess($this->lng->txt(
"msg_obj_modified"),
true);
1041 $this->ctrl->redirectByClass(
"ilobjquestionpoolgui",
"questions");
1043 if (strcmp(
$_SESSION[
"info"],
"") != 0) {
1044 ilUtil::sendSuccess(
$_SESSION[
"info"] .
"<br />" . $this->lng->txt(
"msg_obj_modified"),
true);
1046 ilUtil::sendSuccess($this->lng->txt(
"msg_obj_modified"),
true);
1048 $this->ctrl->redirectByClass(
"ilobjquestionpoolgui",
"questions");
1059 $this->
object->saveToDb();
1060 $this->ctrl->setParameter($this,
"q_id", $this->object->getId());
1061 $this->editQuestion();
1074 $tmpPath = $cont_obj->getLMTree()->getPathFull($a_endnode_id, $a_startnode_id);
1077 for (
$i = 1;
$i < (count($tmpPath) - 1);
$i++) {
1082 $path .= $tmpPath[
$i][
"title"];
1090 $this->sequence_no = $nr;
1100 $this->question_count = $a_question_count;
1120 $this->errormessage .= ((strlen($this->errormessage)) ?
"<br />" :
"") .
$errormessage;
1137 return $this->
object->getQuestionType();
1150 if (strlen($a_value)) {
1151 $result =
" value=\"$a_value\" ";
1163 $cnt = $this->new_id_listener_cnt;
1164 $this->new_id_listeners[$cnt][
"object"] = &$a_object;
1165 $this->new_id_listeners[$cnt][
"method"] = $a_method;
1166 $this->new_id_listeners[$cnt][
"parameters"] = $a_parameters;
1167 $this->new_id_listener_cnt++;
1175 for (
$i = 0;
$i < $this->new_id_listener_cnt;
$i++) {
1176 $this->new_id_listeners[
$i][
"parameters"][
"new_id"] = $a_new_id;
1177 $object = &$this->new_id_listeners[
$i][
"object"];
1178 $method = $this->new_id_listeners[
$i][
"method"];
1179 $parameters = $this->new_id_listeners[
$i][
"parameters"];
1184 $object->$method($parameters);
1194 if (!$this->object->getSelfAssessmentEditingMode()) {
1195 $form->addCommandButton(
"saveReturn", $this->lng->txt(
"save_return"));
1197 $form->addCommandButton(
"save", $this->lng->txt(
"save"));
1210 $title->setMaxLength(100);
1211 $title->setValue($this->object->getTitle());
1212 $title->setRequired(
true);
1213 $form->addItem($title);
1215 if (!$this->object->getSelfAssessmentEditingMode()) {
1217 $author =
new ilTextInputGUI($this->lng->txt(
"author"),
"author");
1218 $author->setValue($this->object->getAuthor());
1219 $author->setRequired(
true);
1220 $form->addItem($author);
1223 $description =
new ilTextInputGUI($this->lng->txt(
"description"),
"comment");
1224 $description->setValue($this->object->getComment());
1225 $description->setRequired(
false);
1226 $form->addItem($description);
1231 if (trim($author) ==
"") {
1234 $hi->setValue($author);
1235 $form->addItem($hi);
1239 $lifecycle =
new ilSelectInputGUI($this->lng->txt(
'qst_lifecycle'),
'lifecycle');
1240 $lifecycle->setOptions($this->object->getLifecycle()->getSelectOptions($this->lng));
1241 $lifecycle->setValue($this->object->getLifecycle()->getIdentifier());
1242 $form->addItem($lifecycle);
1246 $question->
setValue($this->object->getQuestion());
1247 $question->setRequired(
true);
1248 $question->setRows(10);
1249 $question->setCols(80);
1251 if (!$this->object->getSelfAssessmentEditingMode()) {
1253 $question->setUseRte(
true);
1254 include_once
"./Services/AdvancedEditing/classes/class.ilObjAdvancedEditing.php";
1256 $question->addPlugin(
"latex");
1257 $question->addButton(
"latex");
1258 $question->addButton(
"pastelatex");
1259 $question->setRTESupport($this->object->getId(),
"qpl",
"assessment");
1262 require_once
'Modules/TestQuestionPool/classes/questions/class.ilAssSelfAssessmentQuestionFormatter.php';
1264 $question->setUseTagsForRteOnly(
false);
1266 $form->addItem($question);
1268 if (!$this->object->getSelfAssessmentEditingMode()) {
1272 $duration->setShowMinutes(
true);
1273 $duration->setShowSeconds(
true);
1274 $ewt = $this->
object->getEstimatedWorkingTime();
1275 $duration->setHours($ewt[
"h"]);
1276 $duration->setMinutes($ewt[
"m"]);
1277 $duration->setSeconds($ewt[
"s"]);
1278 $duration->setRequired(
false);
1279 $form->addItem($duration);
1282 if (strlen($this->object->getNrOfTries())) {
1283 $nr_tries = $this->
object->getNrOfTries();
1285 $nr_tries = $this->
object->getDefaultNrOfTries();
1287 if ($nr_tries < 1) {
1291 $ni =
new ilNumberInputGUI($this->lng->txt(
"qst_nr_of_tries"),
"nr_of_tries");
1293 $ni->setMinValue(0);
1295 $ni->setMaxLength(5);
1296 $form->addItem($ni);
1303 require_once
'Services/Taxonomy/classes/class.ilTaxAssignInputGUI.php';
1306 $postvar =
"tax_node_assign_$taxonomyId";
1310 $tax_node_assign->saveInput(
"qpl", $this->object->getObjId(),
"quest", $this->
object->getId());
1319 require_once
'Services/UIComponent/Overlay/classes/class.ilOverlayGUI.php';
1320 ilOverlayGUI::initJavaScript();
1323 $sectHeader->setTitle($this->lng->txt(
'qpl_qst_edit_form_taxonomy_section'));
1326 require_once
'Services/Taxonomy/classes/class.ilTaxSelectInputGUI.php';
1330 $label = sprintf($this->lng->txt(
'qpl_qst_edit_form_taxonomy'), $taxonomy->getTitle());
1331 $postvar =
"tax_node_assign_$taxonomyId";
1336 require_once
'Services/Taxonomy/classes/class.ilTaxNodeAssignment.php';
1340 $taxSelect->setValue(array_map(
function ($assignedNode) {
1341 return $assignedNode[
'node_id'];
1342 }, $assignedNodes));
1374 include_once
"./Modules/Test/classes/class.ilObjTest.php";
1376 if (strlen($manual_feedback)) {
1377 return $manual_feedback;
1379 $correct_feedback = $this->
object->feedbackOBJ->getGenericFeedbackTestPresentation($this->object->getId(),
true);
1380 $incorrect_feedback = $this->
object->feedbackOBJ->getGenericFeedbackTestPresentation($this->object->getId(),
false);
1381 if (strlen($correct_feedback . $incorrect_feedback)) {
1382 $reached_points = $this->
object->calculateReachedPoints($active_id,
$pass);
1383 $max_points = $this->
object->getMaximumPoints();
1384 if ($reached_points == $max_points) {
1385 $output = $correct_feedback;
1387 $output = $incorrect_feedback;
1390 return $this->
object->prepareTextareaOutput($output,
true);
1395 return $this->
object->prepareTextareaOutput(
1396 $this->object->feedbackOBJ->getGenericFeedbackTestPresentation($this->object->getId(),
true),
1403 return $this->
object->prepareTextareaOutput(
1404 $this->object->feedbackOBJ->getGenericFeedbackTestPresentation($this->object->getId(),
false),
1423 $count = $this->
object->isInUse();
1425 if ($this->object->_questionExistsInPool($this->object->getId()) && $count) {
1427 $rbacsystem = $DIC[
'rbacsystem'];
1428 if ($rbacsystem->checkAccess(
"write",
$_GET[
"ref_id"])) {
1429 ilUtil::sendInfo(sprintf($this->lng->txt(
"qpl_question_is_in_use"), $count));
1451 $ilAccess = $DIC[
'ilAccess'];
1453 $save = (is_array(
$_POST[
"cmd"]) && array_key_exists(
"suggestedsolution",
$_POST[
"cmd"])) ?
true :
false;
1455 if ($save &&
$_POST[
"deleteSuggestedSolution"] == 1) {
1456 $this->
object->deleteSuggestedSolutions();
1457 ilUtil::sendSuccess($this->lng->txt(
"msg_obj_modified"),
true);
1458 $this->ctrl->redirect($this,
"suggestedsolution");
1462 $solution_array = $this->
object->getSuggestedSolution(0);
1464 "lm" => $this->lng->txt(
"obj_lm"),
1465 "st" => $this->lng->txt(
"obj_st"),
1466 "pg" => $this->lng->txt(
"obj_pg"),
1467 "git" => $this->lng->txt(
"glossary_term"),
1468 "file" => $this->lng->txt(
"fileDownload"),
1469 "text" => $this->lng->txt(
"solutionText")
1472 if ((strcmp(
$_POST[
"solutiontype"],
"file") == 0) && (strcmp($solution_array[
"type"],
"file") != 0)) {
1473 $solution_array = array(
1476 } elseif ((strcmp(
$_POST[
"solutiontype"],
"text") == 0) && (strcmp($solution_array[
"type"],
"text") != 0)) {
1480 $solution_array = array(
1486 if ($save && strlen(
$_POST[
"filename"])) {
1487 $solution_array[
"value"][
"filename"] =
$_POST[
"filename"];
1489 if ($save && strlen(
$_POST[
"solutiontext"])) {
1490 $solution_array[
"value"] =
$_POST[
"solutiontext"];
1492 include_once(
"./Services/Form/classes/class.ilPropertyFormGUI.php");
1493 if (count($solution_array)) {
1495 $form->setFormAction($this->ctrl->getFormAction($this));
1496 $form->setTitle($this->lng->txt(
"solution_hint"));
1497 $form->setMultipart(
true);
1498 $form->setTableWidth(
"100%");
1499 $form->setId(
"suggestedsolutiondisplay");
1502 include_once
"./Modules/TestQuestionPool/classes/class.ilSolutionTitleInputGUI.php";
1504 $template =
new ilTemplate(
"tpl.il_as_qpl_suggested_solution_input_presentation.html",
true,
true,
"Modules/TestQuestionPool");
1505 if (strlen($solution_array[
"internal_link"])) {
1507 $template->setCurrentBlock(
"preview");
1508 $template->setVariable(
"TEXT_SOLUTION", $this->lng->txt(
"suggested_solution"));
1509 $template->setVariable(
"VALUE_SOLUTION",
" <a href=\"$href\" target=\"content\">" . $this->lng->txt(
"view") .
"</a> ");
1510 $template->parseCurrentBlock();
1511 } elseif ((strcmp($solution_array[
"type"],
"file") == 0) && (is_array($solution_array[
"value"]))) {
1512 $href = $this->
object->getSuggestedSolutionPathWeb() . $solution_array[
"value"][
"name"];
1513 $template->setCurrentBlock(
"preview");
1514 $template->setVariable(
"TEXT_SOLUTION", $this->lng->txt(
"suggested_solution"));
1515 $template->setVariable(
"VALUE_SOLUTION",
" <a href=\"$href\" target=\"content\">" .
ilUtil::prepareFormOutput((strlen($solution_array[
"value"][
"filename"])) ? $solution_array[
"value"][
"filename"] : $solution_array[
"value"][
"name"]) .
"</a> ");
1516 $template->parseCurrentBlock();
1518 $template->setVariable(
"TEXT_TYPE", $this->lng->txt(
"type"));
1519 $template->setVariable(
"VALUE_TYPE", $options[$solution_array[
"type"]]);
1520 $title->
setHtml($template->get());
1522 $deletesolution->setOptionTitle($this->lng->txt(
"deleteSuggestedSolution"));
1523 $title->addSubItem($deletesolution);
1524 $form->addItem($title);
1526 if (strcmp($solution_array[
"type"],
"file") == 0) {
1528 $file =
new ilFileInputGUI($this->lng->txt(
"fileDownload"),
"file");
1530 $file->enableFileNameSelection(
"filename");
1532 if ($_FILES[
"file"][
"tmp_name"] && $file->checkInput()) {
1533 if (!file_exists($this->object->getSuggestedSolutionPath())) {
1537 $res =
ilUtil::moveUploadedFile($_FILES[
"file"][
"tmp_name"], $_FILES[
"file"][
"name"], $this->object->getSuggestedSolutionPath() . $_FILES[
"file"][
"name"]);
1542 if (is_array($solution_array[
"value"])) {
1543 @unlink($this->object->getSuggestedSolutionPath() . $solution_array[
"value"][
"name"]);
1545 $file->setValue($_FILES[
"file"][
"name"]);
1546 $this->
object->saveSuggestedSolution(
"file",
"", 0, array(
"name" => $_FILES[
"file"][
"name"],
"type" => $_FILES[
"file"][
"type"],
"size" => $_FILES[
"file"][
"size"],
"filename" =>
$_POST[
"filename"]));
1547 $originalexists = $this->
object->_questionExistsInPool($this->object->original_id);
1551 ilUtil::sendSuccess($this->lng->txt(
"suggested_solution_added_successfully"),
true);
1552 $this->ctrl->redirect($this,
"suggestedsolution");
1559 if (is_array($solution_array[
"value"])) {
1560 $file->setValue($solution_array[
"value"][
"name"]);
1561 $file->setFilename((strlen($solution_array[
"value"][
"filename"])) ? $solution_array[
"value"][
"filename"] : $solution_array[
"value"][
"name"]);
1564 $form->addItem($file);
1566 $hidden->setValue(
"file");
1567 $form->addItem($hidden);
1568 } elseif (strcmp($solution_array[
"type"],
"text") == 0) {
1569 $solutionContent = $solution_array[
'value'];
1570 $solutionContent = $this->
object->fixSvgToPng($solutionContent);
1571 $solutionContent = $this->
object->fixUnavailableSkinImageSources($solutionContent);
1573 $question->
setValue($this->object->prepareTextareaOutput($solutionContent));
1574 $question->setRequired(
true);
1575 $question->setRows(10);
1576 $question->setCols(80);
1577 $question->setUseRte(
true);
1578 $question->addPlugin(
"latex");
1579 $question->addButton(
"latex");
1580 $question->setRTESupport($this->object->getId(),
"qpl",
"assessment");
1582 $hidden->setValue(
"text");
1583 $form->addItem($hidden);
1584 $form->addItem($question);
1586 if ($ilAccess->checkAccess(
"write",
"",
$_GET[
'ref_id'])) {
1587 $form->addCommandButton(
'showSuggestedSolution', $this->lng->txt(
'cancel'));
1588 $form->addCommandButton(
'suggestedsolution', $this->lng->txt(
'save'));
1592 if ($form->checkInput()) {
1593 switch ($solution_array[
"type"]) {
1595 $this->
object->saveSuggestedSolution(
"file",
"", 0, array(
1596 "name" => $solution_array[
"value"][
"name"],
1597 "type" => $solution_array[
"value"][
"type"],
1598 "size" => $solution_array[
"value"][
"size"],
1599 "filename" =>
$_POST[
"filename"]
1603 $this->
object->saveSuggestedSolution(
"text",
"", 0, $solution_array[
"value"]);
1606 $originalexists = $this->
object->_questionExistsInPool($this->object->original_id);
1610 ilUtil::sendSuccess($this->lng->txt(
"msg_obj_modified"),
true);
1611 $this->ctrl->redirect($this,
"suggestedsolution");
1616 $output = $form->getHTML();
1619 $savechange = (strcmp($this->ctrl->getCmd(),
"saveSuggestedSolution") == 0) ? true :
false;
1622 if ($ilAccess->checkAccess(
"write",
"",
$_GET[
'ref_id'])) {
1624 $formchange->setFormAction($this->ctrl->getFormAction($this));
1625 $formchange->setTitle((count($solution_array)) ? $this->lng->txt(
"changeSuggestedSolution") : $this->lng->txt(
"addSuggestedSolution"));
1626 $formchange->setMultipart(
false);
1627 $formchange->setTableWidth(
"100%");
1628 $formchange->setId(
"suggestedsolution");
1630 $solutiontype =
new ilRadioGroupInputGUI($this->lng->txt(
"suggestedSolutionType"),
"solutiontype");
1631 foreach ($options as $opt_value => $opt_caption) {
1634 if (count($solution_array)) {
1635 $solutiontype->setValue($solution_array[
"type"]);
1637 $solutiontype->setRequired(
true);
1638 $formchange->addItem($solutiontype);
1640 $formchange->addCommandButton(
"saveSuggestedSolution", $this->lng->txt(
"select"));
1643 $formchange->checkInput();
1645 $changeoutput = $formchange->getHTML();
1648 $this->tpl->setVariable(
"ADM_CONTENT", $changeoutput . $output);
1654 $tree = $DIC[
'tree'];
1656 include_once(
"./Modules/TestQuestionPool/classes/class.ilSolutionExplorer.php");
1658 $search =
$_GET[
"search_link_type"];
1659 $this->ctrl->setParameter($this,
"link_new_type",
$type);
1660 $this->ctrl->setParameter($this,
"search_link_type", $search);
1661 $this->ctrl->saveParameter($this, array(
"subquestion_index",
"link_new_type",
"search_link_type"));
1665 $parent_ref_id = $tree->getParentId(
$_GET[
"ref_id"]);
1666 $exp =
new ilSolutionExplorer($this->ctrl->getLinkTarget($this,
'suggestedsolution'), get_class($this));
1668 $exp->setExpandTarget($this->ctrl->getLinkTarget($this,
'outSolutionExplorer'));
1669 $exp->setTargetGet(
"ref_id");
1670 $exp->setRefId(
$_GET[
"ref_id"]);
1671 $exp->addFilter(
$type);
1672 $exp->setSelectableType(
$type);
1673 if (isset(
$_GET[
'expandCurrentPath']) &&
$_GET[
'expandCurrentPath']) {
1674 $exp->expandPathByRefId($parent_ref_id);
1680 $template =
new ilTemplate(
"tpl.il_as_qpl_explorer.html",
true,
true,
"Modules/TestQuestionPool");
1681 $template->setVariable(
"EXPLORER_TREE", $exp->getOutput());
1682 $template->setVariable(
"BUTTON_CANCEL", $this->lng->txt(
"cancel"));
1683 $template->setVariable(
"FORMACTION", $this->ctrl->getFormAction($this,
"suggestedsolution"));
1684 $this->tpl->setVariable(
"ADM_CONTENT", $template->get());
1690 $tree = $DIC[
'tree'];
1692 include_once(
"./Modules/TestQuestionPool/classes/class.ilSolutionExplorer.php");
1693 switch (
$_POST[
"solutiontype"]) {
1718 if (isset(
$_POST[
'solutiontype'])) {
1719 $this->ctrl->setParameter($this,
'expandCurrentPath', 1);
1721 $this->ctrl->setParameter($this,
"link_new_type",
$type);
1722 $this->ctrl->setParameter($this,
"search_link_type", $search);
1723 $this->ctrl->redirect($this,
"outSolutionExplorer");
1728 $this->ctrl->redirect($this,
"suggestedsolution");
1733 require_once
'Modules/TestQuestionPool/classes/tables/class.ilQuestionInternalLinkSelectionTableGUI.php';
1734 require_once
'Modules/LearningModule/classes/class.ilLMPageObject.php';
1735 require_once
'Modules/LearningModule/classes/class.ilObjContentObjectGUI.php';
1737 $this->ctrl->setParameter($this,
'q_id', $this->object->getId());
1740 $cont_obj = $cont_obj_gui->object;
1742 $shownpages = array();
1743 $tree = $cont_obj->getLMTree();
1744 $chapters = $tree->getSubtree($tree->getNodeData($tree->getRootId()));
1748 foreach ($chapters as $chapter) {
1749 $chapterpages = $tree->getChildsByType($chapter[
'obj_id'],
'pg');
1750 foreach ($chapterpages as $page) {
1751 if ($page[
'type'] ==
$_GET[
'search_link_type']) {
1752 array_push($shownpages, $page[
'obj_id']);
1754 if ($tree->isInTree($page[
'obj_id'])) {
1760 $this->ctrl->setParameter($this, $page[
'type'], $page[
'obj_id']);
1762 'title' => $page[
'title'],
1764 'text_add' => $this->lng->txt(
'add'),
1765 'href_add' => $this->ctrl->getLinkTarget($this,
'add' . strtoupper($page[
'type']))
1770 foreach ($pages as $page) {
1771 if (!in_array($page[
'obj_id'], $shownpages)) {
1772 $this->ctrl->setParameter($this, $page[
'type'], $page[
'obj_id']);
1774 'title' => $page[
'title'],
1775 'description' =>
'---',
1776 'text_add' => $this->lng->txt(
'add'),
1777 'href_add' => $this->ctrl->getLinkTarget($this,
'add' . strtoupper($page[
'type']))
1782 require_once
'Modules/TestQuestionPool/classes/tables/class.ilQuestionInternalLinkSelectionTableGUI.php';
1785 $table->setData(
$rows);
1787 $this->tpl->setContent($table->getHTML());
1792 require_once
'Modules/TestQuestionPool/classes/tables/class.ilQuestionInternalLinkSelectionTableGUI.php';
1793 require_once
'Modules/LearningModule/classes/class.ilObjContentObjectGUI.php';
1795 $this->ctrl->setParameter($this,
'q_id', $this->object->getId());
1798 $cont_obj = $cont_obj_gui->object;
1799 $ctree = $cont_obj->getLMTree();
1800 $nodes = $ctree->getSubtree($ctree->getNodeData($ctree->getRootId()));
1804 foreach ($nodes as $node) {
1805 if ($node[
'type'] ==
$_GET[
'search_link_type']) {
1806 $this->ctrl->setParameter($this, $node[
'type'], $node[
'obj_id']);
1808 'title' => $node[
'title'],
1809 'description' =>
'',
1810 'text_add' => $this->lng->txt(
'add'),
1811 'href_add' => $this->ctrl->getLinkTarget($this,
'add' . strtoupper($node[
'type']))
1818 $table->setData(
$rows);
1820 $this->tpl->setContent($table->getHTML());
1825 $this->ctrl->setParameter($this,
'q_id', $this->object->getId());
1828 $terms = $glossary->getTermList();
1832 foreach ($terms as $term) {
1833 $this->ctrl->setParameter($this,
'git', $term[
'id']);
1835 'title' => $term[
'term'],
1836 'description' =>
'',
1837 'text_add' => $this->lng->txt(
'add'),
1838 'href_add' => $this->ctrl->getLinkTarget($this,
'addGIT')
1843 $table->setTitle($this->lng->txt(
'glossary_term'));
1844 $table->setData(
$rows);
1846 $this->tpl->setContent($table->getHTML());
1851 $this->ctrl->saveParameter($this, array(
"subquestion_index",
"link_new_type",
"search_link_type"));
1852 switch (
$_GET[
"search_link_type"]) {
1863 $subquestion_index = (
$_GET[
"subquestion_index"] > 0) ?
$_GET[
"subquestion_index"] : 0;
1864 $this->
object->saveSuggestedSolution(
"lm",
"il__lm_" .
$_GET[
"source_id"], $subquestion_index);
1865 ilUtil::sendSuccess($this->lng->txt(
"suggested_solution_added_successfully"),
true);
1866 $this->ctrl->redirect($this,
"suggestedsolution");
1873 $subquestion_index = 0;
1874 if (strlen(
$_GET[
"subquestion_index"]) &&
$_GET[
"subquestion_index"] >= 0) {
1875 $subquestion_index =
$_GET[
"subquestion_index"];
1877 $this->
object->saveSuggestedSolution(
"pg",
"il__pg_" .
$_GET[
"pg"], $subquestion_index);
1878 ilUtil::sendSuccess($this->lng->txt(
"suggested_solution_added_successfully"),
true);
1879 $this->ctrl->redirect($this,
"suggestedsolution");
1884 $subquestion_index = 0;
1885 if (strlen(
$_GET[
"subquestion_index"]) &&
$_GET[
"subquestion_index"] >= 0) {
1886 $subquestion_index =
$_GET[
"subquestion_index"];
1888 $this->
object->saveSuggestedSolution(
"st",
"il__st_" .
$_GET[
"st"], $subquestion_index);
1889 ilUtil::sendSuccess($this->lng->txt(
"suggested_solution_added_successfully"),
true);
1890 $this->ctrl->redirect($this,
"suggestedsolution");
1895 $subquestion_index = 0;
1896 if (strlen(
$_GET[
"subquestion_index"]) &&
$_GET[
"subquestion_index"] >= 0) {
1897 $subquestion_index =
$_GET[
"subquestion_index"];
1899 $this->
object->saveSuggestedSolution(
"git",
"il__git_" .
$_GET[
"git"], $subquestion_index);
1900 ilUtil::sendSuccess($this->lng->txt(
"suggested_solution_added_successfully"),
true);
1901 $this->ctrl->redirect($this,
"suggestedsolution");
1906 return in_array($this->ctrl->getCmd(), array(
'save',
'saveEdit',
'saveReturn'));
1924 $commands = array();
1926 foreach ($reflectionClass->getConstants() as $constName => $constValue) {
1927 if (substr($constName, 0, strlen($cmdConstantNameBegin)) == $cmdConstantNameBegin) {
1928 $commands[] = $constValue;
1939 $rbacsystem = $DIC[
'rbacsystem'];
1940 $ilTabs = $DIC[
'ilTabs'];
1942 $ilTabs->clearTargets();
1944 $this->ctrl->setParameterByClass(
"ilAssQuestionPageGUI",
"q_id",
$_GET[
"q_id"]);
1945 include_once
"./Modules/TestQuestionPool/classes/class.assQuestion.php";
1946 $q_type = $this->
object->getQuestionType();
1948 if (strlen($q_type)) {
1949 $classname = $q_type .
"GUI";
1950 $this->ctrl->setParameterByClass(strtolower($classname),
"sel_question_types", $q_type);
1951 $this->ctrl->setParameterByClass(strtolower($classname),
"q_id",
$_GET[
"q_id"]);
1954 if (
$_GET[
"q_id"]) {
1955 if ($rbacsystem->checkAccess(
'write',
$_GET[
"ref_id"])) {
1959 $this->ctrl->getLinkTargetByClass(
"ilAssQuestionPageGUI",
"edit"),
1960 array(
"edit",
"insert",
"exec_pg"),
1969 $force_active =
false;
1970 if ($rbacsystem->checkAccess(
'write',
$_GET[
"ref_id"])) {
1973 $url = $this->ctrl->getLinkTargetByClass($classname,
"editQuestion");
1975 $force_active =
false;
1997 if (
$_GET[
"q_id"]) {
2000 $this->ctrl->getLinkTargetByClass($classname,
"assessment"),
2001 array(
"assessment"),
2012 if (
$_GET[
"q_id"]) {
2014 "suggested_solution",
2015 $this->ctrl->getLinkTargetByClass($classname,
"suggestedsolution"),
2016 array(
"suggestedsolution",
"saveSuggestedSolution",
"outSolutionExplorer",
"cancel",
2017 "addSuggestedSolution",
"cancelExplorer",
"linkChilds",
"removeSuggestedSolution" 2032 return array(
'editQuestion',
'save',
'saveEdit',
'originalSyncForm');
2051 require_once
'Modules/TestQuestionPool/classes/class.ilAssQuestionFeedbackEditingGUI.php';
2052 $tabCommands = self::getCommandsFromClassConstants(
'ilAssQuestionFeedbackEditingGUI');
2056 $tabs->
addTarget(
'tst_feedback', $tabLink, $tabCommands,
$ilCtrl->getCmdClass(),
'');
2062 protected function addTab_Units(
ilTabsGUI $tabs)
2070 $tabs->
addTarget(
'units',
$ilCtrl->getLinkTargetByClass(
'ilLocalUnitConfigurationGUI',
''),
'',
'illocalunitconfigurationgui');
2084 require_once
'Modules/TestQuestionPool/classes/class.ilAssQuestionHintsGUI.php';
2086 switch (
$ilCtrl->getCmdClass()) {
2087 case 'ilassquestionhintsgui':
2089 $tabCommands = self::getCommandsFromClassConstants(
'ilAssQuestionHintsGUI');
2092 case 'ilassquestionhintgui':
2094 require_once
'Modules/TestQuestionPool/classes/class.ilAssQuestionHintGUI.php';
2095 $tabCommands = self::getCommandsFromClassConstants(
'ilAssQuestionHintGUI');
2100 $tabCommands = array();
2105 $tabs->
addTarget(
'tst_question_hints_tab', $tabLink, $tabCommands,
$ilCtrl->getCmdClass(),
'');
2110 require_once
'Modules/TestQuestionPool/classes/class.ilAssQuestionPreviewGUI.php';
2116 array(
'ilAssQuestionPreviewGUI')
2123 $graphicalOutput =
false,
2124 $result_output =
false,
2125 $show_question_only =
true,
2126 $show_feedback =
false,
2127 $show_correct_solution =
false,
2128 $show_manual_scoring =
false,
2129 $show_question_text =
true 2150 $result = $this->
object->lookupForExistingSolutions($activeId, $passIndex);
2151 return (
$result[
'intermediate']);
2160 $this->use_intermediate_solution = (bool) $use;
2174 $reachedPoints = $this->
object->getAdjustedReachedPoints($activeId, $passIndex,
true);
2175 $maximumPoints = $this->
object->getMaximumPoints();
2177 return $reachedPoints == $maximumPoints;
2182 return $this->
object->isAutosaveable();
2187 $this->
object->setTitle(
$_POST[
"title"]);
2188 $this->
object->setAuthor(
$_POST[
"author"]);
2189 $this->
object->setComment(
$_POST[
"comment"]);
2190 if ($this->object->getSelfAssessmentEditingMode()) {
2191 $this->
object->setNrOfTries(
$_POST[
'nr_of_tries']);
2196 $this->
object->setLifecycle($lifecycle);
2201 $this->
object->setEstimatedWorkingTime(
2202 $_POST[
"Estimated"][
"hh"],
2203 $_POST[
"Estimated"][
"mm"],
2204 $_POST[
"Estimated"][
"ss"]
2208 abstract public function getPreview($show_question_only =
false, $showInlineFeedback =
false);
2224 $is_question_postponed =
false,
2225 $user_post_solutions =
false,
2226 $show_specific_inline_feedback =
false 2233 $is_question_postponed,
2234 $user_post_solutions,
2235 $show_specific_inline_feedback
2240 $this->tpl->setVariable(
"QUESTION_OUTPUT", $test_output);
2241 $this->tpl->setVariable(
"FORMACTION", $formaction);
2243 $this->tpl->setVariable(
"FORM_TIMESTAMP", time());
2261 $is_question_postponed,
2262 $user_post_solutions,
2263 $show_specific_inline_feedback
2268 return self::FORM_ENCODING_URLENCODE;
2276 if ((
$_GET[
"calling_test"] > 0) || (
$_GET[
"test_ref_id"] > 0)) {
2277 $ref_id =
$_GET[
"calling_test"];
2278 if (strlen($ref_id) == 0) {
2279 $ref_id =
$_GET[
"test_ref_id"];
2282 if (!
$_GET[
'test_express_mode'] && !
$GLOBALS[
'___test_express_mode']) {
2283 $ilTabs->
setBackTarget($this->lng->txt(
"backtocallingtest"),
"ilias.php?baseClass=ilObjTestGUI&cmd=questions&ref_id=$ref_id");
2286 $ilTabs->
setBackTarget($this->lng->txt(
"backtocallingtest"), $link);
2288 } elseif (isset(
$_GET[
'calling_consumer']) && (
int)
$_GET[
'calling_consumer']) {
2289 $ref_id = (int) $_GET[
'calling_consumer'];
2292 $ilTabs->
setBackTarget($consumer->getQuestionEditingFormBackTargetLabel(), $consumer->getQuestionEditingFormBackTarget($_GET[
'consumer_context']));
2294 require_once
'Services/Link/classes/class.ilLink.php';
2298 $ilTabs->
setBackTarget($this->lng->txt(
"qpl"), $this->ctrl->getLinkTargetByClass(
"ilobjquestionpoolgui",
"questions"));
2328 require_once
'Services/Form/classes/class.ilPropertyFormGUI.php';
2331 $form->setFormAction($this->ctrl->getFormAction($this));
2333 $form->setId($this->
getType());
2336 $form->setTableWidth(
'100%');
2338 $form->setMultipart(
true);
2355 $errors = $this->editQuestion(
true);
2364 return '<div id="focus"></div>';
2391 require_once
'Modules/TestQuestionPool/classes/tables/class.ilAnswerFrequencyStatisticTableGUI.php';
2394 $table->setQuestionIndex($questionIndex);
2396 $table->initColumns();
isTestPresentationContext()
hasIntermediateSolution($activeId, $passIndex)
Check if the question has an intermediate solution.
static makeDirParents($a_dir)
Create a new directory and all parent directories.
setQuestionActionCmd($questionActionCmd)
static prepareFormOutput($a_str, $a_strip=false)
prepares string output for html forms public
hasCorrectSolution($activeId, $passIndex)
getAssignmentsOfItem($a_item_id)
Get assignments for item.
addTab_QuestionPreview(ilTabsGUI $tabsGUI)
saveCorrectionsFormProperties(ilPropertyFormGUI $form)
This class represents an option in a radio group.
static getInstance($identifier)
getTestOutput( $active_id, $pass, $is_question_postponed, $user_post_solutions, $show_specific_inline_feedback)
Taxonomy node <-> item assignment.
static _includeClass($question_type, $gui=0)
Include the php class file for a given question type.
getAnswersFrequency($relevantAnswers, $questionIndex)
getSpecificFeedbackOutput($userSolution)
Returns the answer specific feedback for the question.
static getQuestionTypeFromDb($question_id)
get question type for question id
getPreview($show_question_only=false, $showInlineFeedback=false)
addBasicQuestionFormProperties($form)
Add basic question form properties: assessment: title, author, description, question, working time.
getPreviousSolutionConfirmationCheckboxHtml()
addTab_QuestionHints(ilTabsGUI $tabs)
adds the hints tab to ilTabsGUI
suggestedsolution()
Allows to add suggested solutions for questions.
static _getGUIClassNameForId($a_q_id)
writePostData($always=false)
Evaluates a posted edit form and writes the form data in the question object.
$question_count
question count in test
addErrorMessage($errormessage)
const ADDITIONAL_CONTENT_EDITING_MODE_PAGE_OBJECT
constant for additional content editing mode "pageobject"
__construct()
assQuestionGUI constructor
getEditQuestionTabCommands()
const SESSION_PREVIEW_DATA_BASE_INDEX
buildBasicEditFormObject()
setPresentationContext($presentationContext)
setPreviousSolutionPrefilled($previousSolutionPrefilled)
getBasicEditQuestionTabCommands()
static _getUsedHTMLTags($a_module="")
Returns an array of all allowed HTML tags for text editing.
static _getQuestionTypeName($type_tag)
Return the translation for a given question type tag.
setValue($a_value)
Set Value.
setQuestionHeaderBlockBuilder($questionHeaderBlockBuilder)
getPresentationJavascripts()
getGenericFeedbackOutputForCorrectSolution()
setTaxonomyIds($taxonomyIds)
setRenderPurpose($renderPurpose)
callNewIdListeners($a_new_id)
Call the new id listeners.
getUseUnchangedAnswerCheckboxHtml()
addTarget( $a_text, $a_link, $a_cmd="", $a_cmdClass="", $a_frame="", $a_activate=false, $a_dir_text=false)
hasInlineFeedback()
this method can be overwritten per question type
getQuestionTemplate()
get question template
Class ilQuestionUsagesTableGUI.
enablePublicNotes($a_enable=true)
enable public notes
static initJavascript($a_ajax_url, $a_type=IL_NOTE_PRIVATE, ilGlobalTemplateInterface $a_main_tpl=null)
Init javascript.
isRenderPurposePlayback()
setEditContext($editContext)
setBackTarget($a_title, $a_target, $a_frame="")
back target for upper context
isAnswerFreuqencyStatisticSupported()
populateTaxonomyFormSection(ilPropertyFormGUI $form)
getUseIntermediateSolution()
Get if intermediate solution should be used for solution output.
const CMD_SHOW_LIST
command constants
const CMD_SHOW
command constants
$use_intermediate_solution
static stripOnlySlashes($a_str)
strip slashes if magic qoutes is enabled
prepareReprintableCorrectionsForm(ilPropertyFormGUI $form)
$sequence_no
sequence number in test
static _getInternalLinkHref($target="")
populateJavascriptFilesRequiredForWorkForm(ilGlobalTemplateInterface $tpl)
static sendInfo($a_info="", $a_keep=false)
Send Info Message to Screen.
getType()
needed for page editor compliance
static getCommandsFromClassConstants($guiClassName, $cmdConstantNameBegin='CMD_')
extracts values of all constants of given class with given prefix as array can be used to get all pos...
addJavaScript($a_js_file, $a_add_version_parameter=true, $a_batch=2)
Add a javascript file that should be included in the header.
populateCorrectionsFormProperties(ilPropertyFormGUI $form)
& createQuestionGUI($question_type, $question_id=-1)
Creates a question gui representation.
writeQuestionGenericPostData()
foreach($_POST as $key=> $value) $res
const PRESENTATION_CONTEXT_RESULTS
static getReturnToPageLink($q_id=null)
isRenderPurposeDemoplay()
setAdjustmentEditContext()
getILIASPage($html="")
Returns the ILIAS Page around a question.
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
static getManualFeedback($active_id, $question_id, $pass)
Retrieves the feedback comment for a question in a test if it is finalized.
const FORM_ENCODING_MULTIPART
if(!defined('PATH_SEPARATOR')) $GLOBALS['_PEAR_default_error_mode']
originalSyncForm($return_to="", $return_to_feedback='')
addNewIdListener(&$a_object, $a_method, $a_parameters="")
Add a listener that is notified with the new question ID, when a new question is saved.
isAdjustmentEditContext()
const EDIT_CONTEXT_ADJUSTMENT
addTab_QuestionFeedback(ilTabsGUI $tabs)
adds the feedback tab to ilTabsGUI
isRenderPurposeInputValue()
const RENDER_PURPOSE_DEMOPLAY
setTargetGui($linkTargetGui)
getContextPath($cont_obj, $a_endnode_id, $a_startnode_id=1)
get context path in content object tree
getQuestionType()
Returns the question type string.
setUseIntermediateSolution($use)
static stripSlashes($a_str, $a_strip_html=true, $a_allow="")
strip slashes if magic qoutes is enabled
setTargetGuiClass($targetGuiClass)
Basic GUI class for assessment questions.
setErrorMessage($errormessage)
const EDIT_CONTEXT_AUTHORING
static _lookupType($a_id, $a_reference=false)
lookup object type
const PRESENTATION_CONTEXT_TEST
static _getClassNameForQType($q_type)
$previousSolutionPrefilled
completeTestOutputFormAction($formAction, $active_id, $pass)
supportsIntermediateSolutionOutput()
Question type specific support of intermediate solution output The function getSolutionOutput respect...
getPreviousSolutionProvidedMessage()
executeCommand()
execute command
static _questionExistsInTest($question_id, $test_id)
getAnswerFeedbackOutput($active_id, $pass)
Returns the answer generic feedback depending on the results of the question.
const FORM_ENCODING_URLENCODE
const RENDER_PURPOSE_PLAYBACK
Class ilQuestionInternalLinkSelectionTableGUI.
getGenericFeedbackOutputForIncorrectSolution()
saveTaxonomyAssignments()
Class ilQuestionUsagesTableGUI.
outQuestionPage($a_temp_var, $a_postponed=false, $active_id="", $html="", $inlineFeedbackEnabled=false)
output question page
static renameExecutables($a_dir)
Rename uploaded executables for security reasons.
getSolutionOutput( $active_id, $pass=null, $graphicalOutput=false, $result_output=false, $show_question_only=true, $show_feedback=false, $show_correct_solution=false, $show_manual_scoring=false, $show_question_text=true)
getAdditionalEditQuestionCommands()
This class represents a text area property in a property form.
addBackTab(ilTabsGUI $ilTabs)
outQuestionForTest( $formaction, $active_id, $pass, $is_question_postponed=false, $user_post_solutions=false, $show_specific_inline_feedback=false)
setPreviewSession($previewSession)
getQuestionHeaderBlockBuilder()
Class ilObjContentObjectGUI.
const RENDER_PURPOSE_PRINT_PDF
static getInstanceByRefId($a_ref_id, $stop_on_error=true)
get an instance of an Ilias object by reference id
isRenderPurposePrintPdf()
$questionHeaderBlockBuilder
static getGuiClassNameByQuestionType($questionType)
setOutputMode($a_mode=self::PRESENTATION)
Set Output Mode.
isPreviousSolutionPrefilled()
getGenericFeedbackOutput($active_id, $pass)
Returns the answer specific feedback for the question.
static getPageList($lm_id)
static
getAsValueAttribute($a_value)
Returns a HTML value attribute.
static redirect($a_script)
const RENDER_PURPOSE_INPUT_VALUE
const RENDER_PURPOSE_PREVIEW
static getFeedbackClassNameByQuestionType($questionType)
static _getLink($a_ref_id, $a_type='', $a_params=array(), $append="")
Class ilCommonActionDispatcherGUI.
getAnswerFrequencyTableGUI($parentGui, $parentCmd, $relevantAnswers, $questionIndex)
setSubObject($a_sub_obj_type, $a_sub_obj_id)
Set sub object attributes.
saveReturn()
save question
setExpand($a_node_id)
set the expand option this value is stored in a SESSION variable to save it different view (lo view...
addTab_SuggestedSolution(ilTabsGUI $tabs, $classname)
const TAB_ID_QUESTION_PREVIEW
setQuestionHTML($question_html)
addQuestionFormCommandButtons($form)
Add the command buttons of a question properties form.
setQuestionCount($a_question_count)
renderPurposeSupportsFormHtml()
static _isWriteable($question_id, $user_id)
Returns true if the question is writeable by a certain user.
setNavigationGUI($navigationGUI)