56 $this->
user = $DIC->user();
57 $this->survey_service = $DIC->survey()->internal();
58 $this->gui = $this->survey_service->gui();
60 $this->
lng = $DIC->language();
61 $this->nav_history = $DIC[
"ilNavigationHistory"];
62 $this->
tabs = $DIC->tabs();
63 $this->
help = $DIC[
"ilHelp"];
64 $this->rbacsystem = $DIC->rbac()->system();
65 $this->tree = $DIC->repositoryTree();
66 $this->tpl = $DIC[
"tpl"];
67 $this->
toolbar = $DIC->toolbar();
68 $this->
access = $DIC->access();
69 $this->senderFactory = $DIC->mail()->mime()->senderFactory();
70 $lng = $DIC->language();
71 $ilCtrl = $DIC->ctrl();
76 $this->
ctrl = $ilCtrl;
77 $this->
ctrl->saveParameter($this,
"ref_id");
81 $this->invitation_manager = $this->survey_service->domain()->participants()->invitations();
83 $this->execution_request = $this->survey_service
90 if ($this->
object->getType() !==
"svy") {
93 if ($this->
object && $this->
object->getType() ===
"svy") {
98 $this->status_manager = $this->survey_service
101 ->status($survey, $this->
user->getId());
102 $this->feature_config = $this->survey_service->domain()
103 ->modeFeatureConfig($this->
object->getMode());
104 $this->run_manager = $this->survey_service->domain()
105 ->execution()->run($survey, $this->
user->getId());
106 $this->access_manager = $this->survey_service
108 ->access($this->requested_ref_id, $this->
user->getId());
110 $this->edit_request = $this->survey_service
117 if (!$DIC->globalScreen()->tool()->context()->stack()->hasMatch(
118 $DIC->globalScreen()->tool()->context()->collection()->repository()
120 $DIC->globalScreen()->tool()->context()->claim()->repository();
130 if (!$access_manager->canAccessInfoScreen()) {
136 $cmd = $this->
ctrl->getCmd(
"properties");
140 if (!$this->
ctrl->getCmdClass() && $cmd ===
"questionsrepo") {
141 $this->
ctrl->setParameterByClass(
"ilsurveyeditorgui",
"pgov",
"1");
142 $this->
ctrl->redirectByClass(
"ilsurveyeditorgui",
"questions");
145 $next_class = $this->
ctrl->getNextClass($this);
146 if ($next_class !==
"") {
147 $this->
ctrl->setReturn($this,
"properties");
153 $this->log->debug(
"next_class= $next_class");
154 switch ($next_class) {
155 case 'illtiproviderobjectsettinggui':
157 $ilTabs->activateTab(
"settings");
158 $ilTabs->activateSubTab(
'lti_provider');
161 $lti_gui->offerLTIRolesForSelection(
false);
162 $this->
ctrl->forwardCommand($lti_gui);
166 case "ilinfoscreengui":
168 $this->
ctrl->getCmdClass(),
169 array(
'ilpublicuserprofilegui',
'ilobjportfoliogui')
175 $ilTabs->clearTargets();
177 $this->
ctrl->forwardCommand($info);
181 case 'ilobjectmetadatagui':
183 $ilTabs->activateTab(
"meta_data");
186 $this->
ctrl->forwardCommand($md_gui);
189 case "ilsurveyevaluationgui":
193 $ilTabs->activateTab(
"svy_results");
196 $this->
ctrl->forwardCommand($eval_gui);
200 case "ilsurveyexecutiongui":
201 $ilTabs->clearTargets();
203 $this->
ctrl->forwardCommand($exec_gui);
206 case 'ilpermissiongui':
207 $ilTabs->activateTab(
"perm_settings");
210 $this->
ctrl->forwardCommand($perm_gui);
213 case 'ilobjectcopygui':
216 $this->
ctrl->forwardCommand($cp);
219 case "ilcommonactiondispatchergui":
221 $this->
ctrl->forwardCommand($gui);
225 case 'ilsurveyskillgui':
226 $ilTabs->activateTab(
"survey_competences");
228 $this->
ctrl->forwardCommand($gui);
231 case 'ilsurveyskilldeterminationgui':
232 $ilTabs->activateTab(
"maintenance");
234 $this->
ctrl->forwardCommand($gui);
237 case 'ilsurveyeditorgui':
239 $ilTabs->activateTab(
"survey_questions");
241 $this->
ctrl->forwardCommand($gui);
244 case 'ilsurveyconstraintsgui':
246 $ilTabs->activateTab(
"constraints");
248 $this->
ctrl->forwardCommand($gui);
251 case 'ilsurveyparticipantsgui':
252 if (!$this->feature_config->usesAppraisees()) {
253 $ilTabs->activateTab(
"maintenance");
255 $ilTabs->activateTab(
"survey_360_appraisees");
258 $this->
ctrl->forwardCommand($gui);
261 case "illearningprogressgui":
262 $ilTabs->activateTab(
"learning_progress");
267 $this->
ctrl->forwardCommand($new_gui);
271 $ilTabs->activateTab(
"export");
273 $exp_gui->addFormat(
"xml");
274 $this->
ctrl->forwardCommand($exp_gui);
277 case strtolower(\
ILIAS\Survey\Execution\LaunchGUI::class):
278 $ilTabs->activateTab(
"run");
279 $this->
ctrl->forwardCommand(
280 $this->gui->execution()->launchGUI(
290 $this->log->debug(
"Default cmd= $cmd");
296 if (strtolower($this->edit_request->getBaseClass()) !==
"iladministrationgui" &&
298 $this->tpl->printToStdout();
313 $external_rater = $this->status_manager->isExternalRater();
317 $this->
ctrl->setParameterByClass(
"ilobjsurveygui",
"ref_id", $this->ref_id);
318 $link = $this->
ctrl->getLinkTargetByClass(
"ilobjsurveygui",
"infoScreen");
319 $this->nav_history->addItem($this->ref_id, $link,
"svy");
330 $this->
ctrl->redirect($eval_gui,
"openEvaluation");
337 $a_options[
"svy360_1"] = array($this->
lng->txt(
"survey_360_mode"),
338 $this->
lng->txt(
"survey_360_mode_info"));
341 $a_options[
"svyselfeval_1"] = array($this->
lng->txt(
"svy_self_ev_mode"),
342 $this->
lng->txt(
"svy_self_ev_info"));
345 $a_options[
"individfeedb_1"] = array($this->
lng->txt(
"svy_ind_feedb_mode"),
346 $this->
lng->txt(
"svy_ind_feedb_info"));
354 ->initCreateForm($this->requested_new_type)
355 ->withRequest($this->request);
356 $data = $form->getData();
357 $dtemplate =
$data[
"didactic_templates"];
360 $new_object->loadFromDb();
363 if (str_starts_with($dtemplate,
"svy360_")) {
365 } elseif (str_starts_with($dtemplate,
"svyselfeval_")) {
367 } elseif (str_starts_with($dtemplate,
"individfeedb_")) {
371 $svy_mode = $new_object->getMode();
379 $new_object->saveToDB();
382 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"object_added"),
true);
384 $new_object->
getRefId() .
"&cmd=properties");
393 if (is_null($this->
object)) {
402 $ilHelp->setScreenIdComponent(
"svy");
405 $this->tabs_gui->addTab(
407 $this->
lng->txt(
"obj_svy"),
408 $this->
ctrl->getLinkTarget($this,
'run')
413 $this->tabs_gui->addTab(
415 $this->
lng->txt(
"survey_questions"),
416 $this->
ctrl->getLinkTargetByClass(array(
"ilsurveyeditorgui"),
"questions")
421 $this->tabs_gui->addTab(
423 $this->
lng->txt(
"info_short"),
424 $this->
ctrl->getLinkTarget($this,
'infoScreen')
430 $this->tabs_gui->addTab(
432 $this->
lng->txt(
"settings"),
433 $this->
ctrl->getLinkTarget($this,
'properties')
436 if ($this->feature_config->usesAppraisees() &&
437 $this->
object->get360SelfRaters() &&
438 $this->
object->isAppraisee($ilUser->getId()) &&
439 !$this->
object->isAppraiseeClosed($ilUser->getId())) {
440 $this->tabs_gui->addTab(
441 "survey_360_edit_raters",
442 $this->
lng->txt(
"survey_360_edit_raters"),
443 $this->
ctrl->getLinkTargetByClass(
'ilsurveyparticipantsgui',
'editRaters')
454 $this->tabs_gui->addTab(
456 $this->
lng->txt(
"constraints"),
457 $this->
ctrl->getLinkTargetByClass(
"ilsurveyconstraintsgui",
"constraints")
462 if ($feature_config && $feature_config->supportsCompetences()) {
464 if ($this->
object->getSkillService() && $skmg_set->isActivated()) {
465 $this->tabs_gui->addTab(
466 "survey_competences",
467 $this->
lng->txt(
"survey_competences"),
468 $this->
ctrl->getLinkTargetByClass(
"ilsurveyskillgui",
"listQuestionAssignment")
473 if ($feature_config && $feature_config->usesAppraisees()) {
474 $this->tabs_gui->addTab(
475 "survey_360_appraisees",
476 $this->
lng->txt(
"survey_360_appraisees"),
477 $this->
ctrl->getLinkTargetByClass(
'ilsurveyparticipantsgui',
'listAppraisees')
480 $this->tabs_gui->addTab(
482 $this->
lng->txt(
"svy_participants"),
483 $this->
ctrl->getLinkTargetByClass(
'ilsurveyparticipantsgui',
'maintenance')
488 if ($this->access_manager->canAccessEvaluation()) {
490 $this->tabs_gui->addTab(
492 $this->
lng->txt(
"svy_results"),
493 $this->
ctrl->getLinkTargetByClass(
"ilsurveyevaluationgui",
"openEvaluation")
499 $this->tabs_gui->addTarget(
501 $this->
ctrl->getLinkTargetByClass(array(
"ilobjsurveygui",
"illearningprogressgui"),
""),
503 array(
"illplistofobjectsgui",
"illplistofsettingsgui",
"illearningprogressgui",
"illplistofprogressgui")
510 $mdtab = $mdgui->getTab();
512 $this->tabs_gui->addTab(
514 $this->
lng->txt(
"meta_data"),
520 $this->tabs_gui->addTab(
522 $this->
lng->txt(
"export"),
523 $this->
ctrl->getLinkTargetByClass(
"ilexportgui",
"")
529 $this->tabs_gui->addTab(
531 $this->
lng->txt(
"perm_settings"),
532 $this->
ctrl->getLinkTargetByClass(array(get_class($this),
'ilpermissiongui'),
"perm")
544 $settings_ui = $this->survey_service->gui()->surveySettings($this->survey);
546 $form = $settings_ui->form(
"ilObjSurveyGUI");
547 if ($settings_ui->checkForm($form)) {
548 $settings_ui->saveForm($form);
552 $this->run_manager->clearCode();
554 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"settings_saved"),
true);
555 $this->
ctrl->redirect($this,
"properties");
558 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"form_input_not_valid"));
559 $form->setValuesByPost();
565 $form = $this->survey_service
566 ->gui()->surveySettings($this->survey)->form(
"ilObjSurveyGUI");
573 if ($a_section ===
'settings') {
574 $this->tabs_gui->addSubTabTarget(
576 $this->
ctrl->getLinkTarget($this,
'properties')
580 if ($lti_settings->hasSettingsAccess()) {
581 $this->tabs_gui->addSubTabTarget(
583 $this->
ctrl->getLinkTargetByClass(ilLTIProviderObjectSettingGUI::class)
602 $ilTabs->activateTab(
"settings");
603 $ilTabs->activateSubTab(
'settings');
605 if ($this->
object->get360Mode()) {
606 $ilHelp->setScreenId(
"settings_360");
613 $this->tpl->setContent($a_form->getHTML());
618 $fields = array(
'login',
'firstname',
'lastname',
'email');
621 $auto->setSearchFields($fields);
622 $auto->setResultField(
'login');
623 $auto->enableFieldSearchableCheck(
true);
624 $auto->setMoreLinkAvailable(
true);
626 if ($this->edit_request->getFetchAll()) {
638 $new_type = $this->edit_request->getNewType();
643 $this->
lng->loadLanguageModule($new_type);
644 $this->
ctrl->setParameter($this,
"new_type", $new_type);
646 $form = $this->initImportForm($new_type);
647 if ($form->checkInput()) {
649 $newObj->setType($new_type);
650 $newObj->setTitle(
"dummy");
651 $newObj->create(
true);
656 $this->log->debug(
"form->getInput(spl) = " . $form->getInput(
"spl"));
658 $error = $newObj->importObject($_FILES[
"importfile"], (
int) $form->getInput(
"spl"));
661 $this->tpl->setOnScreenMessage(
'failure',
$error);
665 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"object_imported"),
true);
667 "&baseClass=ilObjSurveyGUI");
671 $form->setValuesByPost();
687 $this->
ctrl->redirectByClass(ilInfoScreenGUI::class,
"showSummary");
696 if (!$this->access_manager->canAccessInfoScreen()) {
699 $ilTabs->activateTab(
"info_short");
701 $info = $this->survey_service->gui()->infoScreen($this, $this->
toolbar);
703 $this->
ctrl->forwardCommand($info);
708 $ilLocator = $this->gui->locator();
709 switch ($this->
ctrl->getCmd()) {
715 case "redirectQuestion":
719 case "checkEvaluationAccess":
720 case "evaluationdetails":
721 case "evaluationuser":
734 if ($this->edit_request->getQuestionId() > 0 &&
735 !$this->edit_request->getNewForSurvey()) {
738 $q_id = $this->edit_request->getQuestionId();
740 $this->
ctrl->setParameterByClass($q_type,
"q_id", $q_id);
743 $this->
ctrl->getLinkTargetByClass(array(
"ilSurveyEditorGUI", $q_type),
"editQuestion")
758 $main_tpl = $DIC->ui()->mainTemplate();
759 $request = $DIC->survey()->internal()->gui()->execution()->request();
760 $a_access_code =
$request->getAccessCode();
762 $ilAccess = $DIC->access();
763 $lng = $DIC->language();
764 $ctrl = $DIC->ctrl();
766 $t_arr = explode(
"_", $a_target);
768 if ($a_access_code ===
"" && isset($t_arr[1])) {
769 $a_access_code = $t_arr[1];
772 if ($a_access_code !==
'') {
773 $sess = $DIC->survey()->internal()->repo()
774 ->execution()->runSession();
781 if ($ilAccess->checkAccess(
"write",
"",
$ref_id)) {
787 if ($ilAccess->checkAccess(
"visible",
"",
$ref_id) ||
788 $ilAccess->checkAccess(
"read",
"",
$ref_id)) {
789 $domain_service = $DIC->survey()->internal()->domain();
790 $am = $domain_service->access(
$ref_id, $DIC->user()->getId());
792 $run_manager = $domain_service->execution()->run($survey, $DIC->user()->
getId());
793 if ($am->canAccessEvaluation()) {
800 $main_tpl->setOnScreenMessage(
'failure', sprintf(
801 $lng->
txt(
"msg_no_perm_read_item"),
814 $rtpl =
new ilTemplate(
"tpl.svy_view_user_results.html",
true,
true,
"components/ILIAS/Survey");
816 $show_titles = $this->
object->getShowQuestionTitles();
818 foreach ($this->
object->getSurveyPages() as $page) {
819 if (count($page) > 0) {
821 if (count($page) > 1) {
822 if ($page[0][
"questionblock_show_blocktitle"]) {
823 $rtpl->setVariable(
"BLOCK_TITLE", trim($page[0][
"questionblock_title"] ??
""));
828 foreach ($page as $question) {
829 $question_gui = $this->
object->getQuestionGUI($question[
"type_tag"], $question[
"question_id"]);
830 $rtpl->setCurrentBlock(
"question_bl");
833 if (strlen($question[
"heading"] ??
"")) {
834 $rtpl->setVariable(
"HEADING", trim($question[
"heading"] ??
""));
839 $question_gui->getPrintView(
841 (
bool) $question[
"questionblock_show_questiontext"],
842 $this->object->getId(),
843 $this->
object->loadWorkingData($question[
"question_id"], $a_active_id)
847 $rtpl->parseCurrentBlock();
850 $rtpl->setCurrentBlock(
"block_bl");
851 $rtpl->parseCurrentBlock();
867 $anonymous_code = $this->run_manager->getCode();
868 $active_id = $this->
object->getActiveID($ilUser->getId(), $anonymous_code, 0);
870 if (!$this->run_manager->hasFinished() ||
872 $this->
ctrl->redirect($this,
"infoScreen");
875 $ilTabs->clearTargets();
876 $ilTabs->setBackTarget(
877 $this->
lng->txt(
"btn_back"),
878 $this->
ctrl->getLinkTarget($this,
"infoScreen")
893 $show_titles = (bool) $this->
object->getShowQuestionTitles();
895 foreach ($this->
object->getSurveyPages() as $page) {
896 if (count($page) > 0) {
897 $res[] =
"\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n";
900 if (count($page) > 1) {
901 if ($page[0][
"questionblock_show_blocktitle"]) {
902 $res[$this->
lng->txt(
"questionblock")] = trim($page[0][
"questionblock_title"] ??
"") .
"\n";
910 foreach ($page as $question) {
911 $question_gui = $this->
object->getQuestionGUI($question[
"type_tag"], $question[
"question_id"]);
912 $question_parts = array();
915 if (strlen($question[
"heading"] ??
"")) {
916 $question_parts[$this->
lng->txt(
"heading")] = trim($question[
"heading"] ??
"");
920 $question_parts[$this->
lng->txt(
"title")] = trim($question[
"title"] ??
"");
923 if ($question[
"questionblock_show_questiontext"]) {
924 $question_parts[$this->
lng->txt(
"question")] = trim(strip_tags($question_gui->object->getQuestionText()));
927 $answers = $question_gui->getParsedAnswers(
928 $this->
object->loadWorkingData($question[
"question_id"], $a_active_id),
932 if (count($answers)) {
934 if (count($answers) > 1 ||
935 get_class($question_gui) ===
"SurveyTextQuestionGUI") {
940 foreach ($answers as $answer) {
942 if ($answer[
"textanswer"] ??
false) {
943 $text =
' ("' . $answer[
"textanswer"] .
'")';
945 if (!isset($answer[
"cols"])) {
946 if (isset($answer[
"title"])) {
947 $parts[] = $answer[
"title"] . $text;
948 } elseif (isset($answer[
"value"])) {
949 $parts[] = $answer[
"value"];
951 $parts[] = substr($text, 2, -1);
957 foreach ($answer[
"cols"] as $col) {
958 $tmp[] = $col[
"title"];
960 $parts[] = $answer[
"title"] .
": " . implode(
", ", $tmp) . $text;
963 $question_parts[$this->
lng->txt(
"answer")] =
964 ($multiline ?
"\n" :
"") . implode(
"\n",
$parts);
968 foreach ($question_parts as
$type => $value) {
969 $tmp[] =
$type .
": " . $value;
971 $page_res[] = implode(
"\n", $tmp);
974 $res[] = implode(
"\n\n-------------------------------\n\n", $page_res);
978 $res[] =
"\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n";
980 return implode(
"\n",
$res);
989 $finished = $this->
object->getSurveyParticipants(array($a_active_id));
990 $finished = array_pop($finished);
994 $body .= $this->
lng->txt(
"svy_mail_own_results_body") .
"\n";
995 $body .=
"\n" . $this->
lng->txt(
"obj_svy") .
": " . $this->
object->getTitle() .
"\n";
996 $body .= ilLink::_getLink($this->
object->getRefId(),
"svy") .
"\n";
997 $body .=
"\n" . $this->
lng->txt(
"survey_results_finished") .
": " . $finished .
"\n\n";
999 if ($this->
object->hasMailOwnResults()) {
1000 $subject =
"svy_mail_own_results_subject";
1003 $subject =
"svy_mail_confirmation_subject";
1011 $mmail->From($this->senderFactory->system());
1012 $mmail->To($a_recipient);
1013 $mmail->Subject(sprintf($this->
lng->txt($subject), $this->
object->getTitle()),
true);
1014 $mmail->Body($body);
1022 $anonymous_code = $this->run_manager->getCode();
1023 $active_id = $this->
object->getActiveID($ilUser->getId(), $anonymous_code, 0);
1024 if (!$this->run_manager->hasFinished() ||
1026 $this->
ctrl->redirect($this,
"infoScreen");
1029 $recipient = $this->edit_request->getMail();
1031 $recipient = $ilUser->getEmail();
1034 $this->
ctrl->redirect($this,
"infoScreen");
1039 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"mail_sent"),
true);
1040 $this->
ctrl->redirect($this,
"infoScreen");
1047 string $a_rbac_permission,
1048 string $a_position_permission
1053 $a_position_permission,
1054 $this->
object->getRefId()
1060 $this->
ctrl->redirectByClass(
1061 \
ILIAS\Survey\Execution\LaunchGUI::class
Class ilSurveyParticipantsGUI.
ILIAS Survey Mode FeatureConfig $feature_config
ilMailMimeSenderFactory $senderFactory
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static getLogger(string $a_component_id)
Get component logger.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
Class ilObjSurveyQuestionPool.
Survey internal ui service.
GUI class for the workflow of copying objects.
ILIAS Survey Participants StatusManager $status_manager
if($clientAssertionType !='urn:ietf:params:oauth:client-assertion-type:jwt-bearer'|| $grantType !='client_credentials') $parts
Skill management settings.
const EVALUATION_ACCESS_PARTICIPANTS
prepareOutput(bool $show_sub_objects=true)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Interface Observer Contains several chained tasks and infos about them.
static stripSlashes(string $a_str, bool $a_strip_html=true, string $a_allow="")
Base exception class for object service.
ILIAS Survey Execution ExecutionGUIRequest $execution_request
ILIAS Survey Execution RunManager $run_manager
checkRbacOrPositionPermissionAccess(string $rbac_perm, string $pos_perm, int $ref_id)
setContent(string $a_html)
Sets content for standard template.
setParameterByClass(string $a_class, string $a_parameter, $a_value)
static _goto(string $a_target)
redirect script
ilNavigationHistory $nav_history
addSubTabs(string $a_section)
static _getQuestionType(int $question_id)
Returns the question type of a question with a given id.
loadLanguageModule(string $a_module)
Load language module.
static _getTitle(int $question_id)
Returns the question title of a question with a given id.
static checkAccess(int $a_ref_id, bool $a_allow_only_read=true)
check access to learning progress
redirectByClass( $a_class, ?string $a_cmd=null, ?string $a_anchor=null, bool $is_async=false)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _lookupObjId(int $ref_id)
setCreationMode(bool $mode=true)
If true, a creation screen is displayed the current [ref_id] does belong to the parent class The mode...
static is_email(string $a_email, ?ilMailRfc822AddressParserFactory $mailAddressParserFactory=null)
This preg-based function checks whether an e-mail address is formally valid.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ilObjSurveyGUI: ilSurveyEvaluationGUI, ilSurveyExecutionGUI ilObjSurveyGUI: ilObjectMetaDataGUI, ilPermissionGUI ilObjSurveyGUI: ilInfoScreenGUI, ilObjectCopyGUI ilObjSurveyGUI: ilSurveySkillDeterminationGUI ilObjSurveyGUI: ilCommonActionDispatcherGUI, ilSurveySkillGUI ilObjSurveyGUI: ilSurveyEditorGUI, ilSurveyConstraintsGUI ilObjSurveyGUI: ilSurveyParticipantsGUI, ilLearningProgressGUI ilObjSurveyGUI: ilExportGUI, ilLTIProviderObjectSettingGUI ilObjSurveyGUI: ILIAS
ilGlobalTemplateInterface $tpl
static _lookupTitle(int $obj_id)
GUI class for LTI provider object settings.
ServerRequestInterface $request
static getSalutation(int $a_usr_id, ?ilLanguage $a_language=null)
Survey execution graphical output.
Class ilObjectGUI Basic methods of all Output classes.
infoScreenObject()
this one is called from the info button in the repository not very nice to set cmdClass/Cmd manually...
propertiesObject(?ilPropertyFormGUI $a_form=null)
Display the properties form.
getUserResultsTable(int $a_active_id)
ILIAS Survey Access AccessManager $access_manager
retrieveAdditionalDidacticTemplateOptions()
putObjectInTree(ilObject $obj, ?int $parent_node_id=null)
Add object to tree at given position.
infoScreen()
show information screen
static _hasEvaluationAccess(int $a_obj_id, int $user_id)
Last visited history for repository items.
evaluationObject()
Redirects the evaluation object call to the ilSurveyEvaluationGUI class Coming from ListGUI...
setCustomRolesForSelection(array $a_roles)
Set custom roles for mapping to LTI roles.
checkPermissionBool(string $perm, string $cmd="", string $type="", ?int $ref_id=null)
static redirect(string $a_script)
afterSave(ilObject $new_object)
__construct(Container $dic, ilPlugin $plugin)
const LP_CONTEXT_REPOSITORY
static formatDate(ilDateTime $date, bool $a_skip_day=false, bool $a_include_wd=false, bool $include_seconds=false, ?ilObjUser $user=null,)
ILIAS Survey Editing EditingGUIRequest $edit_request
sendUserResultsMail(int $a_active_id, string $a_recipient)
Participants InvitationsManager $invitation_manager
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getUserResultsPlain(int $a_active_id)
Survey evaluation graphical output.
ILIAS Survey InternalService $survey_service
exit
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
addHeaderAction()
Add header action menu.
Class ilObjUserTrackingGUI.
checkPermission(string $perm, string $cmd="", string $type="", ?int $ref_id=null)
static getInstanceFromAjaxCall()
(Re-)Build instance from ajax call
static _getInstallationSignature()
static _gotoRepositoryRoot(bool $raise_error=false)
Goto repository root.
checkRbacOrPositionPermission(string $a_rbac_permission, string $a_position_permission)