19 declare(strict_types=1);
42 public const TAB_LP =
'learning_progress';
60 $this->tpl = $DIC[
'tpl'];
61 $this->
ctrl = $DIC[
'ilCtrl'];
62 $this->usr = $DIC[
'ilUser'];
63 $this->error_object = $DIC[
'ilErr'];
64 $this->
lng = $DIC[
'lng'];
65 $this->
lng->loadLanguageModule(
'iass');
66 $this->tpl->loadStandardTemplate();
68 $this->request_wrapper = $DIC->http()->wrapper()->query();
69 $this->irss = $DIC[
'resource_storage'];
76 if (is_object($this->
object)) {
79 $this->
ctrl->getLinkTarget($this,
"view"),
81 $this->
object->getRefId()
90 $this->
object->getRefId(),
91 $this->
object->getId(),
98 $next_class = $this->
ctrl->getNextClass($this);
99 $cmd = $this->
ctrl->getCmd();
103 switch ($next_class) {
104 case 'ilpermissiongui':
105 $this->tabs_gui->activateTab(self::TAB_PERMISSION);
107 $this->
ctrl->forwardCommand($ilPermissionGUI);
109 case 'ilindividualassessmentsettingsgui':
110 $this->tabs_gui->activateTab(self::TAB_SETTINGS);
111 $gui = $this->
object->getSettingsGUI();
112 $this->
ctrl->forwardCommand($gui);
114 case 'ilindividualassessmentmembersgui':
117 case 'ilinfoscreengui':
118 $this->tabs_gui->activateTab(self::TAB_INFO);
120 $this->
ctrl->forwardCommand($info);
122 case 'illearningprogressgui':
123 $this->tabs_gui->activateTab(self::TAB_LP);
126 $this->
object->getRefId(),
131 case "ilcommonactiondispatchergui":
133 $this->
ctrl->forwardCommand($gui);
136 $this->tabs_gui->activateTab(self::TAB_EXPORT);
138 $exp_gui->addFormat(
"xml");
139 $this->
ctrl->forwardCommand($exp_gui);
141 case 'ilobjectmetadatagui':
143 $this->tabs_gui->activateTab(self::TAB_META_DATA);
145 $this->
ctrl->forwardCommand($md_gui);
147 case 'ilobjectcopygui':
150 $this->
ctrl->forwardCommand($cp);
155 if ($this->
object->accessHandler()->mayViewAnyUser() || $this->
object->accessHandler()->mayEditMembers()) {
156 $this->
ctrl->redirectByClass(ilIndividualAssessmentMembersGUI::class,
'view');
159 if ($cmd ===
'edit' && $this->
object->accessHandler()->simulateMember()) {
172 $this->tabs_gui->activateTab(self::TAB_INFO);
174 $this->
ctrl->redirectByClass(ilInfoScreenGUI::class,
'showSummary');
179 $this->tabs_gui->activateTab(self::TAB_MEMBERS);
180 $gui = $this->
object->getMembersGUI();
181 $this->
ctrl->forwardCommand($gui);
190 $record_gui->parse();
192 $info->addMetaDataSections($this->
object->getId(), 0, $this->
object->getType());
195 if ($this->
object->loadMembers()->userAllreadyMember($this->usr)) {
205 $member = $this->
object->membersStorage()->loadMember($this->
object, $this->usr);
207 if ($member->finalized()) {
210 if ($member->notify() && $member->finalized()) {
211 $info->
addProperty($this->
txt(
'grading_record'), nl2br($member->record()));
212 if (($member->viewFile()) && $member->fileName() && $member->fileName() !=
"") {
213 $tpl =
new ilTemplate(
"tpl.iass_user_file_download.html",
true,
true,
"components/ILIAS/IndividualAssessment");
225 $member = $this->
object->membersStorage()->loadMember($this->
object, $this->usr);
229 && $member->finalized()
230 && $member->viewFile()
231 && $member->fileName()
232 && $member->fileName() !=
"" 234 $identifier = $member->getGrading()->getFile();
235 $resource_id = $this->irss->manage()->find($identifier);
237 $this->irss->consume()->download($resource_id)->run();
244 $content = $this->
object->getSettings()->getContent();
245 if ($content !==
null && $content !==
'') {
254 $info_settings = $this->
object->getInfoSettings();
257 $info->
addProperty($this->
txt(
'iass_contact'), $info_settings->getContact());
258 $info->
addProperty($this->
txt(
'iass_responsibility'), $info_settings->getResponsibility());
259 $info->
addProperty($this->
txt(
'iass_phone'), $info_settings->getPhone());
260 $info->
addProperty($this->
txt(
'iass_mails'), $info_settings->getMails());
261 $info->
addProperty($this->
txt(
'iass_consultation_hours'), $info_settings->getConsultationHours());
269 if ($val !==
null && $val !==
'') {
273 if ($val !==
null && $val !==
'') {
277 if ($val !==
null && $val !==
'') {
281 if ($val !==
null && $val !==
'') {
285 if ($val !==
null && $val !==
'') {
293 if ($this->
object->accessHandler()->mayEditMembers()
294 || $this->
object->accessHandler()->mayGradeAnyUser()
295 || $this->
object->accessHandler()->mayAmendAllUsers()
296 || $this->
object->accessHandler()->mayViewAnyUser()) {
297 $this->tabs_gui->addTab(
299 $this->
txt(
'il_iass_members'),
304 if ($this->
object->accessHandler()->mayReadObject()) {
305 $this->tabs_gui->addTab(
307 $this->
txt(
'info_short'),
312 if ($this->
object->accessHandler()->mayEditObject()) {
313 $this->tabs_gui->addTab(
315 $this->
txt(
'settings'),
320 if (($this->
object->accessHandler()->mayViewAllUsers()
321 || $this->
object->accessHandler()->mayEditLearningProgressSettings()
322 || ($this->
object->loadMembers()->userAllreadyMember($this->usr)
323 && $this->
object->isActiveLP()))
325 $this->tabs_gui->addTab(
327 $this->
txt(
'learning_progress'),
328 $this->
ctrl->getLinkTargetByClass(
'illearningprogressgui')
332 if ($this->
object->accessHandler()->mayEditObject()) {
334 $mdtab = $mdgui->getTab();
336 $this->tabs_gui->addTab(
338 $this->
txt(
"meta_data"),
344 if ($this->
object->accessHandler()->mayEditObject()) {
345 $this->tabs_gui->addTarget(
347 $this->
ctrl->getLinkTargetByClass(
'ilexportgui',
''),
353 if ($this->
object->accessHandler()->mayEditPermissions()) {
354 $this->tabs_gui->addTarget(
355 self::TAB_PERMISSION,
356 $this->
ctrl->getLinkTargetByClass(
'ilpermissiongui',
'perm'),
366 if ($cmd ==
'settings') {
367 return $this->
ctrl->getLinkTargetByClass(
'ilindividualassessmentsettingsgui',
'edit');
369 if ($cmd ==
'info') {
370 return $this->
ctrl->getLinkTarget($this,
'view');
372 if ($cmd ==
'members') {
373 return $this->
ctrl->getLinkTargetByClass(
'ilindividualassessmentmembersgui',
'view');
375 return $this->
ctrl->getLinkTarget($this, $cmd);
381 $this->
ctrl->redirectToURL($link);
391 $this->error_object->raiseError($this->
txt(
"msg_no_perm_read"), $this->error_object->WARNING);
394 public static function _goto(
string $a_target,
string $a_add =
''): void
397 $a_target = (
int) $a_target;
398 if ($DIC[
'ilAccess']->checkAccess(
'write',
'', $a_target)) {
401 if ($DIC[
'ilAccess']->checkAccess(
'read',
'', $a_target)) {
410 return $this->
txt(
'iass_status_pending');
412 return $this->
txt(
'iass_status_completed');
414 return $this->
txt(
'iass_status_failed');
422 $this->tpl->setOnScreenMessage(
"success", $this->
txt(
"iass_added"),
true);
423 $this->
ctrl->setParameter($this,
"ref_id", $new_object->
getRefId());
424 $this->
ctrl->redirectToUrl($this->
ctrl->getLinkTargetByClass(
425 'ilIndividualassessmentsettingsgui',
436 if ($this->
object->accessHandler()->mayReadObject()) {
437 $ref_id = $this->request_wrapper->retrieve(
"ref_id", $this->
refinery->kindlyTo()->int());
438 $link = ilLink::_getLink(
$ref_id,
"iass");
444 protected function txt(
string $code): string
446 return $this->
lng->txt($code);
getLinkTarget(string $cmd)
GUI class for the workflow of copying objects.
prepareOutput(bool $show_sub_objects=true)
addProperty(string $a_name, string $a_value, string $a_link="")
add a property to current section
static _gotoRepositoryNode(int $ref_id, string $cmd="")
For the purpose of streamlining the grading and learning-process status definition outside of tests...
ILIAS ResourceStorage Services $irss
shouldShowContactInfo(ilIndividualAssessmentInfoSettings $info_settings)
addMemberDataToInfo(ilInfoScreenGUI $info)
ILIAS Refinery Factory $refinery
setVariable(string $variable, $value='')
Sets the given variable to the given value.
recordIndividualAssessmentRead()
ilAccessHandler $ilAccess
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
afterSave(ilObject $new_object)
static _enabledLearningProgress()
addContactDataToInfo(ilInfoScreenGUI $info)
ilGlobalTemplateInterface $tpl
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ilErrorHandling $error_object
addGeneralDataToInfo(ilInfoScreenGUI $info)
Class ilObjectGUI Basic methods of all Output classes.
static _recordReadEvent(string $a_type, int $a_ref_id, int $obj_id, int $usr_id, bool $isCatchupWriteEvents=true, $a_ext_rc=null, $a_ext_time=null)
getEntryForStatus(int $status)
addSection(string $a_title)
get(string $part=self::DEFAULT_BLOCK)
Renders the given block and returns the html string.
Last visited history for repository items.
checkPermissionBool(string $perm, string $cmd="", string $type="", ?int $ref_id=null)
static _goto(string $a_target, string $a_add='')
__construct($data, int $id=0, bool $call_by_reference=true, bool $prepare_output=true)
__construct(Container $dic, ilPlugin $plugin)
const LP_CONTEXT_REPOSITORY
setInfoObject(ilInfoScreenGUI $info)
get info sections
ilNavigationHistory $ilNavigationHistory
ILIAS HTTP Wrapper RequestWrapper $request_wrapper
addHeaderAction()
Add header action menu.
addItem(int $a_ref_id, string $a_link, string $a_type, string $a_title="", ?int $a_sub_obj_id=null, string $a_goto_link="")
Add an item to the stack.
Class ilObjUserTrackingGUI.
static getInstanceFromAjaxCall()
(Re-)Build instance from ajax call