19 declare(strict_types=1);
36 protected \ILIAS\Survey\InternalGUIService
$gui;
37 protected \ILIAS\DI\UIServices
$ui;
48 protected \ilLanguage
$lng;
62 $this->main_tpl = $DIC->ui()->mainTemplate();
66 $this->
ui = $DIC->ui();
70 $this->status_manager = $domain_service->
participants()->status($this->survey, $user->
getId());
71 $this->access_manager = $domain_service->
access($this->survey->getRefId(), $user->
getId());
72 $this->run_manager = $domain_service->
execution()->run($this->survey, $user->
getId());
73 $this->feature_config = $domain_service->
modeFeatureConfig($this->survey->getMode());
78 $body = $request->getParsedBody();
79 $this->requested_code = (string) ($body[
"anonymous_id"] ??
"");
80 $this->gui = $DIC->survey()->internal()->gui();
87 $info = new \ilInfoScreenGUI($this->survey_gui);
88 $info->enablePrivateNotes();
91 $info->addMetaDataSections($survey->getId(), 0, $survey->getType());
Info screen wrapper for the survey.
access(int $ref_id, int $user_id)
Participant status manager.
ilGlobalTemplateInterface $main_tpl
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
__construct()
Constructor setup ILIAS global object public.
modeFeatureConfig(int $mode)
Access AccessManager $access_manager
ilObjSurveyGUI $survey_gui
Execution RunManager $run_manager
ILIAS Survey Mode FeatureConfig $feature_config
Survey Run Note: The manager should get the current user id passed.
Participants StatusManager $status_manager
ILIAS Survey InternalGUIService $gui
ServerRequestInterface $request
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...