4 require_once
'./Modules/Test/exceptions/class.ilTestException.php';
5 require_once
'./Services/Object/classes/class.ilObjectGUI.php';
6 require_once
'./Modules/Test/classes/inc.AssessmentConstants.php';
7 require_once
'./Modules/Test/classes/class.ilObjAssessmentFolderGUI.php';
8 require_once
'./Modules/Test/classes/class.ilObjAssessmentFolder.php';
9 require_once
'./Modules/Test/classes/class.ilTestExpressPage.php';
49 'ilpublicuserprofilegui',
'ilobjportfoliogui' 74 $lng->loadLanguageModule(
"assessment");
77 $this->ctrl->saveParameter($this, array(
"ref_id",
"test_ref_id",
"calling_test",
"test_express_mode",
"q_id"));
82 require_once
'Modules/Test/classes/class.ilTestQuestionSetConfigFactory.php';
85 require_once
'Modules/Test/classes/class.ilTestPlayerFactory.php';
88 require_once
'Modules/Test/classes/class.ilTestSessionFactory.php';
91 require_once
'Modules/Test/classes/class.ilTestSequenceFactory.php';
101 global $ilAccess, $ilNavigationHistory,
$ilCtrl,
$ilErr,
$tpl,
$lng, $ilTabs, $ilPluginAdmin,
$ilDB,
$tree,
$ilias,
$ilUser;
103 if((!$ilAccess->checkAccess(
"read",
"",
$_GET[
"ref_id"])))
105 $ilias->raiseError($this->lng->txt(
"permission_denied"), $ilias->error_obj->MESSAGE);
108 $cmd = $this->ctrl->getCmd(
"infoScreen");
110 $cmdsDisabledDueToOfflineStatus = array(
111 'resumePlayer',
'resumePlayer',
'outUserResultsOverview',
'outUserListOfAnswerPasses' 114 if(!$this->
getCreationMode() && !$this->object->isOnline() && in_array(
$cmd, $cmdsDisabledDueToOfflineStatus))
119 $next_class = $this->ctrl->getNextClass($this);
120 $this->ctrl->setReturn($this,
"infoScreen");
122 if(method_exists($this->
object,
"getTestStyleLocation")) $this->tpl->addCss($this->object->getTestStyleLocation(
"output"),
"screen");
126 $ilAccess->checkAccess(
"read",
"",
$_GET[
"ref_id"])
129 $ilNavigationHistory->addItem(
$_GET[
"ref_id"],
130 "ilias.php?baseClass=ilObjTestGUI&cmd=infoScreen&ref_id=" .
$_GET[
"ref_id"],
"tst");
135 if(IS_PAYMENT_ENABLED)
137 require_once
'Services/Payment/classes/class.ilPaymentObject.php';
141 $this->tpl->getStandardTemplate();
143 include_once
'Services/Payment/classes/class.ilShopPurchaseGUI.php';
145 $ret = $this->ctrl->forwardCommand($pp);
155 global $___prev_question_id;
156 $___prev_question_id =
$_REQUEST[
'prev_qid'];
157 $this->ctrl->setParameter($this,
'prev_qid',
$_REQUEST[
'prev_qid']);
160 if( !$this->
getCreationMode() && $this->testQuestionSetConfigFactory->getQuestionSetConfig()->areDepenciesBroken() )
162 if( !$this->testQuestionSetConfigFactory->getQuestionSetConfig()->isValidRequestOnBrokenQuestionSetDepencies($next_class,
$cmd) )
164 $this->ctrl->redirectByClass(
'ilObjTestGUI',
'infoScreen');
170 case 'iltestexportgui':
171 if(!$ilAccess->checkAccess(
'write',
'', $this->ref_id))
173 $ilErr->raiseError($this->lng->txt(
'permission_denied'), $ilErr->WARNING);
178 require_once
'Modules/Test/classes/class.ilTestExportGUI.php';
182 case "ilinfoscreengui":
187 case 'ilmdeditorgui':
188 if(!$ilAccess->checkAccess(
'write',
'', $this->object->getRefId()))
190 $ilErr->raiseError($this->lng->txt(
'permission_denied'), $ilErr->WARNING);
195 require_once
'Services/MetaData/classes/class.ilMDEditorGUI.php';
196 $md_gui =&
new ilMDEditorGUI($this->object->getId(), 0, $this->
object->getType());
197 $md_gui->
addObserver($this->
object,
'MDUpdateListener',
'General');
199 $this->ctrl->forwardCommand($md_gui);
202 case "iltestplayerfixedquestionsetgui":
203 require_once
"./Modules/Test/classes/class.ilTestPlayerFixedQuestionSetGUI.php";
206 $this->ctrl->forwardCommand($output_gui);
209 case "iltestplayerrandomquestionsetgui":
210 require_once
"./Modules/Test/classes/class.ilTestPlayerRandomQuestionSetGUI.php";
213 $this->ctrl->forwardCommand($output_gui);
216 case "iltestplayerdynamicquestionsetgui":
217 require_once
"./Modules/Test/classes/class.ilTestPlayerDynamicQuestionSetGUI.php";
220 $this->ctrl->forwardCommand($output_gui);
223 case "iltestevaluationgui":
226 include_once
"./Modules/Test/classes/class.ilTestEvaluationGUI.php";
228 $this->ctrl->forwardCommand($evaluation_gui);
231 case "iltestservicegui":
234 require_once
"./Modules/Test/classes/class.ilTestServiceGUI.php";
236 $this->ctrl->forwardCommand($serviceGUI);
239 case 'ilpermissiongui':
242 include_once(
"Services/AccessControl/classes/class.ilPermissionGUI.php");
244 $ret =& $this->ctrl->forwardCommand($perm_gui);
247 case "illearningprogressgui":
250 require_once
'./Services/Tracking/classes/class.ilLearningProgressGUI.php';
252 $this->ctrl->forwardCommand($new_gui);
256 case "ilcertificategui":
259 require_once
"./Services/Certificate/classes/class.ilCertificateGUI.php";
260 require_once
"./Modules/Test/classes/class.ilTestCertificateAdapter.php";
262 $this->ctrl->forwardCommand($output_gui);
265 case "iltestscoringgui":
268 require_once
"./Modules/Test/classes/class.ilTestScoringGUI.php";
270 $this->ctrl->forwardCommand($output_gui);
273 case 'ilmarkschemagui':
274 if(!$ilAccess->checkAccess(
'write',
'', $this->object->getRefId()))
277 $this->ctrl->redirect($this,
'infoScreen');
281 require_once
'Modules/Test/classes/class.ilMarkSchemaGUI.php';
283 $this->ctrl->forwardCommand($mark_schema_gui);
286 case 'iltestscoringbyquestionsgui':
289 include_once
'Modules/Test/classes/class.ilTestScoringByQuestionsGUI.php';
291 $this->ctrl->forwardCommand($output_gui);
294 case 'ilobjtestsettingsgeneralgui':
297 require_once
'Modules/Test/classes/class.ilObjTestSettingsGeneralGUI.php';
299 $this->ctrl, $ilAccess, $this->lng, $this->tpl, $this->tree, $ilDB, $ilPluginAdmin, $ilUser, $this
301 $this->ctrl->forwardCommand($gui);
304 case 'ilobjtestsettingsscoringresultsgui':
307 require_once
'Modules/Test/classes/class.ilObjTestSettingsScoringResultsGUI.php';
309 $this->ctrl, $ilAccess, $this->lng, $this->tpl, $this->tree, $ilDB, $ilPluginAdmin, $this
311 $this->ctrl->forwardCommand($gui);
314 case 'ilobjtestdynamicquestionsetconfiggui':
317 require_once
'Modules/Test/classes/class.ilObjTestDynamicQuestionSetConfigGUI.php';
319 $this->ctrl->forwardCommand($gui);
322 case 'iltestrandomquestionsetconfiggui':
325 require_once
'Modules/Test/classes/class.ilTestRandomQuestionSetConfigGUI.php';
327 $this->ctrl->forwardCommand($gui);
330 case 'iltestskilladministrationgui':
333 require_once
'Modules/Test/classes/class.ilTestSkillAdministrationGUI.php';
334 $gui =
new ilTestSkillAdministrationGUI($ilias, $this->ctrl, $ilAccess, $ilTabs, $this->tpl, $this->lng, $ilDB, $this->
object, $this->ref_id);
335 $this->ctrl->forwardCommand($gui);
338 case 'iltestskillevaluationgui':
341 require_once
'Modules/Test/classes/class.ilTestSkillEvaluationGUI.php';
343 $this->ctrl->forwardCommand($gui);
346 case 'ilobjectcopygui':
349 require_once
'./Services/Object/classes/class.ilObjectCopyGUI.php';
352 $this->ctrl->forwardCommand($cp);
355 case 'ilrepositorysearchgui':
358 require_once
'./Services/Search/classes/class.ilRepositorySearchGUI.php';
360 $rep_search->setCallback($this,
361 'addParticipantsObject',
366 $this->ctrl->setReturn($this,
'participants');
367 $ret =& $this->ctrl->forwardCommand($rep_search);
368 $this->tabs_gui->setTabActive(
'participants');
371 case 'ilpageeditorgui':
372 case 'iltestexpresspageobjectgui':
374 require_once
'Modules/TestQuestionPool/classes/class.ilAssIncompleteQuestionPurger.php';
376 $incompleteQuestionPurger->setOwnerId($ilUser->getId());
377 $incompleteQuestionPurger->purge();
384 if(!$qid || $qid ==
'Array')
386 $questions = $this->
object->getQuestionTitlesAndIndexes();
387 if(!is_array($questions))
388 $questions = array();
390 $keys = array_keys($questions);
394 $_GET[
'q_id'] = $qid;
399 if(!in_array(
$cmd, array(
'addQuestion',
'browseForQuestions')))
404 if(!$qid || in_array(
$cmd, array(
'insertQuestions',
'browseForQuestions')))
406 require_once
"./Modules/Test/classes/class.ilTestExpressPageObjectGUI.php";
409 $ret =& $this->ctrl->forwardCommand($pageObject);
412 require_once
"./Services/Style/classes/class.ilObjStyleSheet.php";
413 $this->tpl->setCurrentBlock(
"ContentStyle");
414 $this->tpl->setVariable(
"LOCATION_CONTENT_STYLESHEET",
416 $this->tpl->parseCurrentBlock();
419 $this->tpl->setCurrentBlock(
"SyntaxStyle");
420 $this->tpl->setVariable(
"LOCATION_SYNTAX_STYLESHEET",
422 $this->tpl->parseCurrentBlock();
423 require_once
"./Modules/TestQuestionPool/classes/class.assQuestionGUI.php";
428 $this->ctrl->setParameterByClass(
'iltestexpresspageobjectgui',
'q_id',
'');
429 $this->ctrl->redirectByClass(
'iltestexpresspageobjectgui', $this->ctrl->getCmd());
432 $q_gui->outAdditionalOutput();
433 $q_gui->object->setObjId($this->object->getId());
435 $q_gui->setTargetGuiClass(null);
436 $q_gui->setQuestionActionCmd(null);
438 $question = $q_gui->object;
439 $this->ctrl->saveParameter($this,
"q_id");
441 #$this->lng->loadLanguageModule("content"); 442 $this->ctrl->setReturnByClass(
"ilTestExpressPageObjectGUI",
"view");
443 $this->ctrl->setReturn($this,
"questions");
445 require_once
"./Modules/TestQuestionPool/classes/class.ilAssQuestionPage.php";
446 require_once
"./Modules/Test/classes/class.ilTestExpressPageObjectGUI.php";
450 $page_gui->setEditPreview(
true);
451 $page_gui->setEnabledTabs(
false);
452 if(strlen($this->ctrl->getCmd()) == 0)
454 $this->ctrl->setCmdClass(get_class($page_gui));
455 $this->ctrl->setCmd(
"preview");
458 $page_gui->setQuestionHTML(array($q_gui->object->getId() => $q_gui->getPreview(TRUE)));
459 $page_gui->setTemplateTargetVar(
"ADM_CONTENT");
461 $page_gui->setOutputMode($this->object->evalTotalPersons() == 0 ?
"edit" :
'preview');
463 $page_gui->setHeader($question->getTitle());
464 $page_gui->setFileDownloadLink($this->ctrl->getLinkTarget($this,
"downloadFile"));
465 $page_gui->setFullscreenLink($this->ctrl->getLinkTarget($this,
"fullscreen"));
466 $page_gui->setSourcecodeDownloadScript($this->ctrl->getLinkTarget($this));
467 $page_gui->setPresentationTitle($question->getTitle() .
' ['. $this->lng->txt(
'question_id_short') .
': ' . $question->getId() .
']');
468 $ret =& $this->ctrl->forwardCommand($page_gui);
471 $ilTabs->activateTab(
'assQuestions');
473 $this->tpl->setContent(
$ret);
476 case 'ilassquestionpreviewgui':
480 $this->ctrl->saveParameter($this,
"q_id");
482 require_once
'Modules/TestQuestionPool/classes/class.ilAssQuestionPreviewGUI.php';
485 $gui->initQuestion((
int)
$_GET[
'q_id'], $this->object->getId());
486 $gui->initPreviewSettings($this->object->getRefId());
487 $gui->initPreviewSession($ilUser->getId(), (int)$_GET[
'q_id']);
488 $gui->initHintTracking();
489 $gui->initStyleSheets();
491 $this->ctrl->forwardCommand($gui);
495 case 'ilassquestionpagegui':
496 require_once
"./Modules/TestQuestionPool/classes/class.ilAssQuestionPageGUI.php";
500 $this->ctrl->setParameter($this,
'prev_qid',
$_REQUEST[
'prev_qid']);
506 $_GET[
'calling_test'] = $this->
object->getRefId();
507 include_once(
"./Services/Style/classes/class.ilObjStyleSheet.php");
508 $this->tpl->setCurrentBlock(
"ContentStyle");
509 $this->tpl->setVariable(
"LOCATION_CONTENT_STYLESHEET",
511 $this->tpl->parseCurrentBlock();
514 $this->tpl->setCurrentBlock(
"SyntaxStyle");
515 $this->tpl->setVariable(
"LOCATION_SYNTAX_STYLESHEET",
517 $this->tpl->parseCurrentBlock();
518 require_once
"./Modules/TestQuestionPool/classes/class.assQuestionGUI.php";
520 $q_gui->setQuestionTabs();
521 $q_gui->outAdditionalOutput();
522 $q_gui->object->setObjId($this->object->getId());
523 $question =& $q_gui->object;
524 $this->ctrl->saveParameter($this,
"q_id");
525 $this->lng->loadLanguageModule(
"content");
526 $this->ctrl->setReturnByClass(
"ilAssQuestionPageGUI",
"view");
527 $this->ctrl->setReturn($this,
"questions");
529 $page_gui->setEditPreview(
true);
530 if(strlen($this->ctrl->getCmd()) == 0)
532 $this->ctrl->setCmdClass(get_class($page_gui));
533 $this->ctrl->setCmd(
"preview");
535 $page_gui->setQuestionHTML(array($q_gui->object->getId() => $q_gui->getPreview(TRUE)));
536 $page_gui->setTemplateTargetVar(
"ADM_CONTENT");
537 $page_gui->setOutputMode($this->object->evalTotalPersons() == 0 ?
"edit" :
'preview');
538 $page_gui->setHeader($question->getTitle());
539 $page_gui->setPresentationTitle($question->getTitle() .
' ['. $this->lng->txt(
'question_id_short') .
': ' . $question->getId() .
']');
540 $ret =& $this->ctrl->forwardCommand($page_gui);
541 $this->tpl->setContent(
$ret);
544 case 'ilassspecfeedbackpagegui':
545 require_once
"./Modules/TestQuestionPool/classes/feedback/class.ilAssSpecFeedbackPageGUI.php";
547 $this->ctrl->forwardCommand($pg_gui);
550 case 'ilassgenfeedbackpagegui':
551 require_once
"./Modules/TestQuestionPool/classes/feedback/class.ilAssGenFeedbackPageGUI.php";
553 $this->ctrl->forwardCommand($pg_gui);
556 case 'illocalunitconfigurationgui':
560 $this->ctrl->setReturn($this,
"questions");
563 require_once
'Modules/TestQuestionPool/classes/class.assQuestionGUI.php';
565 $questionGUI->object->setObjId($this->object->getId());
566 $questionGUI->setQuestionTabs();
568 require_once
'Modules/TestQuestionPool/classes/class.ilLocalUnitConfigurationGUI.php';
569 require_once
'Modules/TestQuestionPool/classes/class.ilUnitConfigurationRepository.php';
573 $this->ctrl->forwardCommand($gui);
576 case "ilcommonactiondispatchergui":
577 require_once
"Services/Object/classes/class.ilCommonActionDispatcherGUI.php";
579 $this->ctrl->forwardCommand($gui);
582 case 'ilassquestionhintsgui':
587 $this->ctrl->setReturn($this,
"questions");
590 require_once
'Modules/TestQuestionPool/classes/class.assQuestionGUI.php';
592 $questionGUI->object->setObjId($this->object->getId());
593 $questionGUI->setQuestionTabs();
596 require_once
'Modules/TestQuestionPool/classes/class.ilAssQuestionHintsGUI.php';
598 $ilCtrl->forwardCommand($gui);
602 case 'ilassquestionfeedbackeditinggui':
607 $this->ctrl->setReturn($this,
"questions");
610 require_once
'Modules/TestQuestionPool/classes/class.assQuestionGUI.php';
612 $questionGUI->object->setObjId($this->object->getId());
613 $questionGUI->setQuestionTabs();
616 require_once
'Modules/TestQuestionPool/classes/class.ilAssQuestionFeedbackEditingGUI.php';
618 $ilCtrl->forwardCommand($gui);
622 case 'iltesttoplistgui':
624 require_once
'./Modules/Test/classes/class.ilTestToplistGUI.php';
626 $this->ctrl->forwardCommand($gui);
629 case 'ilscoringadjustmentgui':
631 require_once
'./Modules/Test/classes/class.ilScoringAdjustmentGUI.php';
633 $this->ctrl->forwardCommand($gui);
640 if((strcmp(
$cmd,
"properties") == 0) && ($_GET[
"browse"]))
645 if((strcmp(
$cmd,
"properties") == 0) && ($_GET[
"up"] || $_GET[
"down"]))
657 global $___prev_question_id;
658 $___prev_question_id =
$_REQUEST[
'prev_qid'];
659 $this->ctrl->setParameterByClass(
'ilassquestionpagegui',
'prev_qid',
$_REQUEST[
'prev_qid']);
660 $this->ctrl->setParameterByClass($_GET[
'sel_question_types'] .
'gui',
'prev_qid',
$_REQUEST[
'prev_qid']);
662 $this->create_question_mode =
true;
665 $this->ctrl->setReturn($this,
"questions");
666 require_once
"./Modules/TestQuestionPool/classes/class.assQuestionGUI.php";
668 $q_gui->object->setObjId($this->object->getId());
669 if(!$_GET[
'sel_question_types'])
673 $qType = $_GET[
'sel_question_types'];
675 $this->ctrl->setParameterByClass($qType .
"GUI",
'prev_qid',
$_REQUEST[
'prev_qid']);
676 $this->ctrl->setParameterByClass($qType .
"GUI",
'test_ref_id',
$_REQUEST[
'ref_id']);
677 $this->ctrl->setParameterByClass($qType .
"GUI",
'q_id',
$_REQUEST[
'q_id']);
679 $this->ctrl->setParameterByClass($qType .
"GUI",
'test_express_mode', 1);
681 #global $___test_express_mode; 682 #$___test_express_mode = true; 683 if(!$q_gui->isSaveCommand())
684 $_GET[
'calling_test'] = $this->object->getRefId();
686 $q_gui->setQuestionTabs();
687 #unset($___test_express_mode); 688 $ret =& $this->ctrl->forwardCommand($q_gui);
691 if ( !in_array(strtolower(
$_GET[
"baseClass"]), array(
'iladministrationgui',
'ilrepositorygui')) &&
700 switch( $this->object->getQuestionSetType() )
703 $this->ctrl->redirectByClass(
'ilTestExpressPageObjectGUI',
'showPage');
706 $this->ctrl->redirectByClass(
'ilTestRandomQuestionSetConfigGUI');
709 $this->ctrl->redirectByClass(
'ilObjTestDynamicQuestionSetConfigGUI');
721 public function createUserResults($show_pass_details, $show_answers, $show_reached_points, $show_user_results)
723 global $ilTabs,
$ilDB;
725 $ilTabs->setBackTarget(
726 $this->lng->txt(
'back'), $this->ctrl->getLinkTarget($this,
'participants')
729 $template =
new ilTemplate(
"tpl.il_as_tst_participants_result_output.html", TRUE, TRUE,
"Modules/Test");
731 require_once
'Modules/Test/classes/toolbars/class.ilTestResultsToolbarGUI.php';
734 $this->ctrl->setParameter($this,
'pdf',
'1');
735 $toolbar->setPdfExportLinkTarget( $this->ctrl->getLinkTarget($this, $this->ctrl->getCmd()) );
736 $this->ctrl->setParameter($this,
'pdf',
'');
740 if( isset(
$_GET[
'show_best_solutions']) )
742 $_SESSION[
'tst_results_show_best_solutions'] =
true;
744 elseif( isset(
$_GET[
'hide_best_solutions']) )
746 $_SESSION[
'tst_results_show_best_solutions'] =
false;
748 elseif( !isset(
$_SESSION[
'tst_results_show_best_solutions']) )
750 $_SESSION[
'tst_results_show_best_solutions'] =
false;
753 if(
$_SESSION[
'tst_results_show_best_solutions'] )
755 $this->ctrl->setParameter($this,
'hide_best_solutions',
'1');
756 $toolbar->setHideBestSolutionsLinkTarget($this->ctrl->getLinkTarget($this,
'showUserAnswers'));
757 $this->ctrl->setParameter($this,
'hide_best_solutions',
'');
761 $this->ctrl->setParameter($this,
'show_best_solutions',
'1');
762 $toolbar->setShowBestSolutionsLinkTarget($this->ctrl->getLinkTarget($this,
'showUserAnswers'));
763 $this->ctrl->setParameterByClass(
'',
'show_best_solutions',
'');
767 require_once
'Modules/Test/classes/class.ilTestParticipantData.php';
769 if( $this->object->getFixedParticipants() )
771 $participantData->setUserIds($show_user_results);
775 $participantData->setActiveIds($show_user_results);
777 $participantData->load($this->object->getTestId());
778 $toolbar->setParticipantSelectorOptions($participantData->getOptionArray($show_user_results));
781 $template->setVariable(
'RESULTS_TOOLBAR', $this->ctrl->getHTML($toolbar));
783 include_once
"./Modules/Test/classes/class.ilTestServiceGUI.php";
785 $serviceGUI->setParticipantData($participantData);
788 foreach ($show_user_results as $key => $active_id)
792 if ($this->object->getFixedParticipants())
794 $active_id = $this->
object->getActiveIdOfUser( $active_id );
798 $results = $serviceGUI->getResultsOfUserOutput(
799 $this->testSessionFactory->getSession( $active_id ),
801 $this->
object->_getResultPass( $active_id ),
809 if ($count < count( $show_user_results ))
811 $template->touchBlock(
"break" );
813 $template->setCurrentBlock(
"user_result" );
814 $template->setVariable(
"USER_RESULT",
$results );
815 $template->parseCurrentBlock();
820 require_once
'class.ilTestPDFGenerator.php';
834 require_once
'Modules/Test/classes/class.ilObjTestSettingsGeneralGUI.php';
850 $this->tpl->getStandardTemplate();
862 require_once
'Services/WebDAV/classes/class.ilDAVServer.php';
872 $this->ctrl->redirect($this,
"infoScreen");
877 $this->ctrl->redirectByClass(
"iltestevaluationgui",
"outEvaluation");
886 if($form->checkInput())
888 $this->ctrl->setParameter($this,
"new_type", $this->type);
893 $form->setValuesByPost();
894 $this->tpl->setContent($form->getHTML());
899 include_once(
"./Modules/Test/classes/class.ilObjTest.php");
901 $defaults = $tst->getAvailableDefaults();
902 if (count($defaults))
904 foreach ($defaults as
$row)
906 $a_options[
"tstdef_".$row[
"test_defaults_id"]] = array($row[
"name"],
907 $this->lng->txt(
"tst_default_settings"));
912 include_once
"Services/Administration/classes/class.ilSettingsTemplate.php";
916 foreach($templates as $item)
918 $a_options[
"tsttpl_".$item[
"id"]] = array($item[
"title"],
919 nl2br(trim($item[
"description"])));
933 $testDefaultsId = $tstdef;
935 $a_new_object->applyDefaults($testDefaults);
941 include_once
"Services/Administration/classes/class.ilSettingsTemplate.php";
944 $template_settings = $template->getSettings();
945 if($template_settings)
950 $a_new_object->setTemplate($template_id);
953 $a_new_object->saveToDb();
957 $this->ctrl->setParameter($this,
'ref_id', $a_new_object->
getRefId());
958 $this->ctrl->redirectByClass(
'ilObjTestSettingsGeneralGUI');
963 include_once
"./Services/Utilities/classes/class.ilUtil.php";
964 $path = $this->tree->getPathFull($this->object->getRefID());
973 if ($_FILES[
"xmldoc"][
"error"] > UPLOAD_ERR_OK)
979 include_once(
"./Modules/Test/classes/class.ilObjTest.php");
984 $file = pathinfo($_FILES[
"xmldoc"][
"name"]);
985 $full_path = $basedir.
"/".$_FILES[
"xmldoc"][
"name"];
992 $subdir = basename(
$file[
"basename"],
".".
$file[
"extension"]);
998 if(!is_file($qti_file))
1007 include_once
"./Services/QTI/classes/class.ilQTIParser.php";
1009 $result = $qtiParser->startParsing();
1010 $founditems =& $qtiParser->getFoundItems();
1012 if (count($founditems) == 0)
1026 foreach ($founditems as $item)
1028 if (strlen($item[
"type"]))
1048 $_SESSION[
"tst_import_results_file"] = $results_file;
1049 $_SESSION[
"tst_import_xml_file"] = $xml_file;
1050 $_SESSION[
"tst_import_qti_file"] = $qti_file;
1051 $_SESSION[
"tst_import_subdir"] = $subdir;
1053 $this->tpl->addBlockFile(
"ADM_CONTENT",
"adm_content",
"tpl.tst_import_verification.html",
"Modules/Test");
1054 $row_class = array(
"tblrow1",
"tblrow2");
1056 foreach ($founditems as $item)
1058 $this->tpl->setCurrentBlock(
"verification_row");
1059 $this->tpl->setVariable(
"ROW_CLASS", $row_class[$counter++ % 2]);
1060 $this->tpl->setVariable(
"QUESTION_TITLE", $item[
"title"]);
1061 $this->tpl->setVariable(
"QUESTION_IDENT", $item[
"ident"]);
1062 include_once
"./Services/QTI/classes/class.ilQTIItem.php";
1063 switch ($item[
"type"])
1065 case "MULTIPLE CHOICE QUESTION":
1068 $this->tpl->setVariable(
"QUESTION_TYPE", $this->lng->txt(
"assMultipleChoice"));
1070 case "SINGLE CHOICE QUESTION":
1072 $this->tpl->setVariable(
"QUESTION_TYPE", $this->lng->txt(
"assSingleChoice"));
1076 $this->tpl->setVariable(
"QUESTION_TYPE", $this->lng->txt(
"assKprimChoice"));
1078 case "NUMERIC QUESTION":
1080 $this->tpl->setVariable(
"QUESTION_TYPE", $this->lng->txt(
"assNumeric"));
1082 case "TEXTSUBSET QUESTION":
1084 $this->tpl->setVariable(
"QUESTION_TYPE", $this->lng->txt(
"assTextSubset"));
1086 case "CLOZE QUESTION":
1088 $this->tpl->setVariable(
"QUESTION_TYPE", $this->lng->txt(
"assClozeTest"));
1090 case "IMAGE MAP QUESTION":
1092 $this->tpl->setVariable(
"QUESTION_TYPE", $this->lng->txt(
"assImagemapQuestion"));
1094 case "JAVA APPLET QUESTION":
1096 $this->tpl->setVariable(
"QUESTION_TYPE", $this->lng->txt(
"assJavaApplet"));
1098 case "MATCHING QUESTION":
1100 $this->tpl->setVariable(
"QUESTION_TYPE", $this->lng->txt(
"assMatchingQuestion"));
1102 case "ORDERING QUESTION":
1104 $this->tpl->setVariable(
"QUESTION_TYPE", $this->lng->txt(
"assOrderingQuestion"));
1106 case "TEXT QUESTION":
1108 $this->tpl->setVariable(
"QUESTION_TYPE", $this->lng->txt(
"assTextQuestion"));
1111 $this->tpl->parseCurrentBlock();
1118 $this->tpl->setCurrentBlock(
"adm_content");
1119 $this->tpl->setVariable(
"TEXT_TYPE", $this->lng->txt(
"question_type"));
1120 $this->tpl->setVariable(
"TEXT_TITLE", $this->lng->txt(
"question_title"));
1121 $this->tpl->setVariable(
"FOUND_QUESTIONS_INTRODUCTION", $this->lng->txt(
"tst_import_verify_found_questions"));
1122 $this->tpl->setVariable(
"VERIFICATION_HEADING", $this->lng->txt(
"import_tst"));
1123 $this->tpl->setVariable(
"FORMACTION", $this->ctrl->getFormAction($this));
1125 $this->tpl->setVariable(
"QUESTIONPOOL_ID", $QplOrTstID);
1126 $this->tpl->setVariable(
"VALUE_IMPORT", $this->lng->txt(
"import"));
1127 $this->tpl->setVariable(
"VALUE_CANCEL", $this->lng->txt(
"cancel"));
1128 $this->tpl->parseCurrentBlock();
1136 include_once
"./Modules/Test/classes/class.ilObjTest.php";
1140 $newObj->setType(
$_GET[
"new_type"]);
1142 $newObj->setTitle(
"dummy");
1144 $newObj->setDescription(
"test import");
1146 $newObj->create(
true);
1148 $newObj->createReference();
1150 $newObj->putInTree(
$_GET[
"ref_id"]);
1152 $newObj->setPermissions(
$_GET[
"ref_id"]);
1154 $newObj->notify(
"new",
$_GET[
"ref_id"],
$_GET[
"parent_non_rbac_id"],
$_GET[
"ref_id"],$newObj->getRefId());
1156 $newObj->mark_schema->flush();
1159 include_once
"./Services/QTI/classes/class.ilQTIParser.php";
1162 if (!isset(
$_POST[
"qpl"]) ||
"-1" !== (
string)
$_POST[
"qpl"])
1164 $qpl_id = $newObj->getId();
1168 $qpl_id = $_POST[
"qpl"];
1172 $qtiParser->setTestObject($newObj);
1173 $result = $qtiParser->startParsing();
1174 $newObj->saveToDb();
1177 include_once (
"./Modules/LearningModule/classes/class.ilContObjParser.php");
1179 $contParser->setQuestionMapping($qtiParser->getImportMapping());
1180 $contParser->startParsing();
1183 if (@file_exists(
$_SESSION[
"tst_import_results_file"]))
1185 include_once (
"./Modules/Test/classes/class.ilTestResultsImportParser.php");
1194 $newObj->updateMetaData();
1197 "&baseClass=ilObjTestGUI");
1217 include_once(
"./Modules/File/classes/class.ilObjFile.php");
1219 $fileObj->sendFile();
1228 include_once(
"./Modules/TestQuestionPool/classes/class.ilAssQuestionPageGUI.php");
1230 $page_gui->showMediaFullscreen();
1239 include_once(
"./Modules/TestQuestionPool/classes/class.ilAssQuestionPage.php");
1241 $pg_obj->send_paragraph (
$_GET[
"par_id"],
$_GET[
"downloadtitle"]);
1278 $this->ctrl->redirect($this,
"questions");
1292 $parent_ref = $tree->getParentId($this->object->getRefId());
1293 include_once
"./Modules/TestQuestionPool/classes/class.ilObjQuestionPool.php";
1295 $qpl->setType(
"qpl");
1296 $qpl->setTitle($name);
1297 $qpl->setDescription($description);
1299 $qpl->createReference();
1300 $qpl->putInTree($parent_ref);
1301 $qpl->setPermissions($parent_ref);
1304 return $qpl->getRefId();
1314 $this->tpl->addBlockFile(
"ADM_CONTENT",
"adm_content",
"tpl.il_as_tst_random_select.html",
"Modules/Test");
1315 $questionpools =& $this->
object->getAvailableQuestionpools(FALSE, FALSE, FALSE, TRUE);
1316 $this->tpl->setCurrentBlock(
"option");
1317 $this->tpl->setVariable(
"VALUE_OPTION",
"0");
1318 $this->tpl->setVariable(
"TEXT_OPTION", $this->lng->txt(
"all_available_question_pools"));
1319 $this->tpl->parseCurrentBlock();
1320 foreach ($questionpools as $key => $value)
1322 $this->tpl->setCurrentBlock(
"option");
1323 $this->tpl->setVariable(
"VALUE_OPTION", $key);
1324 $this->tpl->setVariable(
"TEXT_OPTION", $value[
"title"]);
1325 $this->tpl->parseCurrentBlock();
1327 $this->tpl->setCurrentBlock(
"hidden");
1328 $this->tpl->setVariable(
"HIDDEN_NAME",
"sel_question_types");
1329 $this->tpl->setVariable(
"HIDDEN_VALUE",
$_POST[
"sel_question_types"]);
1330 $this->tpl->parseCurrentBlock();
1331 $this->tpl->setCurrentBlock(
"adm_content");
1332 $this->tpl->setVariable(
"FORM_ACTION", $this->ctrl->getFormAction($this));
1333 $this->tpl->setVariable(
"TXT_QPL_SELECT", $this->lng->txt(
"tst_random_select_questionpool"));
1334 $this->tpl->setVariable(
"TXT_NR_OF_QUESTIONS", $this->lng->txt(
"tst_random_nr_of_questions"));
1335 $this->tpl->setVariable(
"BTN_SUBMIT", $this->lng->txt(
"submit"));
1336 $this->tpl->setVariable(
"BTN_CANCEL", $this->lng->txt(
"cancel"));
1337 $this->tpl->parseCurrentBlock();
1349 $this->ctrl->redirect($this,
"questions");
1362 $question_array = $this->
object->randomSelectQuestions(
$_POST[
"nr_of_questions"],
$_POST[
"sel_qpl"]);
1363 $this->tpl->addBlockFile(
"ADM_CONTENT",
"adm_content",
"tpl.il_as_tst_random_question_offer.html",
"Modules/Test");
1364 $color_class = array(
"tblrow1",
"tblrow2");
1366 $questionpools =& $this->
object->getAvailableQuestionpools(
true);
1367 include_once
"./Modules/TestQuestionPool/classes/class.assQuestion.php";
1368 foreach ($question_array as $question_id)
1370 $dataset = $this->
object->getQuestionDataset($question_id);
1371 $this->tpl->setCurrentBlock(
"QTab");
1372 $this->tpl->setVariable(
"COLOR_CLASS", $color_class[$counter % 2]);
1373 $this->tpl->setVariable(
"QUESTION_TITLE", $dataset->title);
1374 $this->tpl->setVariable(
"QUESTION_COMMENT", $dataset->description);
1376 $this->tpl->setVariable(
"QUESTION_AUTHOR", $dataset->author);
1377 $this->tpl->setVariable(
"QUESTION_POOL", $questionpools[$dataset->obj_fi][
"title"]);
1378 $this->tpl->parseCurrentBlock();
1381 if (count($question_array) == 0)
1383 $this->tpl->setCurrentBlock(
"Emptytable");
1384 $this->tpl->setVariable(
"TEXT_NO_QUESTIONS_AVAILABLE", $this->lng->txt(
"no_questions_available"));
1385 $this->tpl->parseCurrentBlock();
1389 $this->tpl->setCurrentBlock(
"Selectionbuttons");
1390 $this->tpl->setVariable(
"BTN_YES", $this->lng->txt(
"random_accept_sample"));
1391 $this->tpl->setVariable(
"BTN_NO", $this->lng->txt(
"random_another_sample"));
1392 $this->tpl->parseCurrentBlock();
1394 $chosen_questions = join($question_array,
",");
1395 $this->tpl->setCurrentBlock(
"adm_content");
1396 $this->tpl->setVariable(
"FORM_ACTION", $this->ctrl->getFormAction($this));
1397 $this->tpl->setVariable(
"QUESTION_TITLE", $this->lng->txt(
"tst_question_title"));
1398 $this->tpl->setVariable(
"QUESTION_COMMENT", $this->lng->txt(
"description"));
1399 $this->tpl->setVariable(
"QUESTION_TYPE", $this->lng->txt(
"tst_question_type"));
1400 $this->tpl->setVariable(
"QUESTION_AUTHOR", $this->lng->txt(
"author"));
1401 $this->tpl->setVariable(
"QUESTION_POOL", $this->lng->txt(
"qpl"));
1402 $this->tpl->setVariable(
"VALUE_CHOSEN_QUESTIONS", $chosen_questions);
1403 $this->tpl->setVariable(
"VALUE_QUESTIONPOOL_SELECTION",
$_POST[
"sel_qpl"]);
1404 $this->tpl->setVariable(
"VALUE_NR_OF_QUESTIONS",
$_POST[
"nr_of_questions"]);
1405 $this->tpl->setVariable(
"TEXT_QUESTION_OFFER", $this->lng->txt(
"tst_question_offer"));
1406 $this->tpl->setVariable(
"BTN_CANCEL", $this->lng->txt(
"cancel"));
1407 $this->tpl->parseCurrentBlock();
1419 $selected_array = split(
",",
$_POST[
"chosen_questions"]);
1420 if (!count($selected_array))
1426 $total = $this->
object->evalTotalPersons();
1436 foreach ($selected_array as $key => $value)
1438 $this->
object->insertQuestion( $this->testQuestionSetConfigFactory->getQuestionSetConfig(), $value );
1440 $this->
object->saveCompleteStatus( $this->testQuestionSetConfigFactory->getQuestionSetConfig() );
1442 $this->ctrl->redirect($this,
"questions");
1467 include_once
'Modules/TestQuestionPool/classes/class.ilObjQuestionPool.php';
1470 else if(isset(
$_REQUEST[
'sel_question_types']))
1472 $sel_question_types =
$_REQUEST[
"sel_question_types"];
1475 if (!$qpl_mode || ($qpl_mode == 2 && strcmp(
$_REQUEST[
"txt_qpl"],
"") == 0) || ($qpl_mode == 3 && strcmp($qpl_ref_id,
"") == 0))
1479 $_REQUEST[
'sel_question_types'] = $sel_question_types;
1486 $_SESSION[
"test_id"] = $this->
object->getRefId();
1487 if ($qpl_mode == 2 && strcmp(
$_REQUEST[
"txt_qpl"],
"") != 0)
1492 else if ($qpl_mode == 1)
1494 $qpl_ref_id =
$_GET[
"ref_id"];
1497 include_once
"./Modules/TestQuestionPool/classes/class.ilObjQuestionPoolGUI.php";
1498 $baselink =
"ilias.php?baseClass=ilObjQuestionPoolGUI&ref_id=" . $qpl_ref_id .
"&cmd=createQuestionForTest&test_ref_id=".$_GET[
"ref_id"].
"&calling_test=".
$_GET[
"ref_id"].
"&sel_question_types=" . $sel_question_types;
1502 $baselink .=
'&prev_qid=' .
$_REQUEST[
'prev_qid'];
1506 $baselink .=
'&prev_qid=' .
$_REQUEST[
'position'];
1510 $baselink .=
'&test_express_mode=1';
1513 if( isset(
$_REQUEST[
'add_quest_cont_edit_mode']) )
1516 $baselink,
"add_quest_cont_edit_mode={$_REQUEST['add_quest_cont_edit_mode']}",
false 1520 #var_dump($_REQUEST['prev_qid']); 1536 $this->ctrl->redirect($this,
"questions");
1551 $questionpools =& $this->
object->getAvailableQuestionpools(FALSE, FALSE, FALSE, TRUE, FALSE,
"write");
1553 if ($this->object->getPoolUsage()) {
1556 include_once
"Services/Form/classes/class.ilPropertyFormGUI.php";
1559 $form->setFormAction($ilCtrl->getFormAction($this,
"executeCreateQuestion"));
1560 $form->setTitle($lng->txt(
"ass_create_question"));
1561 include_once
'Modules/TestQuestionPool/classes/class.ilObjQuestionPool.php';
1565 $hidden->setValue(
$_REQUEST[
"sel_question_types"]);
1566 $form->addItem($hidden);
1571 $ri =
new ilRadioGroupInputGUI($lng->txt(
"tst_add_quest_cont_edit_mode"),
"add_quest_cont_edit_mode");
1574 $lng->txt(
'tst_add_quest_cont_edit_mode_default'),
1579 $lng->txt(
'tst_add_quest_cont_edit_mode_page_object'),
1585 $form->addItem($ri,
true);
1591 $form->addItem($hi,
true);
1597 $no_pool =
new ilRadioOption($this->lng->txt(
"assessment_no_pool"), 1);
1598 $usage->addOption($no_pool);
1599 $existing_pool =
new ilRadioOption($this->lng->txt(
"assessment_existing_pool"), 3);
1600 $usage->addOption($existing_pool);
1601 $new_pool =
new ilRadioOption($this->lng->txt(
"assessment_new_pool"), 2);
1602 $usage->addOption($new_pool);
1603 $form->addItem($usage);
1608 $pools_data = array();
1609 foreach($questionpools as $key => $p) {
1610 $pools_data[$key] = $p[
'title'];
1612 $pools =
new ilSelectInputGUI($this->lng->txt(
"select_questionpool"),
"sel_qpl");
1614 $existing_pool->addSubItem($pools);
1617 $this->lng->loadLanguageModule(
'rbac');
1618 $name =
new ilTextInputGUI($this->lng->txt(
"rbac_create_qpl"),
"txt_qpl");
1620 $name->setMaxLength(50);
1621 $new_pool->addSubItem($name);
1623 $form->addCommandButton(
"executeCreateQuestion", $lng->txt(
"submit"));
1624 $form->addCommandButton(
"cancelCreateQuestion", $lng->txt(
"cancel"));
1626 return $this->tpl->setVariable(
'ADM_CONTENT', $form->getHTML());
1632 $ilCtrl->setParameterByClass(
'iltestexpresspageobjectgui',
'sel_question_types',
$_REQUEST[
"sel_question_types"]);
1633 $link = $ilCtrl->getLinkTargetByClass(
'iltestexpresspageobjectgui',
'handleToolbarCommand',
'',
false,
false);
1643 $checked_questions =
$_POST[
"q_id"];
1645 $questions = $this->
object->getQuestionTitlesAndIndexes();
1647 foreach((array)$checked_questions as $value)
1649 $this->
object->removeQuestion($value);
1650 $deleted[] = $value;
1653 $this->
object->saveCompleteStatus( $this->testQuestionSetConfigFactory->getQuestionSetConfig() );
1661 $deleted_tmp = $deleted;
1662 $first = array_shift($deleted_tmp);
1663 foreach((array)$questions as $key => $value)
1665 if(!in_array($key, $deleted))
1675 else if($key == $first)
1682 $first = array_shift($deleted_tmp);
1687 count($questions) == count($checked_questions) ||
1691 $this->ctrl->setParameter($this,
'q_id',
'');
1692 $this->ctrl->redirect($this,
'showPage');
1695 $this->ctrl->setParameter($this,
'q_id', $return_to);
1696 $this->ctrl->redirect($this,
"showPage");
1700 $this->ctrl->setParameter($this,
'q_id',
'');
1701 $this->ctrl->redirect($this,
'questions');
1715 $this->ctrl->setParameter($this,
'q_id',
$_REQUEST[
'q_id']);
1716 $this->ctrl->redirect($this,
"showPage");
1719 $this->ctrl->redirect($this,
"questions");
1732 $total = $this->
object->evalTotalPersons();
1736 $question = sprintf($this->lng->txt(
"tst_remove_questions_and_results"),
$total);
1740 if (count($checked_questions) == 1)
1742 $question = $this->lng->txt(
"tst_remove_question");
1746 $question = $this->lng->txt(
"tst_remove_questions");
1750 include_once(
"./Services/Utilities/classes/class.ilConfirmationGUI.php");
1752 $cgui->setHeaderText($question);
1754 $this->ctrl->saveParameter($this,
'test_express_mode');
1755 $this->ctrl->saveParameter($this,
'q_id');
1757 $cgui->setFormAction($this->ctrl->getFormAction($this));
1758 $cgui->setCancel($this->lng->txt(
"cancel"),
"cancelRemoveQuestions");
1759 $cgui->setConfirm($this->lng->txt(
"confirm"),
"confirmRemoveQuestions");
1761 include_once
"./Modules/TestQuestionPool/classes/class.assQuestion.php";
1762 $removablequestions =& $this->
object->getTestQuestions();
1763 if (count($removablequestions))
1765 foreach ($removablequestions as
$data)
1767 if (in_array($data[
"question_id"], $checked_questions))
1770 $txt .=
' ['. $this->lng->txt(
'question_id_short') .
': ' . $data[
'question_id'] .
']';
1772 if($data[
"description"])
1774 $txt .=
"<div class=\"small\">".$data[
"description"].
"</div>";
1777 $cgui->addItem(
"q_id[]", $data[
"question_id"],
$txt);
1782 $this->tpl->setContent($cgui->getHTML());
1796 if (!is_array($checked_questions) && $checked_questions) {
1797 $checked_questions = array($checked_questions);
1799 if (count($checked_questions) > 0)
1804 elseif (count($checked_questions) == 0)
1807 $this->ctrl->redirect($this,
"questions");
1816 $selected_questions = NULL;
1817 $selected_questions =
$_POST[
'q_id'];
1818 if (is_array($selected_questions))
1820 $_SESSION[
'tst_qst_move_' . $this->
object->getTestId()] =
$_POST[
'q_id'];
1827 $this->ctrl->redirect($this,
'questions');
1836 $move_questions =
$_SESSION[
'tst_qst_move_' . $this->
object->getTestId()];
1838 if (count(
$_POST[
'q_id']) == 0)
1841 $this->ctrl->redirect($this,
'questions');
1843 if (count(
$_POST[
'q_id']) > 1)
1846 $this->ctrl->redirect($this,
'questions');
1849 $this->
object->moveQuestions(
$_SESSION[
'tst_qst_move_' . $this->object->getTestId()],
$_POST[
'q_id'][0], $insert_mode);
1851 unset(
$_SESSION[
'tst_qst_move_' . $this->object->getTestId()]);
1852 $this->ctrl->redirect($this,
"questions");
1861 $move_questions =
$_SESSION[
'tst_qst_move_' . $this->
object->getTestId()];
1862 if (count(
$_POST[
'q_id']) == 0)
1865 $this->ctrl->redirect($this,
'questions');
1867 if (count(
$_POST[
'q_id']) > 1)
1870 $this->ctrl->redirect($this,
'questions');
1873 $this->
object->moveQuestions(
$_SESSION[
'tst_qst_move_' . $this->object->getTestId()],
$_POST[
'q_id'][0], $insert_mode);
1875 unset(
$_SESSION[
'tst_qst_move_' . $this->object->getTestId()]);
1876 $this->ctrl->redirect($this,
"questions");
1886 $selected_array = (is_array(
$_POST[
'q_id'])) ?
$_POST[
'q_id'] : array();
1887 if (!count($selected_array))
1890 $this->ctrl->redirect($this,
"browseForQuestions");
1894 include_once
"./Modules/TestQuestionPool/classes/class.assQuestion.php";
1895 $manscoring = FALSE;
1896 foreach ($selected_array as $key => $value)
1898 $this->
object->insertQuestion( $this->testQuestionSetConfigFactory->getQuestionSetConfig(), $value );
1904 $this->
object->saveCompleteStatus( $this->testQuestionSetConfigFactory->getQuestionSetConfig() );
1913 $this->ctrl->redirect($this,
"questions");
1920 include_once
"./Modules/Test/classes/tables/class.ilTestQuestionBrowserTableGUI.php";
1922 $table_gui->resetOffset();
1923 $table_gui->writeFilterToSession();
1924 $this->ctrl->redirect($this,
"browseForQuestions");
1929 include_once
"./Modules/Test/classes/tables/class.ilTestQuestionBrowserTableGUI.php";
1931 $table_gui->resetOffset();
1932 $table_gui->resetFilter();
1933 $this->ctrl->redirect($this,
"browseForQuestions");
1945 $this->ctrl->setParameterByClass(get_class($this),
"browse",
"1");
1947 include_once
"./Modules/Test/classes/tables/class.ilTestQuestionBrowserTableGUI.php";
1948 $table_gui =
new ilTestQuestionBrowserTableGUI($this,
'browseForQuestions', $this->ref_id, (($ilAccess->checkAccess(
"write",
"", $this->ref_id) ? true :
false)));
1949 $arrFilter = array();
1950 foreach ($table_gui->getFilterItems() as $item)
1952 if ($item->getValue() !==
false)
1954 $arrFilter[$item->getPostVar()] = $item->getValue();
1957 $data = $this->
object->getAvailableQuestions($arrFilter, 1);
1958 $table_gui->setData(
$data);
1959 $this->tpl->setVariable(
'ADM_CONTENT', $table_gui->getHTML());
1966 include_once
"Services/Form/classes/class.ilPropertyFormGUI.php";
1968 $ilCtrl->setParameter($this,
'qtype',
$_REQUEST[
'qtype']);
1972 $form->setFormAction($ilCtrl->getFormAction($this,
"executeCreateQuestion"));
1973 $form->setTitle($lng->txt(
"ass_create_question"));
1974 include_once
'Modules/TestQuestionPool/classes/class.ilObjQuestionPool.php';
1977 $questionTypes = $pool->getQuestionTypes(
false,
true);
1981 foreach($questionTypes as $label =>
$data)
1986 include_once(
"./Services/Form/classes/class.ilSelectInputGUI.php");
1989 $form->addItem(
$si,
true);
1992 $questions = $this->
object->getQuestionTitlesAndIndexes();
1996 $options = array(
'0' => $lng->txt(
'first'));
1997 foreach($questions as $key => $title)
1999 $options[$key] = $lng->txt(
'behind') .
' '. $title .
' ['.$this->lng->txt(
'question_id_short') .
': '. $key .
']';
2001 $si->setOptions($options);
2003 $form->addItem(
$si,
true);
2009 $ri =
new ilRadioGroupInputGUI($lng->txt(
"tst_add_quest_cont_edit_mode"),
"add_quest_cont_edit_mode");
2012 $lng->txt(
'tst_add_quest_cont_edit_mode_default'),
2017 $lng->txt(
'tst_add_quest_cont_edit_mode_page_object'),
2023 $form->addItem($ri,
true);
2029 $form->addItem($hi,
true);
2032 if($this->object->getPoolUsage())
2037 $no_pool =
new ilRadioOption($this->lng->txt(
"assessment_no_pool"), 1);
2038 $usage->addOption($no_pool);
2039 $existing_pool =
new ilRadioOption($this->lng->txt(
"assessment_existing_pool"), 3);
2040 $usage->addOption($existing_pool);
2041 $new_pool =
new ilRadioOption($this->lng->txt(
"assessment_new_pool"), 2);
2042 $usage->addOption($new_pool);
2043 $form->addItem($usage);
2048 $pools_data = array();
2049 foreach($questionpools as $key => $p)
2051 $pools_data[$key] = $p[
'title'];
2053 $pools =
new ilSelectInputGUI($this->lng->txt(
"select_questionpool"),
"sel_qpl");
2055 $existing_pool->addSubItem($pools);
2059 $name->setMaxLength(50);
2060 $new_pool->addSubItem($name);
2063 $form->addCommandButton(
"executeCreateQuestion", $lng->txt(
"submit"));
2064 $form->addCommandButton(
"questions", $lng->txt(
"cancel"));
2066 return $tpl->setContent($form->getHTML());
2071 global $ilAccess, $ilTabs;
2073 $ilTabs->activateTab(
'assQuestions');
2076 $this->ctrl->setParameter($this,
'test_express_mode',
'');
2078 if (!$ilAccess->checkAccess(
"write",
"", $this->ref_id))
2082 $this->ctrl->redirect($this,
"infoScreen");
2085 if (
$_GET[
'browse'])
2087 return $this->questionbrowser();
2093 $this->ctrl->setParameter($this,
'q_id',
'');
2097 ilUtil::redirect(
"ilias.php?baseClass=ilObjQuestionPoolGUI&ref_id=" .
$_GET[
"eqpl"] .
"&cmd=editQuestionForTest&calling_test=".
$_GET[
"ref_id"].
"&q_id=" .
$_GET[
"eqid"]);
2100 if (
$_GET[
"up"] > 0)
2102 $this->
object->questionMoveUp(
$_GET[
"up"]);
2104 if (
$_GET[
"down"] > 0)
2106 $this->
object->questionMoveDown(
$_GET[
"down"]);
2111 $selected_array = array();
2112 array_push($selected_array,
$_GET[
"add"]);
2113 $total = $this->
object->evalTotalPersons();
2123 $this->insertQuestions($selected_array);
2127 $this->tpl->addBlockFile(
"ADM_CONTENT",
"adm_content",
"tpl.il_as_tst_questions.html",
"Modules/Test");
2129 $total = $this->
object->evalTotalPersons();
2130 if ($ilAccess->checkAccess(
"write",
"", $this->ref_id))
2134 $link = $this->ctrl->getLinkTarget($this,
"participants");
2135 $link =
"<a href=\"".$link.
"\">".$this->lng->txt(
"test_has_datasets_warning_page_view_link").
"</a>";
2136 ilUtil::sendInfo($this->lng->txt(
"test_has_datasets_warning_page_view").
" ".$link);
2141 $ilToolbar->addButton($this->lng->txt(
"ass_create_question"), $this->ctrl->getLinkTarget($this,
"addQuestion"));
2143 if ($this->object->getPoolUsage()) {
2144 $ilToolbar->addSeparator();
2145 $ilToolbar->addButton($this->lng->txt(
"tst_browse_for_questions"), $this->ctrl->getLinkTarget($this,
'browseForQuestions'));
2148 $ilToolbar->addSeparator();
2149 $ilToolbar->addButton($this->lng->txt(
"random_selection"), $this->ctrl->getLinkTarget($this,
"randomselect"));
2153 $online_access =
false;
2154 if ($this->object->getFixedParticipants())
2156 include_once
"./Modules/Test/classes/class.ilObjTestAccess.php";
2158 if ($online_access_result ===
true)
2160 $online_access =
true;
2164 if( $this->object->isOnline() && $this->
object->isComplete( $this->testQuestionSetConfigFactory->getQuestionSetConfig() ) )
2166 if ((!$this->object->getFixedParticipants() || $online_access) && $ilAccess->checkAccess(
"read",
"", $this->ref_id))
2168 $testSession = $this->testSessionFactory->getSession();
2169 $testSequence = $this->testSequenceFactory->getSequence($testSession);
2171 $testPlayerGUI = $this->testPlayerFactory->getPlayerGUI();
2173 $executable = $this->
object->isExecutable($testSession, $ilUser->getId(), $allowPassIncrease = TRUE);
2175 if ($executable[
"executable"])
2177 if ($testSession->getActiveId() > 0)
2181 if ($testSequence->hasStarted($testSession))
2183 $execTestLabel = $this->lng->txt(
"tst_resume_test");
2184 $execTestLink = $this->ctrl->getLinkTarget($testPlayerGUI,
'resumePlayer');
2188 $execTestLabel = $this->
object->getStartTestLabel($testSession->getActiveId());
2189 $execTestLink = $this->ctrl->getLinkTarget($testPlayerGUI,
'startPlayer');
2196 $execTestLabel = $this->
object->getStartTestLabel($testSession->getActiveId());
2197 $execTestLink = $this->ctrl->getLinkTarget($testPlayerGUI,
'startPlayer');
2200 $ilToolbar->addSeparator();
2201 $ilToolbar->addButton($execTestLabel, $execTestLink);
2210 $this->tpl->setCurrentBlock(
"adm_content");
2211 include_once
"./Modules/Test/classes/tables/class.ilTestQuestionsTableGUI.php";
2212 $checked_move = is_array(
$_SESSION[
'tst_qst_move_' . $this->object->getTestId()]) && (count(
$_SESSION[
'tst_qst_move_' . $this->object->getTestId()]));
2213 $table_gui =
new ilTestQuestionsTableGUI($this,
'questions', (($ilAccess->checkAccess(
"write",
"", $this->ref_id) ? true :
false)), $checked_move,
$total);
2214 $data = $this->
object->getTestQuestions();
2215 $table_gui->setData($data);
2216 $this->tpl->setVariable(
'QUESTIONBROWSER', $table_gui->getHTML());
2217 $this->tpl->setVariable(
"ACTION_QUESTION_FORM", $this->ctrl->getFormAction($this));
2218 $this->tpl->parseCurrentBlock();
2235 require_once
'Modules/Test/classes/class.ilTestParticipantData.php';
2238 $participantData->load($this->object->getTestId());
2240 $this->
object->removeTestResults($participantData);
2243 $this->ctrl->redirect($this,
"participants");
2257 require_once
'Modules/Test/classes/class.ilTestParticipantData.php';
2260 if( $this->object->getFixedParticipants() )
2262 $participantData->setUserIds(
$_POST[
"chbUser"]);
2266 $participantData->setActiveIds(
$_POST[
"chbUser"]);
2269 $participantData->load($this->object->getTestId());
2271 $this->
object->removeTestResults($participantData);
2274 $this->ctrl->redirect($this,
"participants");
2286 $this->ctrl->redirect($this,
"participants");
2301 $this->tpl->addBlockFile(
"ADM_CONTENT",
"adm_content",
"tpl.il_as_tst_maintenance.html",
"Modules/Test");
2303 $this->tpl->setCurrentBlock(
"confirm_delete");
2304 $this->tpl->setVariable(
"BTN_CONFIRM_DELETE_ALL", $this->lng->txt(
"confirm"));
2305 $this->tpl->setVariable(
"BTN_CANCEL_DELETE_ALL", $this->lng->txt(
"cancel"));
2306 $this->tpl->parseCurrentBlock();
2308 $this->tpl->setCurrentBlock(
"adm_content");
2309 $this->tpl->setVariable(
"FORM_ACTION", $this->ctrl->getFormAction($this));
2310 $this->tpl->parseCurrentBlock();
2319 include_once(
"./Services/Utilities/classes/class.ilConfirmationGUI.php");
2321 $cgui->setFormAction($this->ctrl->getFormAction($this,
"participants"));
2322 $cgui->setHeaderText($this->lng->txt(
"delete_all_user_data_confirmation"));
2323 $cgui->setCancel($this->lng->txt(
"cancel"),
"participants");
2324 $cgui->setConfirm($this->lng->txt(
"proceed"),
"confirmDeleteAllUserResults");
2326 $this->tpl->setContent($cgui->getHTML());
2338 if (count(
$_POST[
"chbUser"]) == 0)
2341 $this->ctrl->redirect($this,
"participants");
2344 include_once(
"./Services/Utilities/classes/class.ilConfirmationGUI.php");
2346 $cgui->setHeaderText($this->lng->txt(
"confirm_delete_single_user_data"));
2348 $cgui->setFormAction($this->ctrl->getFormAction($this));
2349 $cgui->setCancel($this->lng->txt(
"cancel"),
"cancelDeleteSelectedUserData");
2350 $cgui->setConfirm($this->lng->txt(
"confirm"),
"confirmDeleteSelectedUserData");
2352 include_once
'./Services/User/classes/class.ilObjUser.php';
2353 foreach (
$_POST[
"chbUser"] as $key => $active_id)
2355 if ($this->object->getFixedParticipants())
2357 $user_id = $active_id;
2361 $user_id = $this->
object->_getUserIdFromActiveId($active_id);
2365 if ($this->object->getAnonymity())
2367 $name = $this->lng->txt(
"anonymous");
2369 else if($user[
"lastname"])
2371 $name = $user[
"lastname"].
", ".$user[
"firstname"].
" (".
2376 $name = $this->lng->txt(
"deleted_user");
2379 $cgui->addItem(
"chbUser[]", $active_id, $name,
2383 $this->tpl->setContent($cgui->getHTML());
2395 include_once
"./Modules/Test/classes/tables/class.ilTestHistoryTableGUI.php";
2397 $table_gui->setTestObject($this->
object);
2398 include_once
"./Modules/Test/classes/class.ilObjAssessmentFolder.php";
2400 $table_gui->setData(
$log);
2401 $this->tpl->setVariable(
'ADM_CONTENT', $table_gui->getHTML());
2406 include_once(
"Services/Form/classes/class.ilPropertyFormGUI.php");
2408 $form->setTarget(
"_top");
2410 $this->ctrl->setParameter($this,
"new_type", $new_type);
2411 $form->setFormAction($this->ctrl->getFormAction($this));
2412 $form->setTitle($this->lng->txt(
"import_tst"));
2415 include_once(
"./Services/Form/classes/class.ilFileInputGUI.php");
2416 $fi =
new ilFileInputGUI($this->lng->txt(
"import_file"),
"xmldoc");
2418 $fi->setRequired(
true);
2419 $form->addItem($fi);
2422 include_once(
"./Modules/Test/classes/class.ilObjTest.php");
2424 $questionpools = $tst->getAvailableQuestionpools(TRUE, FALSE, TRUE, TRUE);
2425 if (count($questionpools))
2427 $options = array(
"-1" => $this->lng->txt(
"dont_use_questionpool"));
2428 foreach ($questionpools as $key => $value)
2433 $pool =
new ilSelectInputGUI($this->lng->txt(
"select_questionpool"),
"qpl");
2435 $form->addItem($pool);
2438 $form->addCommandButton(
"importFile", $this->lng->txt(
"import"));
2439 $form->addCommandButton(
"cancel", $this->lng->txt(
"cancel"));
2451 $command =
$_POST[
"command"];
2452 if (strlen($command))
2454 $method = $command .
"Object";
2455 if (method_exists($this, $method))
2461 $this->ctrl->redirect($this,
"participants");
2471 global $ilAccess, $ilToolbar,
$lng;
2475 if (!$ilAccess->checkAccess(
"write",
"", $this->ref_id))
2479 $this->ctrl->redirect($this,
"infoScreen");
2482 if( $this->testQuestionSetConfigFactory->getQuestionSetConfig()->areDepenciesBroken() )
2485 $this->testQuestionSetConfigFactory->getQuestionSetConfig()->getDepenciesBrokenMessage($this->lng)
2488 elseif( $this->testQuestionSetConfigFactory->getQuestionSetConfig()->areDepenciesInVulnerableState() )
2491 $this->testQuestionSetConfigFactory->getQuestionSetConfig()->getDepenciesInVulnerableStateMessage($this->lng)
2495 if ($this->object->getFixedParticipants())
2498 include_once
'./Services/Search/classes/class.ilRepositorySearchGUI.php';
2503 'auto_complete_name' => $lng->txt(
'user'),
2504 'submit_name' => $lng->txt(
'add')
2509 $ilToolbar->addButton($this->lng->txt(
"tst_search_users"),
2510 $this->ctrl->getLinkTargetByClass(
'ilRepositorySearchGUI',
'start'));
2513 $participants =& $this->
object->getInvitedUsers();
2515 foreach ($participants as
$data)
2517 $maxpass = $this->
object->_getMaxPass($data[
"active_id"]);
2518 if (!is_null($maxpass))
2523 if (strlen($data[
"active_id"]))
2525 $last_access = $this->
object->_getLastAccess($data[
"active_id"]);
2526 $access = $last_access;
2528 $this->ctrl->setParameterByClass(
'iltestevaluationgui',
'active_id', $data[
'active_id']);
2530 if ($data[
'active_id'] == null)
2532 if ( strlen($data[
"firstname"].$data[
"lastname"]) == 0 )
2534 $fullname = $lng->txt(
"deleted_user");
2536 else if($this->object->getAnonymity())
2538 $fullname = $lng->txt(
'anonymous');
2542 $fullname = trim($data[
"lastname"] .
", " . $data[
"firstname"] .
" " . $data[
"title"]);
2545 include_once
"./Modules/Test/classes/class.ilObjTestAccess.php";
2549 array_push($rows, array(
2550 'usr_id' => $data[
"usr_id"],
2551 'active_id' => $data[
'active_id'],
2552 'login' => $data[
"login"],
2553 'clientip' => $data[
"clientip"],
2554 'firstname' => $data[
"firstname"],
2555 'lastname' => $data[
"lastname"],
2556 'name' => $fullname,
2557 'started' => ($data[
"active_id"] > 0) ? 1 : 0,
2558 'finished' => ($data[
"test_finished"] == 1) ? 1 : 0,
2559 'access' => $access,
2560 'maxpass' => $maxpass,
2561 'result' => $this->ctrl->getLinkTargetByClass(
'iltestevaluationgui',
'outParticipantsResultsOverview')
2564 include_once
"./Modules/Test/classes/tables/class.ilTestFixedParticipantsTableGUI.php";
2566 $this->testQuestionSetConfigFactory->getQuestionSetConfig()->areDepenciesBroken(),
2567 $this->
object->getAnonymity(), count($rows)
2570 $table_gui->setResetCommand(
'fpResetFiler');
2572 $table_gui->setData($rows);
2573 $this->tpl->setVariable(
'ADM_CONTENT', $table_gui->getHTML());
2577 $participants =& $this->
object->getTestParticipants();
2579 foreach ($participants as
$data)
2581 $maxpass = $this->
object->_getMaxPass($data[
"active_id"]);
2582 if (!is_null($maxpass))
2587 if (strlen($data[
"active_id"]))
2589 $last_access = $this->
object->_getLastAccess($data[
"active_id"]);
2590 $access = $last_access;
2592 $this->ctrl->setParameterByClass(
'iltestevaluationgui',
'active_id', $data[
'active_id']);
2594 include_once
"./Modules/Test/classes/class.ilObjTestAccess.php";
2596 array_push($rows, array(
2597 'usr_id' => $data[
"active_id"],
2598 'active_id' => $data[
'active_id'],
2599 'login' => $data[
"login"],
2600 'name' => $fullname,
2601 'firstname' => $data[
"firstname"],
2602 'lastname' => $data[
"lastname"],
2603 'started' => ($data[
"active_id"] > 0) ? 1 : 0,
2604 'finished' => ($data[
"test_finished"] == 1) ? 1 : 0,
2605 'access' => $access,
2606 'maxpass' => $maxpass,
2607 'result' => $this->ctrl->getLinkTargetByClass(
'iltestevaluationgui',
'outParticipantsResultsOverview')
2610 include_once
"./Modules/Test/classes/tables/class.ilTestParticipantsTableGUI.php";
2612 $this->testQuestionSetConfigFactory->getQuestionSetConfig()->areDepenciesBroken(),
2613 $this->
object->getAnonymity(), count($rows)
2616 $table_gui->setResetCommand(
'npResetFilter');
2618 $table_gui->setData($rows);
2619 $this->tpl->setVariable(
'ADM_CONTENT', $table_gui->getHTML());
2627 include_once
"./Modules/Test/classes/tables/class.ilTimingOverviewTableGUI.php";
2630 $participants =& $this->
object->getTestParticipants();#
2631 $times = $this->
object->getStartingTimeOfParticipants();
2632 $addons = $this->
object->getTimeExtensionsOfParticipants();
2634 $tbl_data = array();
2635 foreach ($participants as $participant)
2640 if ($times[$participant[
'active_id']])
2643 $tblRow[
'started'] = $started;
2647 $tblRow[
'started'] =
'';
2650 if ($addons[$participant[
'active_id']] > 0)
2652 $tblRow[
'extratime'] = $addons[$participant[
'active_id']];
2655 $tblRow[
'login'] = $participant[
'login'];
2657 if ($this->object->getAnonymity())
2659 $tblRow[
'name'] = $this->lng->txt(
"anonymous");
2663 $tblRow[
'name'] = $participant[
'lastname'] .
', ' . $participant[
'firstname'];
2666 $tbl_data[] = $tblRow;
2668 $table_gui->setData($tbl_data);
2670 $this->tpl->setContent($table_gui->getHTML());
2679 if (!$ilAccess->checkAccess(
"write",
"", $this->ref_id))
2683 $this->ctrl->redirect($this,
"infoScreen");
2686 if ($this->object->getProcessingTimeInSeconds() > 0 && $this->
object->getNrOfTries() == 1)
2689 if (count(
$_POST) && $form->checkInput())
2691 $res = $this->
object->addExtraTime($form->getInput(
'participant'), $form->getInput(
'extratime'));
2692 ilUtil::sendSuccess(sprintf($this->lng->txt(
'tst_extratime_added'), $form->getInput(
'extratime')),
true);
2693 $this->ctrl->redirect($this,
'timingOverview');
2697 return $this->tpl->setVariable(
"ADM_CONTENT", $form->getHTML());
2710 include_once(
"./Services/Form/classes/class.ilPropertyFormGUI.php");
2712 $form->setFormAction($this->ctrl->getFormAction($this));
2713 $form->setTableWidth(
"100%");
2714 $form->setId(
"tst_change_workingtime");
2715 $form->setTitle($this->lng->txt(
"tst_change_workingtime"));
2718 $participantslist =
new ilSelectInputGUI($this->lng->txt(
'participants'),
"participant");
2719 $participants =& $this->
object->getTestParticipants();
2720 $times = $this->
object->getStartingTimeOfParticipants();
2721 $addons = $this->
object->getTimeExtensionsOfParticipants();
2723 '' => $this->lng->txt(
'please_select'),
2724 '0' => $this->lng->txt(
'all_participants')
2726 foreach ($participants as $participant)
2730 if ($this->object->getAnonymity())
2732 $name = $this->lng->txt(
"anonymous");
2736 $name = $participant[
'lastname'] .
', ' . $participant[
'firstname'];
2740 if ($times[$participant[
'active_id']])
2744 if ($addons[$participant[
'active_id']] > 0) $started .=
", " . $this->lng->txt(
'extratime') .
': ' . $addons[$participant[
'active_id']] .
' ' . $this->lng->txt(
'minutes');
2745 $options[$participant[
'active_id']] = $participant[
'login'] .
' (' .$name.
')'.$started;
2747 $participantslist->setRequired(
true);
2748 $participantslist->setOptions(
$options);
2749 $form->addItem($participantslist);
2752 $extratime =
new ilNumberInputGUI($this->lng->txt(
"extratime"),
"extratime");
2753 $extratime->
setInfo($this->lng->txt(
'tst_extratime_info'));
2754 $extratime->setRequired(
true);
2755 $extratime->setMinValue(0);
2756 $extratime->setMinvalueShouldBeGreater(
false);
2757 $extratime->setSuffix($this->lng->txt(
'minutes'));
2758 $extratime->setSize(5);
2759 $form->addItem($extratime);
2761 if (is_array(
$_POST) && strlen(
$_POST[
'cmd'][
'timing'])) $form->setValuesByArray(
$_POST);
2763 if ($ilAccess->checkAccess(
"write",
"",
$_GET[
"ref_id"])) $form->addCommandButton(
"timing", $this->lng->txt(
"save"));
2764 $form->addCommandButton(
'timingOverview', $this->lng->txt(
"cancel"));
2771 $this->tpl->setContent($form->getHTML());
2778 $sess_filter = str_replace(
'"',
'',$sess_filter);
2779 $sess_filter = explode(
':', $sess_filter);
2780 $filter = substr($sess_filter[2],0, strlen($sess_filter[2])-1);
2782 if ($filter ==
'all' || $filter ==
false)
2784 return $in_rows; #unchanged - no filter.
2787 $with_result = array();
2788 $without_result = array();
2789 foreach ($in_rows as
$row)
2792 'SELECT count(solution_id) count 2794 WHERE active_fi = ' . $ilDB->quote($row[
'active_id'])
2796 $count = $ilDB->fetchAssoc(
$result);
2797 $count = $count[
'count'];
2801 $without_result[] =
$row;
2805 $with_result[] =
$row;
2809 if ($filter ==
'withSolutions')
2811 return $with_result;
2813 return $without_result;
2819 include_once(
"./Modules/Test/classes/tables/class.ilTestFixedParticipantsTableGUI.php");
2822 $table_gui->resetOffset();
2828 include_once(
"./Modules/Test/classes/tables/class.ilTestFixedParticipantsTableGUI.php");
2830 $this,
"participants",
false, $this->object->getAnonymity(), 0
2833 $table_gui->resetOffset();
2839 include_once(
"./Modules/Test/classes/tables/class.ilTestParticipantsTableGUI.php");
2841 $this,
"participants",
false, $this->object->getAnonymity(), 0
2844 $table_gui->resetOffset();
2851 include_once(
"./Modules/Test/classes/tables/class.ilTestParticipantsTableGUI.php");
2853 $this,
"participants",
false, $this->object->getAnonymity(), 0
2856 $table_gui->resetOffset();
2872 $this->
showUserResults($show_pass_details = TRUE, $show_answers = TRUE, $show_reached_points = TRUE);
2886 $this->
showUserResults($show_pass_details = FALSE, $show_answers = TRUE);
2900 $this->
showUserResults($show_pass_details = TRUE, $show_answers = FALSE);
2910 $show_user_results =
$_SESSION[
"show_user_results"];
2912 if (count($show_user_results) == 0)
2915 $this->ctrl->redirect($this,
"participants");
2919 $template = $this->
createUserResults( $show_pass_details, $show_answers, $show_reached_points, $show_user_results);
2921 $this->tpl->setVariable(
"ADM_CONTENT", $template->get());
2923 if ($this->object->getShowSolutionAnswersOnly())
2931 if (is_array(
$_POST[
"chbUser"]))
2933 foreach (
$_POST[
"chbUser"] as $user_id)
2935 $this->
object->disinviteUser($user_id);
2942 $this->ctrl->redirect($this,
"participants");
2947 if (is_array(
$_POST[
"chbUser"]))
2949 foreach (
$_POST[
"chbUser"] as $user_id)
2951 $this->
object->setClientIP($user_id,
$_POST[
"clientip_".$user_id]);
2958 $this->ctrl->redirect($this,
"participants");
2970 global $ilAccess,
$ilias;
2971 if (!$ilAccess->checkAccess(
"write",
"", $this->ref_id))
2975 $this->ctrl->redirect($this,
"infoScreen");
2978 $template =
new ilTemplate(
"tpl.il_as_tst_print_test_confirm.html", TRUE, TRUE,
"Modules/Test");
2980 if(!array_key_exists(
"pdf",
$_GET) ||
$_GET[
"pdf"] != 1)
2982 $this->ctrl->setParameter($this,
"pdf",
"1");
2983 $template->setCurrentBlock(
"pdf_export");
2984 $template->setVariable(
"PDF_URL", $this->ctrl->getLinkTarget($this,
"print"));
2985 $this->ctrl->setParameter($this,
"pdf",
"");
2986 $template->setVariable(
"PDF_TEXT", $this->lng->txt(
"pdf_export"));
2987 $template->parseCurrentBlock();
2989 $template->setCurrentBlock(
"navigation_buttons");
2990 $template->setVariable(
"BUTTON_PRINT", $this->lng->txt(
"print"));
2991 $template->parseCurrentBlock();
2997 $print_date = mktime(date(
"H"), date(
"i"), date(
"s"), date(
"m") , date(
"d"), date(
"Y"));
3001 require_once
'Modules/Test/classes/class.ilTestQuestionHeaderBlockBuilder.php';
3003 $questionHeaderBlockBuilder->setHeaderMode($this->object->getTitleOutput());
3005 foreach ($this->object->questions as $question)
3007 $template->setCurrentBlock(
"question");
3008 $question_gui = $this->
object->createQuestionGUI(
"", $question);
3010 $questionHeaderBlockBuilder->setQuestionTitle($question_gui->object->getTitle());
3011 $questionHeaderBlockBuilder->setQuestionPoints($question_gui->object->getMaximumPoints());
3012 $questionHeaderBlockBuilder->setQuestionPosition($counter);
3013 $template->setVariable(
"QUESTION_HEADER", $questionHeaderBlockBuilder->getHTML());
3015 $template->setVariable(
"TXT_QUESTION_ID", $this->lng->txt(
'question_id_short'));
3016 $template->setVariable(
"QUESTION_ID", $question_gui->object->getId());
3017 $result_output = $question_gui->getSolutionOutput(
"", NULL, FALSE, TRUE, FALSE, $this->object->getShowSolutionFeedback());
3018 if (strlen($result_output) == 0) $result_output = $question_gui->getPreview(FALSE);
3019 $template->setVariable(
"SOLUTION_OUTPUT", $result_output);
3020 $template->parseCurrentBlock(
"question");
3022 $max_points += $question_gui->object->getMaximumPoints();
3032 if (array_key_exists(
"pdf",
$_GET) && (
$_GET[
"pdf"] == 1))
3035 require_once
'class.ilTestPDFGenerator.php';
3040 $this->tpl->setVariable(
"PRINT_CONTENT", $template->get());
3051 function reviewobject()
3053 global $ilAccess,
$ilias;
3054 if (!$ilAccess->checkAccess(
"write",
"", $this->ref_id))
3058 $this->ctrl->redirect($this,
"infoScreen");
3061 $template =
new ilTemplate(
"tpl.il_as_tst_print_test_confirm.html", TRUE, TRUE,
"Modules/Test");
3066 $print_date = mktime(date(
"H"), date(
"i"), date(
"s"), date(
"m") , date(
"d"), date(
"Y"));
3070 require_once
'Modules/Test/classes/class.ilTestQuestionHeaderBlockBuilder.php';
3072 $questionHeaderBlockBuilder->setHeaderMode($this->object->getTitleOutput());
3074 foreach ($this->object->questions as $question)
3076 $template->setCurrentBlock(
"question");
3077 $question_gui = $this->
object->createQuestionGUI(
"", $question);
3079 $questionHeaderBlockBuilder->setQuestionTitle($question_gui->object->getTitle());
3080 $questionHeaderBlockBuilder->setQuestionPoints($question_gui->object->getMaximumPoints());
3081 $questionHeaderBlockBuilder->setQuestionPosition($counter);
3082 $template->setVariable(
"QUESTION_HEADER", $questionHeaderBlockBuilder->getHTML());
3086 $result_output = $question_gui->getPreview(
false);
3088 if (strlen($result_output) == 0) $result_output = $question_gui->getPreview(FALSE);
3089 $template->setVariable(
"SOLUTION_OUTPUT", $result_output);
3090 $template->parseCurrentBlock(
"question");
3092 $max_points += $question_gui->object->getMaximumPoints();
3104 if (array_key_exists(
"pdf",
$_GET) && (
$_GET[
"pdf"] == 1))
3107 require_once
'class.ilTestPDFGenerator.php';
3108 $content = $template->get();
3113 $this->ctrl->setParameter($this,
"pdf",
"1");
3114 $template->setCurrentBlock(
"pdf_export");
3115 $template->setVariable(
"PDF_URL", $this->ctrl->getLinkTarget($this,
"review"));
3116 $this->ctrl->setParameter($this,
"pdf",
"");
3117 $template->setVariable(
"PDF_TEXT", $this->lng->txt(
"pdf_export"));
3118 $template->parseCurrentBlock();
3120 $template->setCurrentBlock(
"navigation_buttons");
3121 $template->setVariable(
"BUTTON_PRINT", $this->lng->txt(
"print"));
3122 $template->parseCurrentBlock();
3125 $this->tpl->setVariable(
"PRINT_CONTENT", $template->get());
3133 if (is_array($a_user_ids))
3136 foreach ($a_user_ids as $user_id)
3138 $client_ip =
$_POST[
"client_ip"][$i];
3139 $this->
object->inviteUser($user_id, $client_ip);
3147 $message = $this->lng->txt(
"tst_invited_selected_users");
3149 if (strlen($message))
3159 $this->ctrl->redirect($this,
"participants");
3165 public function defaultsObject()
3172 global $ilAccess, $ilToolbar,
$tpl;
3174 if(!$ilAccess->checkAccess(
"write",
"", $this->ref_id))
3177 $this->ctrl->redirect($this,
"infoScreen");
3180 $ilToolbar->setFormAction($this->ctrl->getFormAction($this,
'addDefaults'));
3181 $ilToolbar->addFormButton($this->lng->txt(
'add'),
'addDefaults');
3182 require_once
'Services/Form/classes/class.ilTextInputGUI.php';
3183 $ilToolbar->addInputItem(
new ilTextInputGUI($this->lng->txt(
'tst_defaults_defaults_of_test'),
'name'),
true);
3185 require_once
'Modules/Test/classes/tables/class.ilTestPersonalDefaultSettingsTableGUI.php';
3187 $defaults = $this->
object->getAvailableDefaults();
3188 $table->setData((array)$defaults);
3189 $tpl->setContent($table->getHTML());
3197 if(isset(
$_POST[
'chb_defaults']) && is_array(
$_POST[
'chb_defaults']) && count(
$_POST[
'chb_defaults']))
3199 foreach(
$_POST[
'chb_defaults'] as $test_default_id)
3201 $this->
object->deleteDefaults($test_default_id);
3208 $this->defaultsObject();
3225 if( count(
$_POST[
"chb_defaults"]) != 1 )
3228 $this->lng->txt(
"tst_defaults_apply_select_one")
3231 return $this->defaultsObject();
3235 if($this->object->evalTotalPersons() > 0)
3238 $this->lng->txt(
"tst_defaults_apply_not_possible")
3241 return $this->defaultsObject();
3244 $defaults =& $this->
object->getTestDefaults(
$_POST[
"chb_defaults"][0]);
3245 $defaultSettings = unserialize($defaults[
"defaults"]);
3247 if( isset($defaultSettings[
'isRandomTest']) )
3249 if( $defaultSettings[
'isRandomTest'] )
3260 elseif( isset($defaultSettings[
'questionSetType']) )
3262 $newQuestionSetType = $defaultSettings[
'questionSetType'];
3264 $oldQuestionSetType = $this->
object->getQuestionSetType();
3265 $questionSetTypeSettingSwitched = ( $oldQuestionSetType != $newQuestionSetType );
3267 $oldQuestionSetConfig = $this->testQuestionSetConfigFactory->getQuestionSetConfigByType($oldQuestionSetType);
3271 case !$questionSetTypeSettingSwitched:
3272 case !$oldQuestionSetConfig->doesQuestionSetRelatedDataExist():
3279 require_once
'Modules/Test/classes/confirmations/class.ilTestSettingsChangeConfirmationGUI.php';
3282 $confirmation->setFormAction( $this->ctrl->getFormAction($this) );
3283 $confirmation->setCancel($this->lng->txt(
'cancel'),
'defaults');
3284 $confirmation->setConfirm($this->lng->txt(
'confirm'),
'confirmedApplyDefaults');
3286 $confirmation->setOldQuestionSetType($this->object->getQuestionSetType());
3287 $confirmation->setNewQuestionSetType($newQuestionSetType);
3288 $confirmation->setQuestionLossInfoEnabled(
false);
3289 $confirmation->build();
3291 $confirmation->populateParametersFromPost();
3293 $this->tpl->setContent( $this->ctrl->getHTML($confirmation) );
3298 if( $questionSetTypeSettingSwitched && $this->object->isOnline() )
3300 $this->
object->setOnline(
false);
3302 $info = $this->lng->txt(
"tst_set_offline_due_to_switched_question_set_type_setting");
3307 $this->
object->applyDefaults($defaults);
3311 if( $questionSetTypeSettingSwitched && $oldQuestionSetConfig->doesQuestionSetRelatedDataExist() )
3313 $oldQuestionSetConfig->removeQuestionSetRelatedData();
3316 $this->ctrl->redirect($this,
'defaults');
3324 if (strlen(
$_POST[
"name"]) > 0)
3326 $this->
object->addDefaults(
$_POST[
'name']);
3332 $this->defaultsObject();
3337 if( in_array($this->ctrl->getCmdClass(), self::$infoScreenChildClasses) )
3352 #if( !include 'competenzenRocker.php' ) exit; 3354 $this->ctrl->setCmd(
"showSummary");
3355 $this->ctrl->setCmdClass(
"ilinfoscreengui");
3356 $this->infoScreen();
3361 $this->ctrl->setCmd(
"showSummary");
3362 $this->ctrl->setCmdClass(
"ilinfoscreengui");
3363 $this->infoScreen(
$_GET[
'lock']);
3369 function infoScreen($session_lock =
"")
3376 global $ilAccess,
$ilUser, $ilToolbar;
3378 require_once
'Modules/Test/classes/class.ilTestDynamicQuestionSetFilterSelection.php';
3380 require_once
'Services/UIComponent/Button/classes/class.ilLinkButton.php';
3381 require_once
'Services/UIComponent/Button/classes/class.ilSubmitButton.php';
3383 $testQuestionSetConfig = $this->testQuestionSetConfigFactory->getQuestionSetConfig();
3384 $testSession = $this->testSessionFactory->getSession();
3385 $testSequence = $this->testSequenceFactory->getSequence($testSession);
3386 $testSequence->loadFromDb();
3389 $testPlayerGUI = $this->testPlayerFactory->getPlayerGUI();
3391 if (
$_GET[
'createRandomSolutions'])
3393 $this->
object->createRandomSolutions(
$_GET[
'createRandomSolutions']);
3396 if (!$ilAccess->checkAccess(
"read",
"", $this->ref_id))
3398 $this->
ilias->raiseError($this->lng->txt(
"msg_no_perm_read"),$this->
ilias->error_obj->MESSAGE);
3401 include_once(
"./Services/InfoScreen/classes/class.ilInfoScreenGUI.php");
3406 return $this->ctrl->forwardCommand($info);
3409 $this->ctrl->setParameter($testPlayerGUI,
"sequence", $testSession->getLastSequence());
3411 $info->setFormAction($this->ctrl->getFormAction($testPlayerGUI));
3413 if (strlen($session_lock))
3415 $info->addHiddenElement(
"lock", $session_lock);
3419 $info->addHiddenElement(
"lock", md5(
$_COOKIE[
'PHPSESSID'] . time()));
3421 $online_access =
false;
3422 if ($this->object->getFixedParticipants())
3424 include_once
"./Modules/Test/classes/class.ilObjTestAccess.php";
3426 if ($online_access_result ===
true)
3428 $online_access =
true;
3436 $enter_anonymous_code =
false;
3437 if( $this->object->isOnline() && $this->
object->isComplete( $this->testQuestionSetConfigFactory->getQuestionSetConfig() ) )
3439 if ((!$this->object->getFixedParticipants() || $online_access) && $ilAccess->checkAccess(
"read",
"", $this->ref_id))
3441 $executable = $this->
object->isExecutable($testSession, $ilUser->getId(), $allowPassIncrease = TRUE
3443 if ($executable[
"executable"])
3445 if( $this->object->areObligationsEnabled() && $this->
object->hasObligations($this->object->getTestId()) )
3450 if ($testSession->getActiveId() > 0)
3453 require_once
'Modules/Test/classes/class.ilTestPassesSelector.php';
3455 $testPassesSelector->setActiveId($testSession->getActiveId());
3456 $testPassesSelector->setLastFinishedPass($testSession->getLastFinishedPass());
3458 $closedPasses = $testPassesSelector->getClosedPasses();
3459 $existingPasses = $testPassesSelector->getExistingPasses();
3461 if ($existingPasses > $closedPasses)
3464 $btn->setCaption(
'tst_resume_test');
3465 $btn->setCommand(
'resumePlayer');
3466 $btn->setPrimary(
true);
3467 $big_button[] = $btn;
3472 $btn->setCaption($this->object->getStartTestLabel($testSession->getActiveId()),
false);
3473 $btn->setCommand(
'startPlayer');
3474 $btn->setPrimary(
true);
3475 $big_button[] = $btn;
3482 $btn->setCaption($this->object->getStartTestLabel($testSession->getActiveId()),
false);
3483 $btn->setCommand(
'startPlayer');
3484 $btn->setPrimary(
true);
3485 $big_button[] = $btn;
3492 if ($testSession->getActiveId() > 0)
3496 require_once
'Modules/Test/classes/class.ilTestPassesSelector.php';
3498 $testPassesSelector->setActiveId($testSession->getActiveId());
3499 $testPassesSelector->setLastFinishedPass($testSession->getLastFinishedPass());
3501 if ($this->object->canShowTestResults($testSession, $ilUser->getId()) && count($testPassesSelector->getReportablePasses()))
3504 $btn->setCaption(
'tst_show_results');
3505 $btn->setUrl($this->ctrl->getLinkTargetByClass(
'ilTestEvaluationGUI',
'outUserResultsOverview'));
3506 $btn->setPrimary(
false);
3507 $big_button[] = $btn;
3509 if ($this->object->getHighscoreEnabled())
3513 $btn->setCaption(
'tst_show_toplist');
3514 $btn->setCommand(
'outResultsToplist');
3515 $btn->setPrimary(
false);
3516 $big_button[] = $btn;
3519 if( $this->object->isSkillServiceToBeConsidered() )
3521 require_once
'Modules/Test/classes/class.ilTestSkillEvaluationGUI.php';
3524 $btn->setCaption(
'tst_show_comp_results');
3526 $btn->setPrimary(
false);
3527 $big_button[] = $btn;
3533 if ($testSession->getActiveId() > 0)
3535 if ($this->object->canShowSolutionPrintview($ilUser->getId()))
3538 $btn->setCaption(
'tst_list_of_answers_show');
3539 $btn->setCommand(
'outUserListOfAnswerPasses');
3540 $btn->setPrimary(
false);
3541 $big_button[] = $btn;
3550 if(
$_SESSION[
"AccountId"] == ANONYMOUS_USER_ID)
3552 $enter_anonymous_code =
true;
3556 if( !$this->object->isOnline() && !$testQuestionSetConfig->areDepenciesBroken() )
3558 $message = $this->lng->txt(
"test_is_offline");
3560 if($ilAccess->checkAccess(
"write",
"", $this->ref_id))
3562 $message .=
"<br /><a href=\"".$this->ctrl->getLinkTargetByClass(
'ilobjtestsettingsgeneralgui').
"\">".
3563 $this->lng->txt(
"test_edit_settings").
"</a>";
3569 if( $ilAccess->checkAccess(
"write",
"", $this->ref_id) )
3571 $testQuestionSetConfig = $this->testQuestionSetConfigFactory->getQuestionSetConfig();
3573 if( $testQuestionSetConfig->areDepenciesBroken() )
3577 $big_button = array();
3578 $enter_anonymous_code =
false;
3580 elseif( $testQuestionSetConfig->areDepenciesInVulnerableState() )
3582 ilUtil::sendInfo( $testQuestionSetConfig->getDepenciesInVulnerableStateMessage($this->lng) );
3586 if ($this->object->getShowInfo())
3588 $info->enablePrivateNotes();
3591 if($big_button || $enter_anonymous_code)
3593 $ilToolbar->setFormAction($this->ctrl->getFormAction($testPlayerGUI));
3595 foreach($big_button as $button)
3597 $ilToolbar->addButtonInstance($button);
3600 if($enter_anonymous_code)
3604 $ilToolbar->addSeparator();
3607 require_once
'Services/Form/classes/class.ilTextInputGUI.php';
3608 $anonymous_id =
new ilTextInputGUI($this->lng->txt(
'enter_anonymous_code'),
'anonymous_id');
3610 $ilToolbar->addInputItem($anonymous_id,
true);
3611 $ilToolbar->addFormButton($this->lng->txt(
'submit'),
'setAnonymousId');
3614 $ilToolbar->setCloseFormTag(
false);
3615 $info->setOpenFormTag(
false);
3618 if (strlen($this->object->getIntroduction()))
3620 $info->addSection($this->lng->txt(
"tst_introduction"));
3621 $info->addProperty(
"", $this->object->prepareTextareaOutput($this->object->getIntroduction(),
true).
3622 $info->getHiddenToggleButton());
3626 $info->addSection(
"");
3627 $info->addProperty(
"", $info->getHiddenToggleButton());
3630 $info->addSection($this->lng->txt(
"tst_general_properties"));
3631 if ($this->object->getShowInfo())
3633 $info->addProperty($this->lng->txt(
"author"), $this->
object->getAuthor());
3634 $info->addProperty($this->lng->txt(
"title"), $this->
object->getTitle());
3636 if( $this->object->isOnline() && $this->
object->isComplete( $this->testQuestionSetConfigFactory->getQuestionSetConfig() ) )
3638 if ((!$this->object->getFixedParticipants() || $online_access) && $ilAccess->checkAccess(
"read",
"", $this->ref_id))
3640 if ($this->object->getShowInfo() || !$this->
object->getForceJS())
3643 $checked_javascript =
false;
3644 if ($this->object->getJavaScriptOutput())
3646 $checked_javascript =
true;
3650 if( !$this->object->isRandomTest() )
3652 if ($this->object->getNrOfTries() != 1)
3654 if ($this->object->getUsePreviousAnswers() == 0)
3656 if ($this->object->getShowInfo())
3658 $info->addProperty($this->lng->txt(
"tst_use_previous_answers"), $this->lng->txt(
"tst_dont_use_previous_answers"));
3663 $use_previous_answers = FALSE;
3664 if ($ilUser->prefs[
"tst_use_previous_answers"])
3666 $checked_previous_answers = TRUE;
3668 $info->addPropertyCheckbox($this->lng->txt(
"tst_use_previous_answers"),
"chb_use_previous_answers", 1, $this->lng->txt(
"tst_use_previous_answers_user"), $checked_previous_answers);
3675 $info->hideFurtherSections(
false);
3677 if ($this->object->getShowInfo())
3679 $info->addSection($this->lng->txt(
"tst_sequence_properties"));
3680 $info->addProperty($this->lng->txt(
"tst_sequence"), $this->lng->txt(($this->object->getSequenceSettings() ==
TEST_FIXED_SEQUENCE)?
"tst_sequence_fixed":
"tst_sequence_postpone"));
3682 $info->addSection($this->lng->txt(
"tst_heading_scoring"));
3683 $info->addProperty($this->lng->txt(
"tst_text_count_system"), $this->lng->txt(($this->object->getCountSystem() ==
COUNT_PARTIAL_SOLUTIONS)?
"tst_count_partial_solutions":
"tst_count_correct_solutions"));
3684 $info->addProperty($this->lng->txt(
"tst_score_mcmr_questions"), $this->lng->txt(($this->object->getMCScoring() ==
SCORE_ZERO_POINTS_WHEN_UNANSWERED)?
"tst_score_mcmr_zero_points_when_unanswered":
"tst_score_mcmr_use_scoring_system"));
3685 if ($this->object->isRandomTest())
3687 $info->addProperty($this->lng->txt(
"tst_pass_scoring"), $this->lng->txt(($this->object->getPassScoring() ==
SCORE_BEST_PASS)?
"tst_pass_best_pass":
"tst_pass_last_pass"));
3690 $info->addSection($this->lng->txt(
"tst_score_reporting"));
3691 $score_reporting_text =
"";
3692 switch ($this->object->getScoreReporting())
3695 $score_reporting_text = $this->lng->txt(
"tst_report_after_test");
3698 $score_reporting_text = $this->lng->txt(
"tst_report_after_first_question");
3701 $score_reporting_text = $this->lng->txt(
"tst_report_after_date");
3704 $score_reporting_text = $this->lng->txt(
"tst_report_never");
3707 $info->addProperty($this->lng->txt(
"tst_score_reporting"), $score_reporting_text);
3708 $reporting_date = $this->
object->getReportingDate();
3709 if ($reporting_date)
3711 #preg_match("/(\d{4})(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})/", $reporting_date, $matches); 3712 #$txt_reporting_date = date($this->lng->text["lang_dateformat"] . " " . $this->lng->text["lang_timeformat"], mktime($matches[4], $matches[5], $matches[6], $matches[2], $matches[3], $matches[1])); 3713 #$info->addProperty($this->lng->txt("tst_score_reporting_date"), $txt_reporting_date); 3714 $info->addProperty($this->lng->txt(
'tst_score_reporting_date'),
3718 $info->addSection($this->lng->txt(
"tst_session_settings"));
3719 $info->addProperty($this->lng->txt(
"tst_nr_of_tries"), ($this->
object->getNrOfTries() == 0)?$this->lng->txt(
"unlimited"):$this->
object->getNrOfTries());
3720 if ($this->object->getNrOfTries() != 1)
3722 $info->addProperty($this->lng->txt(
"tst_nr_of_tries_of_user"), ($testSession->getPass() ==
false)?$this->lng->txt(
"tst_no_tries"):$testSession->getPass());
3725 if ($this->object->getEnableProcessingTime())
3727 $info->addProperty($this->lng->txt(
"tst_processing_time"), $this->
object->getProcessingTime());
3729 if (strlen($this->object->getAllowedUsers()) && ($this->object->getAllowedUsersTimeGap()))
3731 $info->addProperty($this->lng->txt(
"tst_allowed_users"), $this->
object->getAllowedUsers());
3734 $starting_time = $this->
object->getStartingTime();
3735 if ($starting_time && $this->object->isStartingTimeEnabled())
3737 $info->addProperty($this->lng->txt(
"tst_starting_time"),
3740 $ending_time = $this->
object->getEndingTime();
3741 if ($ending_time && $this->object->isEndingTimeEnabled())
3743 $info->addProperty($this->lng->txt(
"tst_ending_time"),
3746 $info->addMetaDataSections($this->object->getId(),0, $this->
object->getType());
3750 $this->ctrl->forwardCommand($info);
3756 switch ($this->ctrl->getCmd())
3760 case "redirectToInfoScreen":
3767 case "outCorrectSolution":
3769 case "showAnswersOfUser":
3770 case "outUserResultsOverview":
3771 case "backFromSummary":
3772 case "show_answers":
3775 case "outTestSummary":
3776 case "outQuestionSummary":
3777 case "gotoQuestion":
3778 case "selectImagemapRegion":
3779 case "confirmSubmitAnswers":
3780 case "finalSubmission":
3782 case "redirectQuestion":
3783 case "outUserPassDetails":
3784 case "checkPassword":
3785 $ilLocator->addItem($this->object->getTitle(), $this->ctrl->getLinkTarget($this,
"infoScreen"),
"",
$_GET[
"ref_id"]);
3788 case "evalAllUsers":
3789 case "evalUserDetail":
3790 $ilLocator->addItem($this->object->getTitle(), $this->ctrl->getLinkTarget($this,
"eval_stat"),
"",
$_GET[
"ref_id"]);
3797 case "importVerifiedFile":
3798 case "cancelImport":
3801 $ilLocator->addItem($this->object->getTitle(), $this->ctrl->getLinkTarget($this,
""),
"",
$_GET[
"ref_id"]);
3809 if ($ilAccess->checkAccess(
"write",
"", $this->ref_id))
3811 $this->ctrl->saveParameterByClass($this->ctrl->getCmdClass(),
'q_id');
3813 $tabs_gui->setBackTarget($this->lng->txt(
"backtocallingtest"), $this->ctrl->getLinkTargetByClass($this->ctrl->getCmdClass(),
"questions"));
3814 $tabs_gui->addTarget(
"tst_browse_for_questions",
3815 $this->ctrl->getLinkTarget($this,
"browseForQuestions"),
3816 array(
"browseForQuestions",
"filter",
"resetFilter",
"resetTextFilter",
"insertQuestions"),
3825 if ($ilAccess->checkAccess(
"write",
"", $this->ref_id))
3828 $tabs_gui->setBackTarget($this->lng->txt(
"backtocallingtest"), $this->ctrl->getLinkTarget($this,
"questions"));
3829 $tabs_gui->addTarget(
"random_selection",
3830 $this->ctrl->getLinkTarget($this,
"randomQuestions"),
3831 array(
"randomQuestions"),
3846 include_once
"./Services/Certificate/classes/class.ilCertificateGUI.php";
3847 include_once
"./Modules/Test/classes/class.ilTestCertificateAdapter.php";
3849 $output_gui->certificateEditor();
3855 $ilTabs->activateTab(
'assQuestions');
3856 $a_cmd = $ilCtrl->getCmd();
3858 if (!$this->object->isRandomTest())
3860 #if (in_array($this->object->getEnabledViewMode(), array('both', 'express'))) { 3861 $questions_per_page = ($a_cmd ==
'questions_per_page' || ($a_cmd ==
'removeQuestions' &&
$_REQUEST[
'test_express_mode'])) ? true :
false;
3863 $this->tabs_gui->addSubTabTarget(
3864 "questions_per_page_view",
3865 $this->ctrl->getLinkTargetByClass(
'iltestexpresspageobjectgui',
'showPage'),
3866 "",
"",
"", $questions_per_page);
3869 include_once
"Services/Administration/classes/class.ilSettingsTemplate.php";
3872 if (!in_array(
'questions', $template->getHiddenTabs())) {
3874 $ilTabs->addSubTabTarget(
"edit_test_questions",
3875 $this->ctrl->getLinkTarget($this,
'questions'),
3876 array(
"questions",
"browseForQuestions",
"questionBrowser",
"createQuestion",
3877 "randomselect",
"filter",
"resetFilter",
"insertQuestions",
3878 "back",
"createRandomSelection",
"cancelRandomSelect",
3879 "insertRandomSelection",
"removeQuestions",
"moveQuestions",
3880 "insertQuestionsBefore",
"insertQuestionsAfter",
"confirmRemoveQuestions",
3881 "cancelRemoveQuestions",
"executeCreateQuestion",
"cancelCreateQuestion",
3882 "addQuestionpool",
"saveRandomQuestions",
"saveQuestionSelectionMode"),
3885 if (in_array($a_cmd, array(
'questions',
'createQuestion')) || ($a_cmd ==
'removeQuestions' && !
$_REQUEST[
'test_express_mode']))
3886 $this->tabs_gui->activateSubTab(
'edit_test_questions');
3891 if (!$this->object->isRandomTest())
3893 $ilTabs->addSubTabTarget(
"print_view",
3894 $this->ctrl->getLinkTarget($this,
'print'),
3895 "print",
"",
"", $this->ctrl->getCmd() ==
'print');
3896 $ilTabs->addSubTabTarget(
'review_view',
3897 $this->ctrl->getLinkTarget($this,
'review'),
3898 'review',
'',
'', $this->ctrl->getCmd() ==
'review');
3909 $ilTabs->addSubTabTarget(
"eval_all_users",
3910 $this->ctrl->getLinkTargetByClass(
"iltestevaluationgui",
"outEvaluation"),
3911 array(
"outEvaluation",
"detailedEvaluation",
"exportEvaluation",
"evalUserDetail",
"passDetails",
3912 "outStatisticsResultsOverview",
"statisticsPassDetails")
3916 $ilTabs->addSubTabTarget(
"tst_results_aggregated",
3917 $this->ctrl->getLinkTargetByClass(
"iltestevaluationgui",
"eval_a"),
3922 $ilTabs->addSubTabTarget(
"tst_single_results",
3923 $this->ctrl->getLinkTargetByClass(
"iltestevaluationgui",
"singleResults"),
3924 array(
"singleResults"),
3928 function getSettingsSubTabs($hiddenTabs = array())
3936 $ilTabs->addSubTabTarget(
'general', $this->ctrl->getLinkTargetByClass(
'ilObjTestSettingsGeneralGUI'),
3938 array(
'ilobjtestsettingsgeneralgui')
3941 if(!in_array(
'mark_schema', $hiddenTabs))
3943 $ilTabs->addSubTabTarget(
3945 $this->ctrl->getLinkTargetByClass(
'ilmarkschemagui',
'showMarkSchema'),
3947 array(
'ilmarkschemagui')
3952 $ilTabs->addSubTabTarget(
'scoring', $this->ctrl->getLinkTargetByClass(
'ilObjTestSettingsScoringResultsGUI'),
3954 array(
'ilobjtestsettingsscoringresultsgui')
3958 include_once
"Services/Certificate/classes/class.ilCertificate.php";
3961 $ilTabs->addSubTabTarget(
3963 $this->ctrl->getLinkTarget($this,
'certificate'),
3964 array(
"certificate",
"certificateEditor",
"certificateRemoveBackground",
"certificateSave",
3965 "certificatePreview",
"certificateDelete",
"certificateUpload",
"certificateImport"),
3966 array(
"",
"ilobjtestgui",
"ilcertificategui")
3970 if (!in_array(
'defaults', $hiddenTabs)) {
3972 $ilTabs->addSubTabTarget(
3973 "tst_default_settings",
3974 $this->ctrl->getLinkTarget($this,
"defaults"),
3975 array(
"defaults",
"deleteDefaults",
"addDefaults",
"applyDefaults"),
3976 array(
"",
"ilobjtestgui",
"ilcertificategui")
3986 $ilTabs->addSubTabTarget(
"participants",
3987 $this->ctrl->getLinkTarget($this,
'participants'),
3989 "participants",
"saveClientIP",
3990 "removeParticipant",
3991 "showParticipantAnswersForAuthor",
3992 "deleteAllUserResults",
3993 "cancelDeleteAllUserData",
"deleteSingleUserResults",
3994 "outParticipantsResultsOverview",
"outParticipantsPassDetails",
3995 "showPassOverview",
"showUserAnswers",
"participantsAction",
3996 "showDetailedResults",
3997 'npResetFilter',
'npSetFilter' 4002 if( !$this->testQuestionSetConfigFactory->getQuestionSetConfig()->areDepenciesBroken() )
4004 if($this->object->getProcessingTimeInSeconds() > 0 && $this->
object->getNrOfTries() == 1)
4007 $ilTabs->addSubTabTarget(
"timing",
4008 $this->ctrl->getLinkTarget($this,
'timingOverview'),
4009 array(
"timing",
"timingOverview"),
"",
"" 4022 global $ilAccess,
$ilUser, $ilHelp;
4024 if (preg_match(
'/^ass(.*?)gui$/i', $this->ctrl->getNextClass($this))) {
4027 else if ($this->ctrl->getNextClass($this) ==
'ilassquestionpagegui') {
4031 $ilHelp->setScreenIdComponent(
"tst");
4033 $hidden_tabs = array();
4035 $template = $this->
object->getTemplate();
4038 include_once
"Services/Administration/classes/class.ilSettingsTemplate.php";
4041 $hidden_tabs = $template->getHiddenTabs();
4045 $curUserHasWriteAccess = $ilAccess->checkAccess(
"write",
"", $this->ref_id);
4047 switch( $this->ctrl->getCmdClass() )
4049 case 'iltestoutputgui':
4053 case 'ilmarkschemagui':
4054 case 'ilobjtestsettingsgeneralgui':
4055 case 'ilobjtestsettingsscoringresultsgui':
4057 if( $curUserHasWriteAccess )
4059 $this->getSettingsSubTabs($hidden_tabs);
4065 switch ($this->ctrl->getCmd())
4071 case "directfeedback":
4073 case "outCorrectSolution":
4075 case "showAnswersOfUser":
4076 case "outUserResultsOverview":
4077 case "backFromSummary":
4078 case "show_answers":
4081 case "confirmFinish":
4082 case "outTestSummary":
4083 case "outQuestionSummary":
4084 case "gotoQuestion":
4085 case "selectImagemapRegion":
4086 case "confirmSubmitAnswers":
4087 case "finalSubmission":
4089 case "redirectQuestion":
4090 case "outUserPassDetails":
4091 case "checkPassword":
4092 case "exportCertificate":
4093 case "finishListOfAnswers":
4094 case "backConfirmFinish":
4095 case "showFinalStatement":
4098 case "browseForQuestions":
4101 case "resetTextFilter":
4102 case "insertQuestions":
4104 if($this->ctrl->getNextClass($this) !=
"illearningprogressgui")
4111 case "certificateservice":
4112 case "certificateImport":
4113 case "certificateUpload":
4114 case "certificateEditor":
4115 case "certificateDelete":
4116 case "certificateSave":
4118 case "deleteDefaults":
4120 case "applyDefaults":
4121 case "inviteParticipants":
4122 case "searchParticipants":
4123 if( $curUserHasWriteAccess && in_array($this->ctrl->getCmdClass(), array(
'ilobjtestgui',
'ilcertificategui')) )
4125 $this->getSettingsSubTabs($hidden_tabs);
4133 case "detailedEvaluation":
4134 case "outEvaluation":
4135 case "singleResults":
4136 case "exportEvaluation":
4137 case "evalUserDetail":
4139 case "outStatisticsResultsOverview":
4140 case "statisticsPassDetails":
4145 if (strcmp(strtolower(get_class($this->
object)),
"ilobjtest") == 0)
4148 if ($ilAccess->checkAccess(
"write",
"", $this->ref_id) && !in_array(
'assQuestions', $hidden_tabs))
4150 $force_active = (
$_GET[
"up"] !=
"" ||
$_GET[
"down"] !=
"")
4155 if (
$_GET[
"browse"] == 1) $force_active =
true;
4158 switch( $this->object->getQuestionSetType() )
4161 $target = $this->ctrl->getLinkTargetByClass(
'iltestexpresspageobjectgui',
'showPage');
4165 $target = $this->ctrl->getLinkTargetByClass(
'ilTestRandomQuestionSetConfigGUI');
4169 $target = $this->ctrl->getLinkTargetByClass(
'ilObjTestDynamicQuestionSetConfigGUI');
4173 $tabs_gui->addTarget(
"assQuestions",
4176 array(
"questions",
"browseForQuestions",
"questionBrowser",
"createQuestion",
4177 "randomselect",
"filter",
"resetFilter",
"insertQuestions",
4178 "back",
"createRandomSelection",
"cancelRandomSelect",
4179 "insertRandomSelection",
"removeQuestions",
"moveQuestions",
4180 "insertQuestionsBefore",
"insertQuestionsAfter",
"confirmRemoveQuestions",
4181 "cancelRemoveQuestions",
"executeCreateQuestion",
"cancelCreateQuestion",
4182 "addQuestionpool",
"saveRandomQuestions",
"saveQuestionSelectionMode",
"print",
4183 "addsource",
"removesource",
"randomQuestions"),
4184 "",
"", $force_active);
4188 if ($ilAccess->checkAccess(
"read",
"", $this->ref_id) && !in_array(
'info_short', $hidden_tabs))
4190 $tabs_gui->addTarget(
"info_short",
4191 $this->ctrl->getLinkTarget($this,
'infoScreen'),
4192 array(
"infoScreen",
"outIntroductionPage",
"showSummary",
4193 "setAnonymousId",
"outUserListOfAnswerPasses",
"redirectToInfoScreen"));
4197 if ($ilAccess->checkAccess(
"write",
"", $this->ref_id))
4199 if (!in_array(
'settings', $hidden_tabs))
4201 $settingsCommands = array(
4202 "marks",
"showMarkSchema",
"addMarkStep",
"deleteMarkSteps",
"addSimpleMarkSchema",
"saveMarks",
4203 "certificate",
"certificateEditor",
"certificateRemoveBackground",
"certificateSave",
4204 "certificatePreview",
"certificateDelete",
"certificateUpload",
"certificateImport",
4205 "scoring",
"defaults",
"addDefaults",
"deleteDefaults",
"applyDefaults",
4206 "inviteParticipants",
"saveFixedParticipantsStatus",
"searchParticipants",
"addParticipants" 4209 require_once
'Modules/Test/classes/class.ilObjTestSettingsGeneralGUI.php';
4210 $reflection =
new ReflectionClass(
'ilObjTestSettingsGeneralGUI');
4211 foreach($reflection->getConstants() as $name => $value)
4212 if(substr($name, 0, 4) ==
'CMD_') $settingsCommands[] = $value;
4214 require_once
'Modules/Test/classes/class.ilObjTestSettingsScoringResultsGUI.php';
4215 $reflection =
new ReflectionClass(
'ilObjTestSettingsScoringResultsGUI');
4216 foreach($reflection->getConstants() as $name => $value)
4217 if(substr($name, 0, 4) ==
'CMD_') $settingsCommands[] = $value;
4219 $settingsCommands[] =
"";
4221 $tabs_gui->addTarget(
"settings",
4222 $this->ctrl->getLinkTargetByClass(
'ilObjTestSettingsGeneralGUI'),
4224 array(
"ilmarkschemagui",
"ilobjtestsettingsgeneralgui",
"ilobjtestsettingsscoringresultsgui",
"ilobjtestgui",
"ilcertificategui")
4231 require_once
'Modules/Test/classes/class.ilTestSkillQuestionAssignmentsGUI.php';
4233 $link = $this->ctrl->getLinkTargetByClass(
4234 array(
'ilTestSkillAdministrationGUI',
'ilTestSkillQuestionAssignmentsGUI'),
4238 $tabs_gui->addTarget(
'tst_tab_competences', $link, array(), array());
4241 if (!in_array(
'participants', $hidden_tabs))
4244 $tabs_gui->addTarget(
"participants",
4245 $this->ctrl->getLinkTarget($this,
'participants'),
4247 "participants",
"saveClientIP",
4248 "removeParticipant",
4249 "showParticipantAnswersForAuthor",
4250 "deleteAllUserResults",
4251 "cancelDeleteAllUserData",
"deleteSingleUserResults",
4252 "outParticipantsResultsOverview",
"outParticipantsPassDetails",
4253 "showPassOverview",
"showUserAnswers",
"participantsAction",
4254 "showDetailedResults",
4255 'timing',
'timingOverview',
'npResetFilter',
'npSetFilter',
'showTimingForm' 4262 include_once
'./Services/Tracking/classes/class.ilLearningProgressAccess.php';
4265 $tabs_gui->addTarget(
'learning_progress',
4266 $this->ctrl->getLinkTargetByClass(array(
'illearningprogressgui'),
''),
4268 array(
'illplistofobjectsgui',
'illplistofsettingsgui',
'illearningprogressgui',
'illplistofprogressgui'));
4271 if ($ilAccess->checkAccess(
"write",
"", $this->ref_id) && !in_array(
'manscoring', $hidden_tabs))
4273 include_once
"./Modules/Test/classes/class.ilObjAssessmentFolder.php";
4275 if (count($scoring))
4278 $tabs_gui->addTarget(
4279 "manscoring", $this->ctrl->getLinkTargetByClass(
'ilTestScoringGUI',
'showManScoringParticipantsTable'),
4281 'showManScoringParticipantsTable',
'applyManScoringParticipantsFilter',
'resetManScoringParticipantsFilter',
'showManScoringParticipantScreen',
4282 'showManScoringByQuestionParticipantsTable',
'applyManScoringByQuestionFilter',
'resetManScoringByQuestionFilter',
'saveManScoringByQuestion' 4291 $scoring_adjust_active = (bool) $setting->get(
'assessment_adjustments_enabled',
false);
4292 if ($ilAccess->checkAccess(
"write",
"", $this->ref_id) && $scoring_adjust_active && !in_array(
'scoringadjust', $hidden_tabs))
4295 $tabs_gui->addTarget(
4296 "scoringadjust", $this->ctrl->getLinkTargetByClass(
'ilScoringAdjustmentGUI',
'showquestionlist'),
4299 'savescoringfortest',
4300 'adjustscoringfortest' 4305 if ((($ilAccess->checkAccess(
"tst_statistics",
"", $this->ref_id)) || ($ilAccess->checkAccess(
"write",
"", $this->ref_id))) && !in_array(
'statistics', $hidden_tabs))
4308 $tabs_gui->addTarget(
4310 $this->ctrl->getLinkTargetByClass(
"iltestevaluationgui",
"outEvaluation"),
4312 "statistics",
"outEvaluation",
"exportEvaluation",
"detailedEvaluation",
"eval_a",
"evalUserDetail",
4313 "passDetails",
"outStatisticsResultsOverview",
"statisticsPassDetails",
"singleResults" 4319 if ($ilAccess->checkAccess(
"write",
"", $this->ref_id))
4321 if (!in_array(
'history', $hidden_tabs)) {
4324 $tabs_gui->addTarget(
"history",
4325 $this->ctrl->getLinkTarget($this,
'history'),
4329 if (!in_array(
'meta_data', $hidden_tabs)) {
4331 $tabs_gui->addTarget(
"meta_data",
4332 $this->ctrl->getLinkTargetByClass(
'ilmdeditorgui',
'listSection'),
4333 "",
"ilmdeditorgui");
4336 if(!in_array(
'export', $hidden_tabs))
4339 $tabs_gui->addTarget(
4341 $this->ctrl->getLinkTargetByClass(
'iltestexportgui' ,
''),
4343 array(
'iltestexportgui')
4348 if ($ilAccess->checkAccess(
"edit_permission",
"", $this->ref_id)&& !in_array(
'permissions', $hidden_tabs))
4350 $tabs_gui->addTarget(
"perm_settings",
4351 $this->ctrl->getLinkTargetByClass(array(get_class($this),
'ilpermissiongui'),
"perm"), array(
"perm",
"info",
"owner"),
'ilpermissiongui');
4355 if( $this->testQuestionSetConfigFactory->getQuestionSetConfig()->areDepenciesBroken() )
4357 $hideTabs = $this->testQuestionSetConfigFactory->getQuestionSetConfig()->getHiddenTabsOnBrokenDepencies();
4359 foreach($hideTabs as $tabId)
4361 $tabs_gui->removeTab($tabId);
4378 if ($ilAccess->checkAccess(
"read",
"", $a_target))
4381 $_GET[
"baseClass"] =
"ilObjTestGUI";
4382 $_GET[
"cmd"] =
"infoScreen";
4383 $_GET[
"ref_id"] = $a_target;
4384 include_once(
"ilias.php");
4388 else if ($ilAccess->checkAccess(
"read",
"", ROOT_FOLDER_ID))
4395 $ilErr->raiseError($lng->txt(
"msg_no_perm_read_lm"), $ilErr->FATAL);
4406 if($this->create_question_mode)
4411 require_once
'Services/UIComponent/Button/classes/class.ilLinkButton.php';
4415 $ilCtrl->saveParameter($this,
'q_mode');
4417 $ilCtrl->setParameterByClass(
'iltestexpresspageobjectgui',
'test_express_mode', 1);
4418 $ilCtrl->setParameter($this,
'test_express_mode', 1);
4419 $ilCtrl->setParameterByClass(
'iltestexpresspageobjectgui',
'q_id',
$_REQUEST[
'q_id']);
4420 $ilCtrl->setParameter($this,
'q_id',
$_REQUEST[
'q_id']);
4421 $ilToolbar->setFormAction($ilCtrl->getFormActionByClass(
'iltestexpresspageobjectgui',
'edit'));
4423 if($this->object->evalTotalPersons() == 0)
4445 $ilToolbar->addFormButton($lng->txt(
"ass_create_question"),
"addQuestion");
4447 $ilToolbar->addSeparator();
4449 if($this->object->getPoolUsage())
4451 $ilToolbar->addFormButton($lng->txt(
"tst_browse_for_questions"),
"browseForQuestions");
4453 $show_separator =
true;
4457 $questions = $this->
object->getQuestionTitlesAndIndexes();
4461 foreach($questions as $id => $label)
4463 $options[$id] = $label .
' ['. $this->lng->txt(
'question_id_short') .
': ' . $id .
']';
4466 $optionKeys = array_keys(
$options);
4496 if(count($questions))
4498 if(isset($show_separator) && $show_separator)
4500 $ilToolbar->addSeparator();
4504 $btn->setCaption(
"test_prev_question");
4505 $btn->setUrl($ilCtrl->getLinkTargetByClass(
'iltestexpresspageobjectgui',
'prevQuestion'));
4506 $ilToolbar->addButtonInstance($btn);
4508 if( count(
$options) <= 1 || $optionKeys[0] == $qid )
4510 $btn->setDisabled(
true);
4514 $btn->setCaption(
"test_next_question");
4515 $btn->setUrl($ilCtrl->getLinkTargetByClass(
'iltestexpresspageobjectgui',
'nextQuestion'));
4516 $ilToolbar->addButtonInstance($btn);
4518 if( count(
$options) <= 1 || $optionKeys[count($optionKeys) - 1] == $qid )
4520 $btn->setDisabled(
true);
4524 if(count($questions) > 1)
4527 $ilToolbar->addSeparator();
4529 include_once(
"./Services/Form/classes/class.ilSelectInputGUI.php");
4531 $si->addCustomAttribute(
"onChange=\"forms['ilToolbar'].submit();\"");
4536 $si->setValue($qid);
4539 $ilToolbar->addInputItem(
$si,
true);
4542 $total = $this->
object->evalTotalPersons();
4557 if(count($questions) && !
$total)
4559 $ilCtrl->setParameter($this,
'q_id',
$_REQUEST[
'q_id']);
4560 $ilToolbar->addSeparator();
4561 $ilToolbar->addButton($lng->txt(
"test_delete_page"), $ilCtrl->getLinkTarget($this,
"removeQuestions"));
4564 if(count($questions) > 1 && !
$total)
4566 $ilToolbar->addSeparator();
4567 $ilToolbar->addButton($lng->txt(
"test_move_page"), $ilCtrl->getLinkTarget($this,
"movePageForm"));
4572 $online_access =
false;
4573 if($this->object->getFixedParticipants())
4575 include_once
"./Modules/Test/classes/class.ilObjTestAccess.php";
4577 if($online_access_result ===
true)
4579 $online_access =
true;
4583 if($this->object->isOnline() && $this->
object->isComplete( $this->testQuestionSetConfigFactory->getQuestionSetConfig() ))
4585 if((!$this->object->getFixedParticipants() || $online_access) && $ilAccess->checkAccess(
"read",
"", $this->ref_id))
4587 $testSession = $this->testSessionFactory->getSession();
4589 $executable = $this->
object->isExecutable($testSession, $ilUser->getId(), $allowPassIncrease = TRUE);
4591 if($executable[
"executable"])
4594 $player_instance = $player_factory->getPlayerGUI();
4596 if ($testSession->getActiveId() > 0)
4598 $ilToolbar->addSeparator();
4599 $ilToolbar->addButton($lng->txt(
'tst_resume_test'), $ilCtrl->getLinkTarget($player_instance,
'resumePlayer'));
4603 $ilToolbar->addSeparator();
4604 $ilToolbar->addButton($lng->txt(
'tst_start_test'), $ilCtrl->getLinkTarget($player_instance,
'startTest'));
4620 foreach($questionIds as $q_id)
4623 $newIds[$q_id] = $newId;
4635 require_once
'Modules/TestQuestionPool/classes/class.assQuestion.php';
4638 $newtitle = $question_gui->object->getTitle();
4639 if ($question_gui->object->questionTitleExists($targetParentId, $question_gui->object->getTitle()))
4642 while ($question_gui->object->questionTitleExists($targetParentId, $question_gui->object->getTitle() .
" ($counter)"))
4646 $newtitle = $question_gui->object->getTitle() .
" ($counter)";
4649 return $question_gui->object->createNewOriginalFromThisDuplicate($targetParentId, $newtitle);
4657 global $ilObjDataCache;
4659 $qplId = $ilObjDataCache->lookupObjId(
$_REQUEST[
'sel_qpl']);
4662 foreach(
$result->ids as $oldId => $newId)
4669 $oldOriginal->delete($oldOriginal->getId());
4672 $questionInstance->setNewOriginalId($newId);
4681 include_once
'Services/Form/classes/class.ilPropertyFormGUI.php';
4686 $form->addItem($title);
4689 $form->addItem($description);
4691 $form->addCommandButton(
'createQuestionPoolAndCopy', $lng->txt(
'create'));
4698 $hidden->setValue($id);
4699 $form->addItem($hidden);
4715 require_once
'Modules/TestQuestionPool/classes/class.assQuestion.php';
4719 'copyAndLinkToQuestionpool' == $this->ctrl->getCmd() &&
4724 $this->ctrl->redirect($this,
'questions');
4792 $ilTabs->activateSubTab(
'edit_test_questions');
4794 $this->tpl->addBlockFile(
"ADM_CONTENT",
"adm_content",
"tpl.il_as_tst_qpl_select_copy.html",
"Modules/Test");
4795 $questionpools =& $this->
object->getAvailableQuestionpools(FALSE, FALSE, FALSE, TRUE, FALSE,
"write");
4796 if(count($questionpools) == 0)
4798 $this->tpl->setCurrentBlock(
"option");
4799 $this->tpl->setVariable(
"VALUE_QPL",
"");
4800 $this->tpl->parseCurrentBlock();
4804 foreach($questionpools as $key => $value)
4806 $this->tpl->setCurrentBlock(
"option");
4807 $this->tpl->setVariable(
"VALUE_OPTION", $key);
4808 $this->tpl->setVariable(
"TEXT_OPTION", $value[
"title"]);
4809 $this->tpl->parseCurrentBlock();
4817 $this->tpl->setCurrentBlock(
"hidden");
4818 $this->tpl->setVariable(
"HIDDEN_NAME",
"q_id[]");
4819 $this->tpl->setVariable(
"HIDDEN_VALUE", $id);
4820 $this->tpl->parseCurrentBlock();
4821 $this->tpl->setCurrentBlock(
"adm_content");
4824 $this->tpl->setVariable(
"FORM_ACTION", $this->ctrl->getFormAction($this));
4826 if(count($questionpools) == 0)
4828 $this->tpl->setVariable(
"TXT_QPL_SELECT", $this->lng->txt(
"tst_enter_questionpool"));
4829 $cmd =
'createQuestionPoolAndCopy';
4833 $this->tpl->setVariable(
"TXT_QPL_SELECT", $this->lng->txt(
"tst_select_questionpool"));
4836 $this->tpl->setVariable(
"CMD_SUBMIT",
$cmd);
4837 $this->tpl->setVariable(
"BTN_SUBMIT", $this->lng->txt(
"submit"));
4838 $this->tpl->setVariable(
"BTN_CANCEL", $this->lng->txt(
"cancel"));
4843 case 'copyAndLinkQuestionsToPool':
4845 $hidden->setValue(1);
4846 $createForm->addItem($hidden);
4848 case 'copyQuestionsToPool':
4851 $createForm->setFormAction($this->ctrl->getFormAction($this));
4853 $this->tpl->parseCurrentBlock();
4861 $simpleSetters = array(
4864 'use_pool' =>
'setPoolUsage',
4865 'question_set_type' =>
'setQuestionSetType',
4868 'intro_enabled' =>
'setIntroductionEnabled',
4869 'showinfo' =>
'setShowInfo',
4872 'chb_starting_time' =>
'setStartingTimeEnabled',
4873 'chb_ending_time' =>
'setEndingTimeEnabled',
4874 'password_enabled' =>
'setPasswordEnabled',
4875 'fixedparticipants' =>
'setFixedParticipants',
4876 'limitUsers' =>
'setLimitUsersEnabled',
4879 'nr_of_tries' =>
'setNrOfTries',
4880 'chb_processing_time' =>
'setEnableProcessingTime',
4881 'kiosk' =>
'setKiosk',
4882 'examid_in_test_pass' =>
'setShowExamIdInTestPassEnabled',
4885 'title_output' =>
'setTitleOutput',
4887 'chb_shuffle_questions' =>
'setShuffleQuestions',
4888 'offer_hints' =>
'setOfferingQuestionHintsEnabled',
4889 'instant_feedback' =>
'setScoringFeedbackOptionsByArray',
4890 'obligations_enabled' =>
'setObligationsEnabled',
4893 'chb_use_previous_answers' =>
'setUsePreviousAnswers',
4894 'chb_show_cancel' =>
'setShowCancel',
4895 'chb_postpone' =>
'setPostponingEnabled',
4896 'list_of_questions' =>
'setListOfQuestionsSettings',
4897 'chb_show_marker' =>
'setShowMarker',
4900 'enable_examview' =>
'setEnableExamview',
4901 'showfinalstatement' =>
'setShowFinalStatement',
4902 'redirection_enabled' => null,
4903 'sign_submission' =>
'setSignSubmission',
4904 'mailnotification' =>
'setMailNotification',
4907 'count_system' =>
'setCountSystem',
4908 'mc_scoring' =>
'setMCScoring',
4909 'score_cutting' =>
'setScoreCutting',
4910 'pass_scoring' =>
'setPassScoring',
4911 'pass_deletion_allowed' =>
'setPassDeletionAllowed',
4914 'results_access_enabled' =>
'setScoreReporting',
4915 'grading_status' =>
'setShowGradingStatusEnabled',
4916 'grading_mark' =>
'setShowGradingMarkEnabled',
4919 'solution_details' =>
'setShowSolutionDetails',
4920 'solution_feedback' =>
'setShowSolutionFeedback',
4921 'solution_suggested' =>
'setShowSolutionSuggested',
4922 'solution_printview' =>
'setShowSolutionPrintview',
4923 'highscore_enabled' =>
'setHighscoreEnabled',
4924 'solution_signature' =>
'setShowSolutionSignature',
4925 'examid_in_test_res' =>
'setShowExamIdInTestResultsEnabled',
4926 'exp_sc_short' =>
'setExportSettingsSingleChoiceShort',
4929 'anonymity' =>
'setAnonymity',
4930 'enable_archiving' =>
'setEnableArchiving' 4933 if (!$templateData[
'results_presentation'][
'value'])
4935 $templateData[
'results_presentation'][
'value'] = array();
4938 foreach($simpleSetters as $field => $setter)
4940 if($templateData[$field] && strlen($setter))
4942 $object->$setter($templateData[$field][
'value']);
4949 if( $templateData[$field][
'value'] > 0 )
4952 $object->setAutosaveIval($templateData[$field][
'value'] * 1000);
4960 case 'redirection_enabled':
4969 if( strlen($templateData[$field][
'value']) )
4972 $object->setRedirectionUrl($templateData[$field][
'value']);
4977 $object->setRedirectionUrl(
'');
4986 if (!$ilAccess->checkAccess(
"write",
"", $this->ref_id))
4990 $this->ctrl->redirect($this,
"infoScreen");
4995 $orders = $obligations = array();
4997 foreach(
$_REQUEST[
'order'] as $qId => $order)
4999 $id = (int)str_replace(
'q_',
'', $qId);
5001 $orders[$id] = $order;
5004 if( $this->object->areObligationsEnabled() && isset(
$_REQUEST[
'obligatory']) && is_array(
$_REQUEST[
'obligatory']) )
5006 foreach(
$_REQUEST[
'obligatory'] as $qId => $obligation)
5008 $id = (int)str_replace(
'q_',
'', $qId);
5012 $obligations[$id] = $obligation;
5017 $this->
object->setQuestionOrderAndObligations(
5018 $orders, $obligations
5021 $ilCtrl->redirect($this,
'questions');
5031 include_once
"Services/Form/classes/class.ilPropertyFormGUI.php";
5033 $form->setFormAction($ilCtrl->getFormAction($this,
"movePage"));
5034 $form->setTitle($lng->txt(
"test_move_page"));
5038 $form->addItem($old_pos);
5040 $questions = $this->
object->getQuestionTitlesAndIndexes();
5041 if (!is_array($questions))
5042 $questions = array();
5044 foreach($questions as $k => $q) {
5046 unset($questions[$k]);
5049 $questions[$k] = $lng->txt(
'behind') .
' '. $q;
5051 #$questions['0'] = $lng->txt('first'); 5054 0 => $lng->txt(
'first')
5056 foreach($questions as $k => $q) {
5057 $options[$k] = $q .
' ['. $this->lng->txt(
'question_id_short') .
': ' . $k .
']';
5062 $form->addItem($pos);
5064 $form->addCommandButton(
"movePage", $lng->txt(
"submit"));
5065 $form->addCommandButton(
"showPage", $lng->txt(
"cancel"));
5067 return $tpl->setContent($form->getHTML());
5072 if (!$ilAccess->checkAccess(
"write",
"", $this->ref_id))
5076 $this->ctrl->redirect($this,
"infoScreen");
5086 $ilCtrl->setParameterByClass(
'iltestexpresspageobjectgui',
'q_id',
$_REQUEST[
'q_id']);
5087 $ilCtrl->redirectByClass(
'iltestexpresspageobjectgui',
'showPage');
5092 if (!$ilAccess->checkAccess(
"write",
"", $this->ref_id))
5096 $this->ctrl->redirect($this,
"infoScreen");
5106 $this->ctrl->redirect($this,
'questions');
5111 $questionTitles = $this->
object->getQuestionTitles();
5113 foreach($ids as $id)
5115 include_once
"./Modules/TestQuestionPool/classes/class.assQuestion.php";
5119 $title = $question->object->getTitle();
5121 while( in_array( $title .
' (' . $i .
')', $questionTitles ))
5124 $title .=
' (' . $i .
')';
5126 $questionTitles[] = $title;
5128 $new_id = $question->object->duplicate(
false, $title);
5131 $clone->object->setObjId($this->object->getId());
5132 $clone->object->saveToDb();
5134 $this->
object->insertQuestion( $this->testQuestionSetConfigFactory->getQuestionSetConfig(), $new_id, true );
5142 $this->ctrl->redirect($this,
'questions');
5152 if( !$testSession->getActiveId() )
5157 if( !$this->object->isDynamicTest() )
5162 if( !$this->object->isPassDeletionAllowed() )
5167 if( !$testSequence->hasStarted($testSession) )
5181 require_once
'Modules/Test/classes/confirmations/class.ilTestPassDeletionConfirmationGUI.php';
5182 require_once
'Services/UIComponent/Button/classes/class.ilLinkButton.php';
5184 $this->ctrl->setParameterByClass(
5185 'iltestevaluationgui',
'context',
5189 $this->ctrl->setParameterByClass(
'iltestevaluationgui',
'active_id', $testSession->getActiveId());
5190 $this->ctrl->setParameterByClass(
'iltestevaluationgui',
'pass', $testSession->getPass());
5193 $btn->setCaption(
'tst_delete_dyn_test_results_btn');
5194 $btn->setUrl($this->ctrl->getLinkTargetByClass(
'iltestevaluationgui',
'confirmDeletePass'));
5195 $btn->setPrimary(
false);
5196 $big_button[] = $btn;
5204 if( !isset(
$_GET[
'pdf']) )
5209 if( !(
bool)
$_GET[
'pdf'] )
static sendSuccess($a_info="", $a_keep=false)
Send Success Message to Screen.
static _lookupName($a_user_id)
lookup user name
copyQuestionsToPoolObject()
static getSettingsTemplateConfig()
getQuestionpoolCreationForm()
static prepareFormOutput($a_str, $a_strip=false)
prepares string output for html forms public
applyTemplate($templateData, $object)
This class represents an option in a radio group.
ilObjTestGUI()
Constructor public.
static getAllSettingsTemplates($a_type, $a_include_auto_generated=false)
Get all settings templates of type.
static _instanciateQuestion($question_id)
Creates an instance of a question with a given question id.
static _getOriginalId($question_id)
Returns the original id of a question.
copyToQuestionpoolObject()
createQuestionObject()
Called when a new question should be created from a test.
confirmedApplyDefaultsObject()
isDeleteDynamicTestResultsButtonRequired($testSession, $testSequence)
Export User Interface Class.
_getImportDirectory()
Get the import directory location of the test.
fullscreenObject()
show fullscreen view
GUI class for the workflow of copying objects.
static originalQuestionExists($questionId)
const QUESTION_SET_TYPE_RANDOM
type setting value for random question set
getTabs(&$tabs_gui)
adds tabs to tab gui object
copyQuestionToPool($sourceQuestionId, $targetParentId)
$testQuestionSetConfigFactory
uploadObject($redirect=true)
display status information or report errors messages in case of error
const ADDITIONAL_CONTENT_EDITING_MODE_PAGE_OBJECT
constant for additional content editing mode "pageobject"
Class ilTestPersonalDefaultSettingsTableGUI.
Generic feedback page GUI class.
static getStyleSheetLocation($mode="output", $a_css_name="", $a_css_location="")
get full style sheet file name (path inclusive) of current user
cancelCreateQuestionObject()
Called when the creation of a new question is cancelled.
buildPageViewToolbar($qid=0)
Questions per page.
showDetailedResultsObject()
Shows the pass overview and the answers of one ore more users for the scored pass.
filterAvailableQuestionsObject()
Class ilObject Basic functions for all objects.
static getQuestionTypeByTypeId($type_id)
applyFilterCriteria($in_rows)
static & _instanciateQuestionGUI($question_id)
Creates an instance of a question gui with a given question id.
insertQuestionsBeforeObject()
Insert checked questions before the actual selection.
addDidacticTemplateOptions(array &$a_options)
const KPRIM_CHOICE_QUESTION_IDENTIFIER
static _requiresPurchaseToAccess($a_ref_id, $a_purchasetype='')
this function should be used by all buyable repository objects !!
addObserver(&$a_class, $a_method, $a_element)
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
Class ilUnitConfigurationRepository.
deleteSingleUserResultsObject()
Asks for a confirmation to delete selected user data of the test object.
static _goto($a_target)
Redirect script to call a test with the test reference id.
static _isActive()
Static getter.
ilObjectGUI($a_data, $a_id=0, $a_call_by_reference=true, $a_prepare_output=true)
Constructor public.
static _lookupTitle($a_id)
lookup object title
const REDIRECT_NONE
Redirect after finishing test constants.
showUserResults($show_pass_details, $show_answers, $show_reached_points=FALSE)
Shows the pass overview of the scored pass for one ore more users.
historyObject()
Creates the change history for a test.
downloadFileObject()
download file
createQuestionpoolTargetObject($cmd)
Called when a new question should be created from a test Important: $cmd may be overwritten if no que...
createObject()
create new object form
insertRandomSelectionObject()
Inserts a random selection into the test.
redirectTo_ilObjTestSettingsGeneralGUI_showForm_Object()
confirmRemoveQuestionsObject()
Remove questions from the test after confirmation.
removeParticipantObject()
static lookupParentObjId($questionId)
ilDB $ilDB
resetfilterAvailableQuestionsObject()
cancelDeleteSelectedUserDataObject()
Cancels the deletion of all user data for the test object.
static $infoScreenChildClasses
questionBrowser()
Creates a form to select questions from questionpools to insert the questions into the test...
getSyntaxStylePath()
get syntax style path
addDefaultsObject()
Adds the defaults of this test to the defaults.
deleteAllUserDataObject()
Asks for a confirmation to delete all user data of the test object.
createUserResults($show_pass_details, $show_answers, $show_reached_points, $show_user_results)
participantsActionObject()
Evaluates the actions on the participants page.
afterSave(ilObject $a_new_object)
save object public
const QT_MULTIPLE_CHOICE_SR
confirmDeleteSelectedUserDataObject()
Deletes the selected user data for the test object.
cancelRemoveQuestionsObject()
Cancels the removal of questions from the test.
static sendInfo($a_info="", $a_keep=false)
Send Info Message to Screen.
isCommandClassAnyInfoScreenChild()
deleteAllUserResultsObject()
Asks for a confirmation to delete all user data of the test object.
static checkAccess($a_ref_id, $a_allow_only_read=true)
check access to learning progress
prepareSubGuiOutput()
prepares ilias to get output rendered by sub gui class
saveOrderAndObligationsObject()
copyAndLinkQuestionsToPoolObject()
ilObjectDataCache $ilObjDataCache
showUserAnswersObject()
Shows the answers of one ore more users for the scored pass.
_lookupOnlineTestAccess($a_test_id, $a_user_id)
Checks if a user is allowd to run an online exam.
questionsTabGatewayObject()
static appendUrlParameterString($a_url, $a_par, $xml_style=false)
append URL parameter string ("par1=value1&par2=value2...") to given URL string
copyAndLinkToQuestionpoolObject()
getBrowseForQuestionsTab(&$tabs_gui)
setValue($a_value)
Set Value.
if(!is_array($argv)) $options
removeQuestionsObject()
Called when a selection of questions should be removed from the test.
const SCORE_ZERO_POINTS_WHEN_UNANSWERED
const CMD_SHOW_SKILL_QUEST_ASSIGNS
initImportForm($a_new_type)
_createImportDirectory()
creates data directory for import files (data_dir/tst_data/tst_<id>/import, depending on data directo...
static getImagePath($img, $module_path="", $mode="output", $offline=false)
get image path (for images located in a template directory)
Class ilTimingOverviewTableGUI.
confirmDeleteAllUserResultsObject()
Deletes all user data for the test object.
const COUNT_PARTIAL_SOLUTIONS
applyDefaultsObject($confirmed=false)
Applies the selected test defaults.
download_paragraphObject()
download source code paragraph
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)
insertQuestionsAfterObject()
Insert checked questions after the actual selection.
special template class to simplify handling of ITX/PEAR
populateDeleteDynamicTestResultsButton($testSession, &$big_button)
createQuestionPool($name="dummy", $description="")
Creates a new questionpool and returns the reference id.
_setImportDirectory($a_import_dir=null)
set import directory
setSize($a_size)
Set Size.
& _getQuestionGUI($question_type, $question_id=-1)
Creates a question gui representation and returns the alias to the question gui note: please do not u...
This class represents a text property in a property form.
static formatDate(ilDateTime $date)
Format a date public.
Output class for assessment test evaluation.
GUI class to create PDF certificates.
static infoPanel($a_keep=true)
redirection script todo: (a better solution should control the processing via a xml file) ...
static isSkillManagementGloballyActivated()
setTitleAndDescription()
called by prepare output
infoScreenObject()
this one is called from the info button in the repository not very nice to set cmdClass/Cmd manually...
static sendQuestion($a_info="", $a_keep=false)
Send Question to Screen.
Basic GUI class for assessment questions.
_getParticipantData($active_id)
Retrieves a participant name from active id.
static isQuestionObligationPossible($questionId)
checks wether the obligation for question with given id is possible or not
prepareOutput()
prepare output
static _lookupType($a_id, $a_reference=false)
lookup object type
const CONTEXT_INFO_SCREEN
_needsManualScoring($question_id)
filterObject()
Sets the filter for the question browser.
static sendFailure($a_info="", $a_keep=false)
Send Failure Message to Screen.
participantsObject()
Creates the output of the test participants.
browseForQuestionsObject()
writeFilterToSession()
Write filter values to session.
const TEST_FIXED_SEQUENCE
Test constants.
const ADDITIONAL_CONTENT_EDITING_MODE_DEFAULT
constant for additional content editing mode "default"
executeCommand()
execute command
Test results import parser.
redirectToInfoScreenObject()
Specific feedback page GUI class.
createQuestionPoolAndCopyObject()
randomselectObject()
Creates a form for random selection of questions.
importVerifiedFileObject()
imports question(s) into the questionpool (after verification)
static fillAutoCompleteToolbar($parent_object, ilToolbarGUI $toolbar=null, $a_options=array())
fill toolbar with
createRandomSelectionObject()
Offers a random selection for insertion in the test.
certificateObject()
Shows the certificate editor.
getContentStylePath($a_style_id)
get content style path
cancelRandomSelectObject()
Cancels the form for random selection of questions.
const LP_CONTEXT_REPOSITORY
This class represents a text area property in a property form.
static generatePDF($pdf_output, $output_mode, $filename=null)
executeCreateQuestionObject()
Called when a new question should be created from a test after confirmation.
static isAdditionalQuestionContentEditingModePageObjectEnabled()
returns the fact wether content editing with ilias page editor is enabled for questions or not ...
const QUESTION_SET_TYPE_FIXED
type setting value for fixed question set
getCreationMode()
get creation mode
getQuestionTypeFromDb($question_id)
get question type for question id
movePageFormObject()
Move current page.
getRefId()
get reference id public
Class ilLocalUnitConfigurationGUI.
getDidacticTemplateVar($a_type)
Get didactic template setting from creation screen.
moveQuestionsObject()
Marks selected questions for moving.
& _getAvailableQuestionpools($use_object_id=FALSE, $equal_points=FALSE, $could_be_offline=FALSE, $showPath=FALSE, $with_questioncount=FALSE, $permission="read", $usr_id="")
Returns the available question pools for the active user.
New PermissionGUI (extends from old ilPermission2GUI) RBAC related output.
Service GUI class for tests.
insertQuestionsObject()
Insert questions from the questionbrowser into the test.
if($_REQUEST['ilias_path']) define('ILIAS_HTTP_PATH' $_REQUEST['ilias_path']
printobject()
Print tab to create a print of all questions with points and solutions.
const QT_MULTIPLE_CHOICE_MR
Class ilScoringAdjustmentGUI.
uploadTstObject()
imports test and question(s)
deleteDefaultsObject()
Deletes selected test defaults.
const PDF_OUTPUT_DOWNLOAD
backObject()
Called when the back button in the question browser was pressed.
static redirect($a_script)
http redirect to other script
const QUESTION_SET_TYPE_DYNAMIC
type setting value for dynamic question set (continues testing mode)
addHeaderAction()
Add header action menu.
static delDir($a_dir, $a_clean_only=false)
removes a dir and all its content (subdirs and files) recursively
copyQuestionsToPool($questionIds, $qplId)
& _getLog($ts_from, $ts_to, $test_id, $test_only=FALSE)
Retrieve assessment log datasets from the database.
getRandomQuestionsTab(&$tabs_gui)
ilTestScoringByQuestionsGUI
ilTestExpressPageObjectGUI: assMultipleChoiceGUI, assClozeTestGUI, assMatchingQuestionGUI ilTestExpr...
Class ilObjUserTrackingGUI.
getReturnLocation($a_cmd, $a_location="")
get return location for command (command is method name without "Object", e.g.
resetFilter()
Reset filter.
Test certificate adapter.
Settings template application class.
static instantiateQuestionGUI($a_question_id)
Creates an instance of a question gui with a given question id.
showPassOverviewObject()
Shows the pass overview of the scored pass for one ore more users.
static getInstanceFromAjaxCall()
(Re-)Build instance from ajax call
_getManualScoring()
Retrieve the manual scoring settings.
static _getTestDefaults($test_defaults_id)
const CMD_SHOW_FORM
command constants
resetFilterObject()
Resets the filter for the question browser.
Confirmation screen class.
importFileObject()
form for new test object import
addParticipantsObject($a_user_ids=array())
setFilterCommand($a_val, $a_caption=null)
Set filter command.
removeQuestionsForm($checked_questions)
Displays a form to confirm the removal of questions from the test.