25 public function __construct($a_data, $a_id, $a_call_by_reference)
29 $this->lng = $DIC->language();
30 $this->tabs = $DIC->tabs();
31 $this->tpl = $DIC[
"tpl"];
32 $this->access = $DIC->access();
33 $this->ctrl = $DIC->ctrl();
34 $lng = $DIC->language();
37 $lng->loadLanguageModule(
"survey");
45 $next_class = $this->ctrl->getNextClass($this);
46 $cmd = $this->ctrl->getCmd();
49 switch ($next_class) {
50 case 'ilpermissiongui':
51 $ilTabs->activateTab(
"perm_settings");
53 $ret = &$this->ctrl->forwardCommand($perm_gui);
56 case 'ilsettingstemplategui':
57 $ilTabs->activateTab(
"templates");
59 $this->ctrl->forwardCommand($set_tpl_gui);
63 if ($cmd ==
"" || $cmd ==
"view") {
87 $ilTabs->activateTab(
"settings");
93 $tpl->setContent($a_form->getHTML());
102 $surveySetting =
new ilSetting(
"survey");
103 $unlimited_invitation = array_key_exists(
"unlimited_invitation",
$_GET) ?
$_GET[
"unlimited_invitation"] : $surveySetting->get(
"unlimited_invitation");
104 $use_anonymous_id = array_key_exists(
"use_anonymous_id",
$_GET) ?
$_GET[
"use_anonymous_id"] : $surveySetting->get(
"use_anonymous_id");
107 $form->setFormAction(
$ilCtrl->getFormAction($this));
108 $form->setTitle(
$lng->txt(
"survey_defaults"));
120 $code->setInfo(
$lng->txt(
"use_anonymous_id_desc"));
121 $form->addItem($code);
126 $form->addItem($eval_skipped);
128 $eval_skipped->setValue($surveySetting->get(
"skipped_is_custom",
false)
132 $skipped_lng =
new ilRadioOption(
$lng->txt(
"svy_eval_skipped_value_lng"),
"lng");
133 $skipped_lng->
setInfo(sprintf(
$lng->txt(
"svy_eval_skipped_value_lng_info"),
$lng->txt(
"skipped")));
134 $eval_skipped->addOption($skipped_lng);
135 $skipped_cust =
new ilRadioOption(
$lng->txt(
"svy_eval_skipped_value_custom"),
"cust");
136 $skipped_cust->
setInfo(
$lng->txt(
"svy_eval_skipped_value_custom_info"));
137 $eval_skipped->addOption($skipped_cust);
139 $skipped_cust_value =
new ilTextInputGUI(
$lng->txt(
"svy_eval_skipped_value_custom_value"),
"cust_value");
140 $skipped_cust_value->setSize(15);
141 $skipped_cust_value->setValue($surveySetting->get(
"skipped_custom_value",
""));
142 $skipped_cust->addSubItem($skipped_cust_value);
145 $anon_part->
setInfo(
$lng->txt(
"svy_anonymous_participants_info"));
146 $anon_part->setChecked($surveySetting->get(
"anonymous_participants",
false));
147 $form->addItem($anon_part);
149 $anon_part_min =
new ilNumberInputGUI(
$lng->txt(
"svy_anonymous_participants_min"),
"anon_part_min");
150 $anon_part_min->
setInfo(
$lng->txt(
"svy_anonymous_participants_min_info"));
151 $anon_part_min->setSize(4);
152 $anon_part_min->setMinValue(1);
153 $anon_part_min->setValue($surveySetting->get(
"anonymous_participants_min", null));
154 $anon_part->addSubItem($anon_part_min);
156 if ($ilAccess->checkAccess(
"write",
"", $this->object->getRefId())) {
157 $form->addCommandButton(
"saveSettings",
$lng->txt(
"save"));
171 if (!$ilAccess->checkAccess(
"write",
"", $this->object->getRefId())) {
172 $ilCtrl->redirect($this,
"settings");
176 if ($form->checkInput()) {
177 $surveySetting =
new ilSetting(
"survey");
179 $surveySetting->set(
"use_anonymous_id", (
$_POST[
"use_anonymous_id"]) ?
"1" :
"0");
180 $surveySetting->set(
"anonymous_participants", (
$_POST[
"anon_part"]) ?
"1" :
"0");
181 $surveySetting->set(
"anonymous_participants_min", (trim(
$_POST[
"anon_part_min"])) ? (
int)
$_POST[
"anon_part_min"] : null);
183 if (
$_POST[
"skcust"] ==
"lng") {
184 $surveySetting->set(
"skipped_is_custom",
false);
186 $surveySetting->set(
"skipped_is_custom",
true);
187 $surveySetting->set(
"skipped_custom_value", trim(
$_POST[
"cust_value"]));
190 ilUtil::sendSuccess($this->lng->txt(
"msg_obj_modified"),
true);
191 $ilCtrl->redirect($this,
"settings");
194 $form->setValuesByPost();
212 if ($this->rbacsystem->checkAccess(
"visible,read", $this->object->getRefId())) {
213 $this->tabs_gui->addTab(
215 $lng->txt(
"settings"),
216 $this->ctrl->getLinkTarget($this,
"settings")
226 $this->tabs_gui->addTab(
228 $lng->txt(
"adm_settings_templates"),
229 $this->ctrl->getLinkTargetByClass(
"ilsettingstemplategui",
"")
233 $this->tabs_gui->addTab(
235 $lng->txt(
"perm_settings"),
236 $this->ctrl->getLinkTargetByClass(
'ilpermissiongui',
"perm")
250 $lng->loadLanguageModule(
"survey");
254 $config->addHidableTab(
"survey_question_editor",
$lng->txt(
"survey_question_editor_settings_template"));
255 $config->addHidableTab(
"constraints",
$lng->txt(
"constraints"));
257 $config->addHidableTab(
"meta_data",
$lng->txt(
"meta_data"));
258 $config->addHidableTab(
"export",
$lng->txt(
"export"));
263 $lng->txt(
"survey_question_pool_usage"),
266 array(1 => $this->lng->txt(
"survey_question_pool_usage_active"),
267 0 => $this->lng->txt(
"survey_question_pool_usage_inactive"))
272 "enabled_start_date",
274 $lng->txt(
"start_date"),
281 $lng->txt(
"end_date"),
286 "show_question_titles",
288 $lng->txt(
"svy_show_questiontitles"),
298 $lng->txt(
"survey_access_codes"),
305 $lng->txt(
"evaluation_access"),
314 "anonymization_options",
316 $lng->txt(
"survey_results_anonymization"),
319 array(
"statpers" => $this->lng->txt(
"survey_results_personalized"),
320 "statanon" => $this->lng->txt(
"survey_results_anonymized"))
This class represents an option in a radio group.
getSettingsTemplateConfig()
Get settings template configuration object.
saveSettingsObject()
Save survey settings.
const EVALUATION_ACCESS_OFF
const EVALUATION_ACCESS_PARTICIPANTS
setInfo($a_info)
Set Info.
prepareOutput($a_show_subobjects=true)
prepare output
Class ilObjectGUI Basic methods of all Output classes.
Settings template config class.
const EVALUATION_ACCESS_ALL
__construct(Container $dic, ilPlugin $plugin)
New PermissionGUI (extends from old ilPermission2GUI) RBAC related output.
settingsObject(ilPropertyFormGUI $a_form=null)
display survey settings form
checkPermissionBool($a_perm, $a_cmd="", $a_type="", $a_ref_id=null)
Check permission.
$conditions
Constructor public.
Class ilObjSurveyAdministrationGUI.
__construct($a_data, $a_id, $a_call_by_reference)