3declare(strict_types=1);
 
   26        return $this->progress->isRelevant();
 
   42        if (!$this->progress->isRelevant()
 
   45            return "<s>" . $title . 
"</s>";
 
   53        $can_be_completed = $programme->canBeCompleted(
$progress);
 
   55        $points = parent::buildProgressStatus(
$progress);
 
   57            return $this->alert_icon . $points;
 
static getInstanceByObjId(int $obj_id)
 
enableDelete(bool $status)
 
enableDescription(bool $status)
 
enableProgressInfo(bool $status)
 
enablePreconditions(bool $status)
 
enableComments(bool $value, bool $enable_comments_settings=true)
 
enableInfoScreen(bool $info_screen)
 
enableCommands(bool $status, bool $std_only=false)
 
enableCheckbox(bool $status)
 
enableNoticeProperties(bool $status)
 
enableProperties(bool $status)
 
enableSubscribe(bool $status)
 
A Progress is the status of a user on a single node of an assignment; it is unique by assignment_id:u...
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
configureItemGUI(ilStudyProgrammeCourseListGUI $item_gui)
 
getTitleForItem(ilObjStudyProgramme $programme)
 
newSubItem(ilPRGProgress $progress)
 
shouldShowSubProgress(ilPRGProgress $progress)
 
buildProgressStatus(ilPRGProgress $progress)