5 include_once
'./Modules/Course/classes/Objectives/class.ilLOSettings.php';
6 include_once
'./Modules/Course/classes/Objectives/class.ilLOEditorStatus.php';
45 $this->parent_obj = $a_parent_obj;
59 $next_class = $ilCtrl->getNextClass($this);
60 $cmd = $ilCtrl->getCmd();
65 case 'ilcourseobjectivesgui':
67 $this->ctrl->setReturn($this,
'listObjectives');
70 $this->lng->txt(
'back'),
71 $this->ctrl->getLinkTarget($this,
'listObjectives'));
73 include_once
'./Modules/Course/classes/class.ilCourseObjectivesGUI.php';
75 $this->ctrl->forwardCommand($reg_gui);
78 case 'ilcontainerstartobjectsgui':
80 include_once
'./Services/Container/classes/class.ilContainerStartObjectsGUI.php';
82 $ret = $this->ctrl->forwardCommand($stgui);
84 $GLOBALS[
'ilTabs']->activateSubTab(
'start');
85 $GLOBALS[
'ilTabs']->removeSubTab(
'manage');
87 #$GLOBALS['tpl']->setContent($this->ctrl->getHTML($stgui)); 90 case 'ilconditionhandlergui':
92 $this->ctrl->saveParameterByClass(
'ilconditionhandlergui',
'objective_id');
96 $this->lng->txt(
'back'),
97 $this->ctrl->getLinkTarget($this,
'listObjectives'));
99 include_once
'./Services/AccessControl/classes/class.ilConditionHandlerInterface.php';
101 $cond->setBackButtons(array());
102 $cond->setAutomaticValidation(
false);
103 $cond->setTargetType(
"lobj");
106 $cond->setTargetId((
int)
$_REQUEST[
'objective_id']);
109 include_once
'./Modules/Course/classes/class.ilCourseObjective.php';
111 $cond->setTargetTitle($obj->getTitle());
112 $this->ctrl->forwardCommand($cond);
116 $this->ctrl->saveParameterByClass(
'illopagegui',
'objective_id');
120 $this->lng->txt(
'back'),
121 $this->ctrl->getLinkTarget($this,
'listObjectives'));
123 $objtv_id = (int)$_REQUEST[
'objective_id'];
125 include_once
'Modules/Course/classes/Objectives/class.ilLOPage.php';
130 $new_page_object->setParentId($objtv_id);
131 $new_page_object->setId($objtv_id);
132 $new_page_object->createFromXML();
133 unset($new_page_object);
136 $this->ctrl->setReturn($this,
'listObjectives');
137 include_once
'Modules/Course/classes/Objectives/class.ilLOPageGUI.php';
142 include_once(
'./Services/Style/classes/class.ilObjStyleSheet.php');
146 $GLOBALS[
'tpl']->setCurrentBlock(
"ContentStyle");
147 $GLOBALS[
'tpl']->setVariable(
"LOCATION_CONTENT_STYLESHEET",
149 $GLOBALS[
'tpl']->parseCurrentBlock();
151 $ret = $this->ctrl->forwardCommand($pgui);
162 include_once
'./Modules/Course/classes/Objectives/class.ilLOEditorStatus.php';
191 $this->test_type = $a_type;
210 $GLOBALS[
'ilTabs']->activateSubTab(
'settings');
211 $GLOBALS[
'tpl']->setContent($form->getHTML());
222 if($form->checkInput())
225 $settings->setType($form->getInput(
'type'));
227 $qtv_values = (array) $form->getInput(
'qtv');
230 $settings->resetResults($form->getInput(
'reset'));
238 $this->ctrl->redirect($this,
'settings');
243 $form->setValuesByPost();
253 include_once
'./Services/Form/classes/class.ilPropertyFormGUI.php';
255 $form->setFormAction($this->ctrl->getFormAction($this));
256 $form->setTitle($this->lng->txt(
'crs_loc_settings_tbl'));
263 $type_1->
setInfo($this->lng->txt(
'crs_loc_type_initial_all_info'));
264 $type->addOption($type_1);
267 #$type->addOption($type_2); 270 $type_3->
setInfo($this->lng->txt(
'crs_loc_type_qualified_info'));
271 $type->addOption($type_3);
274 $type_4->
setInfo($this->lng->txt(
'crs_loc_type_practise_info'));
275 $type->addOption($type_4);
276 $form->addItem($type);
278 $form->addCommandButton(
'saveSettings', $this->lng->txt(
'save'));
283 $qtv_values = array();
284 if($this->
getSettings()->isGeneralQualifiedTestVisible())
288 if($this->
getSettings()->isQualifiedTestPerObjectiveVisible())
292 $qtv->setValue($qtv_values);
293 $qtv->setRequired(
true);
296 $this->lng->txt(
'crs_loc_qt_visibility_all'),
301 $this->lng->txt(
'crs_loc_qt_visibility_lo'),
304 #$form->addItem($qtv); 309 $reset->setChecked($this->
getSettings()->isResetResultsEnabled());
310 $reset->setOptionTitle($this->lng->txt(
'crs_loc_settings_reset_enable'));
311 $reset->setInfo($this->lng->txt(
'crs_loc_settings_reset_enable_info'));
312 $form->addItem($reset);
321 $GLOBALS[
'ilTabs']->activateSubTab(
'materials');
323 include_once
"Services/Object/classes/class.ilObjectAddNewItemGUI.php";
325 $gui->setDisabledObjectTypes(array(
"itgr"));
326 #$gui->setAfterCreationCallback($this->getParentObject()->getRefId()); 329 include_once
'./Services/Object/classes/class.ilObjectTableGUI.php';
338 $GLOBALS[
'tpl']->setContent($obj_table->getHTML());
350 $this->ctrl->setParameter($this,
'tt',$this->
getTestType());
356 $GLOBALS[
'ilTabs']->activateSubTab(
'itest');
360 $GLOBALS[
'ilTabs']->activateSubTab(
'qtest');
366 if(!
$settings->getTestByType($this->getTestType()))
372 include_once
'./Modules/Course/classes/Objectives/class.ilLOTestAssignmentTableGUI.php';
379 $table->setTitle($this->lng->txt(
'crs_loc_tst_assignment'));
382 $GLOBALS[
'tpl']->setContent($table->getHTML());
392 $GLOBALS[
'ilLog']->write(__METHOD__.
': Show new assignment sceen because of : '. $ex->getMessage());
403 $this->ctrl->setParameter($this,
'tt',$this->
getTestType());
409 $GLOBALS[
'ilTabs']->activateSubTab(
'itest');
413 $GLOBALS[
'ilTabs']->activateSubTab(
'qtest');
417 if(!(
int) $_REQUEST[
'tst'])
420 $this->ctrl->redirect($this,
'testOverview');
423 include_once
'./Services/Utilities/classes/class.ilConfirmationGUI.php';
425 $confirm->setHeaderText($this->lng->txt(
'crs_loc_confirm_delete_tst'));
426 $confirm->setFormAction($this->ctrl->getFormAction($this));
427 $confirm->setConfirm($this->lng->txt(
'delete'),
'deleteTest');
428 $confirm->setCancel($this->lng->txt(
'cancel'),
'testOverview');
430 foreach((array) $_REQUEST[
'tst'] as $tst_id)
436 $GLOBALS[
'tpl']->setContent($confirm->getHTML());
451 $this->ctrl->setParameter($this,
'tt',$this->
getTestType());
457 $GLOBALS[
'ilTabs']->activateSubTab(
'itest');
461 $GLOBALS[
'ilTabs']->activateSubTab(
'qtest');
465 foreach((array) $_REQUEST[
'tst'] as $tst_id)
480 include_once
'./Services/Container/classes/class.ilContainerStartObjects.php';
485 $start->deleteItem($tst_id);
488 include_once
'./Modules/Course/classes/class.ilCourseObjectiveQuestion.php';
494 $this->ctrl->redirect($this,
'testOverview');
503 $this->ctrl->setParameter($this,
'tt',(
int)
$_REQUEST[
'tt']);
507 $GLOBALS[
'ilTabs']->activateSubTab(
'itest');
511 $GLOBALS[
'ilTabs']->activateSubTab(
'qtest');
519 $GLOBALS[
'tpl']->setContent($form->getHTML());
536 if(!in_array($tree_node[
'child'], $this->
getSettings()->getTests()))
538 $tests[] = $tree_node[
'child'];
550 include_once
'./Services/Form/classes/class.ilPropertyFormGUI.php';
552 $form->setFormAction($this->ctrl->getFormAction($this));
553 $form->addCommandButton(
'saveTest', $this->lng->txt(
'save'));
557 case self::TEST_TYPE_IT:
558 $form->setTitle($this->lng->txt(
'crs_loc_settings_itest_tbl'));
561 case self::TEST_TYPE_QT:
562 $form->setTitle($this->lng->txt(
'crs_loc_settings_qtest_tbl'));
571 $cr_mode->setValue(self::TEST_NEW);
573 $new =
new ilRadioOption($this->lng->txt(
'crs_loc_form_tst_new'),self::TEST_NEW);
578 $new->setInfo($this->lng->txt(
"crs_loc_form_tst_new_initial_info"));
582 $new->setInfo($this->lng->txt(
"crs_loc_form_tst_new_qualified_info"));
591 $ti->setMaxLength(128);
593 $ti->setRequired(
true);
594 $new->addSubItem($ti);
603 $new->addSubItem($ta);
606 include_once
'./Modules/Test/classes/class.ilObjTest.php';
607 $this->lng->loadLanguageModule(
'assessment');
617 $this->lng->txt(
'tst_question_set_type_random'),
620 $qst->addOption($random);
623 $this->lng->txt(
'tst_question_set_type_fixed'),
626 $qst->addOption($fixed);
628 $cr_mode->addOption($new);
631 $existing =
new ilRadioOption($this->lng->txt(
'crs_loc_form_assign'),self::TEST_ASSIGN);
636 $existing->setInfo($this->lng->txt(
"crs_loc_form_assign_initial_info"));
640 $existing->setInfo($this->lng->txt(
"crs_loc_form_assign_qualified_info"));
646 $existing->setDisabled(
true);
648 $cr_mode->addOption($existing);
651 $options[0] = $this->lng->txt(
'select_one');
652 foreach((array) $assignable as $tst_ref_id)
657 $selectable =
new ilSelectInputGUI($this->lng->txt(
'crs_loc_form_available_tsts'),
'tst');
660 $existing->addSubItem($selectable);
662 $form->addItem($cr_mode);
672 include_once
"Services/Administration/classes/class.ilSettingsTemplate.php";
673 include_once
'./Modules/Test/classes/class.ilObjAssessmentFolderGUI.php';
680 case self::TEST_TYPE_IT:
681 if($template[
'title'] == self::SETTINGS_TEMPLATE_IT)
683 $tpl_id = $template[
'id'];
686 case self::TEST_TYPE_QT:
687 if($template[
'title'] == self::SETTINGS_TEMPLATE_QT)
689 $tpl_id = $template[
'id'];
704 include_once
"Services/Administration/classes/class.ilSettingsTemplate.php";
705 include_once
'./Modules/Test/classes/class.ilObjAssessmentFolderGUI.php';
707 $template_settings = $template->getSettings();
708 if($template_settings)
710 include_once
'./Modules/Test/classes/class.ilObjTestGUI.php';
712 $tst_gui->applyTemplate($template_settings, $tst);
724 include_once
'./Services/Container/classes/class.ilContainerStartObjects.php';
735 $this->ctrl->setParameter($this,
'tt',(
int)
$_REQUEST[
'tt']);
741 if($form->checkInput())
743 $mode = $form->getInput(
'mode');
745 if($mode == self::TEST_NEW)
748 $tst->setType(
'tst');
749 $tst->setTitle($form->getInput(
'title'));
750 $tst->setDescription($form->getInput(
'desc'));
752 $tst->createReference();
759 $tst->setQuestionSetType($form->getInput(
'qtype'));
765 $this->
getSettings()->setInitialTest($tst->getRefId());
769 $this->
getSettings()->setQualifiedTest($tst->getRefId());
777 $this->
getSettings()->setInitialTest($form->getInput(
'tst'));
781 $this->
getSettings()->setQualifiedTest($form->getInput(
'tst'));
793 $this->ctrl->redirect($this,
'testOverview');
798 $form->setValuesByPost();
809 $GLOBALS[
'ilTabs']->activateSubTab(
'objectives');
811 $ilToolbar->addButton(
812 $this->lng->txt(
'crs_add_objective'),
813 $this->ctrl->getLinkTargetByClass(
'ilcourseobjectivesgui',
"create"));
815 include_once(
'./Modules/Course/classes/class.ilCourseObjectivesTableGUI.php');
817 $table->setTitle($this->lng->txt(
'crs_objectives'),
'',$this->lng->txt(
'crs_objectives'));
819 $GLOBALS[
'tpl']->setContent($table->getHTML());
830 $GLOBALS[
'ilTabs']->activateSubTab(
'objectives');
837 $GLOBALS[
'tpl']->setContent($form->getHTML());
847 include_once
'./Services/Form/classes/class.ilPropertyFormGUI.php';
849 $form->setTitle($this->lng->txt(
'crs_loc_form_create_objectives'));
850 $form->setFormAction($this->ctrl->getFormAction($this));
853 $txt->setValues(array(0 =>
''));
854 $txt->setRequired(
true);
855 $form->addItem(
$txt);
857 $form->addCommandButton(
'saveObjectiveCreation', $this->lng->txt(
'save'));
865 if($form->checkInput())
867 foreach((array) $form->getInput(
'objectives') as $idx => $title)
869 include_once
'./Modules/Course/classes/class.ilCourseObjective.php';
871 $obj->setActive(
false);
872 $obj->setTitle($title);
876 $this->ctrl->redirect($this,
'');
879 $form->setValuesByPost();
880 $GLOBALS[
'ilTabs']->activateSubTab(
'objectives');
892 global $ilAccess,
$ilErr,$ilObjDataCache;
894 asort(
$_POST[
'position'],SORT_NUMERIC);
897 foreach(
$_POST[
'position'] as $objective_id => $position)
899 include_once
'./Modules/Course/classes/class.ilCourseObjective.php';
901 $objective->writePosition($counter++);
912 $GLOBALS[
'ilTabs']->activateSubTab(
'objectives');
914 include_once
'./Services/Utilities/classes/class.ilConfirmationGUI.php';
916 $confirm->setFormAction($this->ctrl->getFormAction($this));
917 $confirm->setHeaderText($this->lng->txt(
'crs_delete_objectve_sure'));
918 $confirm->setConfirm($this->lng->txt(
'delete'),
'deleteObjectives');
919 $confirm->setCancel($this->lng->txt(
'cancel'),
'listObjectives');
921 foreach(
$_POST[
'objective'] as $objective_id)
923 include_once
'./Modules/Course/classes/class.ilCourseObjective.php';
925 $name = $obj->getTitle();
933 $GLOBALS[
'tpl']->setContent($confirm->getHTML());
942 $enabled = (array)
$_REQUEST[
'objective'];
944 include_once
'./Modules/Course/classes/class.ilCourseObjective.php';
946 foreach((array) $objectives as $objective_id)
949 if(in_array($objective_id, $enabled))
951 $objective->setActive(
true);
952 $objective->update();
956 include_once
'./Services/Tracking/classes/class.ilLPStatusWrapper.php';
960 $this->ctrl->redirect($this,
'listObjectives');
968 $disabled = (array)
$_REQUEST[
'objective'];
970 include_once
'./Modules/Course/classes/class.ilCourseObjective.php';
972 foreach((array) $objectives as $objective_id)
975 if(in_array($objective_id, $disabled))
977 $objective->setActive(
false);
978 $objective->update();
982 include_once
'./Services/Tracking/classes/class.ilLPStatusWrapper.php';
986 $this->ctrl->redirect($this,
'listObjectives');
998 foreach(
$_POST[
'objective_ids'] as $objective_id)
1000 include_once
'./Modules/Course/classes/class.ilCourseObjective.php';
1002 $objective_obj->delete();
1005 include_once
'./Services/Tracking/classes/class.ilLPStatusWrapper.php';
1009 $this->ctrl->redirect($this,
'listObjectives');
1019 include_once
'./Modules/Course/classes/Objectives/class.ilLOEditorStatus.php';
1021 $status->setSection($a_section);
1022 $status->setCmdClass($this);
1023 $GLOBALS[
'tpl']->setRightContent($status->getHTML());
1037 $this->lng->txt(
'settings'),
1038 $this->ctrl->getLinkTarget($this,
'settings')
1043 $this->lng->txt(
'crs_loc_tab_objectives'),
1044 $this->ctrl->getLinkTarget($this,
'listObjectives')
1058 $this->ctrl->setParameter($this,
'tt',self::TEST_TYPE_IT);
1061 $this->lng->txt(
'crs_loc_tab_itest'),
1062 $this->ctrl->getLinkTarget($this,
'testOverview')
1066 $this->ctrl->setParameter($this,
'tt',self::TEST_TYPE_QT);
1069 $this->lng->txt(
'crs_loc_tab_qtest'),
1070 $this->ctrl->getLinkTarget($this,
'testOverview')
1075 $this->lng->txt(
'crs_loc_tab_start'),
1076 $this->ctrl->getLinkTargetByClass(
'ilcontainerstartobjectsgui',
'')
1080 #include_once './Services/Container/classes/class.ilMemberViewGUI.php'; 1081 #ilMemberViewGUI::showMemberViewSwitch($this->getParentObject()->getRefId()); static sendSuccess($a_info="", $a_keep=false)
Send Success Message to Screen.
static getSettingsTemplateConfig()
static getInstanceByObjId($a_obj_id)
get singleton instance
This class represents an option in a radio group.
testOverview()
Show test overview.
static getAllSettingsTemplates($a_type, $a_include_auto_generated=false)
Get all settings templates of type.
class ilConditionHandlerGUI
setTabs($a_section='')
Set tabs.
This class represents an option in a checkbox group.
(Course) learning objective page object
confirmDeleteTest()
Show delete confirmation screen.
const QUESTION_SET_TYPE_RANDOM
type setting value for random question set
saveSorting()
save position
Presentation of the status of single steps during the configuration process.
showObjectiveCreation(ilPropertyFormGUI $form=NULL)
Show objective creation form.
setValue($a_value)
Set Value.
static _getObjectiveIds($course_id, $a_activated_only=false)
static _lookupTitle($a_id)
lookup object title
initSettingsForm()
Init settings form.
askDeleteObjectives()
Confirm delete objectives.
static lookupObjectiveTitle($a_objective_id)
initSimpleObjectiveForm()
Show objective creation form.
setInfo($a_info)
Set Info.
const SETTINGS_TEMPLATE_QT
deleteObjectives()
Delete objectives type $rbacsystem.
updateStartObjects()
Add Test as start object.
executeCommand()
Execute command.
class ilobjcourseobjectivesgui
if(!is_array($argv)) $options
static _exists($a_parent_type, $a_id, $a_lang="")
Checks whether page exists.
deleteTest()
Delete test assignment.
addSubItem($a_item)
Add Subitem.
static _lookupDescription($a_id)
lookup object description
Class ilLOTestAssignmentTableGUI.
static getInstance(ilObject $a_parent)
Get instance.
setTemplate($template_id)
static _lookupObjId($a_id)
static getEffectiveContentStyleId($a_style_id, $a_type="")
Get effective Style Id.
This class represents a text property in a property form.
Class ilLOInvalidConfigurationException.
activateObjectives()
activate chosen objectives
__construct($a_parent_obj)
Constructor.
getAssignableTests()
Get assignable tests.
(Course) learning objective page GUI class
const SECTION_OBJECTIVES_NEW
static sendFailure($a_info="", $a_keep=false)
Send Failure Message to Screen.
deactivateObjectives()
activate chosen objectives
const QT_VISIBLE_OBJECTIVE
settings(ilPropertyFormGUI $form=NULL)
Objective Settings.
_refreshStatus($a_obj_id, $a_users=null)
Set dirty.
getContentStylePath($a_style_id)
get content style path
Render add new item selector.
This class represents a text area property in a property form.
const QUESTION_SET_TYPE_FIXED
type setting value for fixed question set
showStatus($a_section)
Show status panel.
listObjectives()
List all abvailable objectives.
const TYPE_TEST_QUALIFIED
testSettings(ilPropertyFormGUI $form=NULL)
Show test settings.
if($_REQUEST['ilias_path']) define('ILIAS_HTTP_PATH' $_REQUEST['ilias_path']
This class represents a text wizard property in a property form.
initTestForm()
Show test config form.
setValue($a_value)
Set Value.
applySettingsTemplate(ilObjTest $tst)
Apply auto generated setttings template.
static deleteTest($a_tst_ref_id)
Settings template application class.
Class ilContainerStartObjectsGUI.
const SETTINGS_TEMPLATE_IT
Confirmation screen class.