12 require_once(
"Modules/StudyProgramme/classes/class.ilStudyProgrammeExpandableProgressListGUI.php");
19 return $this->progress->isRelevant();
36 return "<s>" .
$title .
"</s>";
43 $points = parent::buildProgressStatus($a_progress);
45 return "<img src='" .
ilUtil::getImagePath(
"icon_alert.svg") .
"' alt='" . $this->il_lng->txt(
"warning") .
"'>" . $points;
enableInfoScreen($a_info_screen)
En/disable path.
enableDelete($a_status)
En/disable delete.
enableProperties($a_status)
En/disable properties.
shouldShowSubProgress(ilStudyProgrammeUserProgress $a_progress)
enableCut($a_status)
En/disable cut.
Class ilStudyProgrammeExpandableProgressListGUI.
isSuccessful()
Check whether the user was successful on this node.
getTitleForItem(ilObjStudyProgramme $a_programme)
configureItemGUI(ilStudyProgrammeCourseListGUI $a_item_gui)
canBeCompleted()
Check whether the user can achieve enough points on the subnodes to be able to complete this node...
enableSubscribe($a_status)
En/disable subscribe.
enablePreconditions($a_status)
En/disable preconditions.
static getImagePath($img, $module_path="", $mode="output", $offline=false)
get image path (for images located in a template directory)
enableDescription($a_status)
En/disable description.
Class ilObjStudyProgramme.
getTitle()
get object title public
enableProgressInfo($a_status)
enable progress info
enableNoticeProperties($a_status)
En/disable notices.
enableCommands($a_status, $a_std_only=false)
En/disable commands.
buildProgressStatus(ilStudyProgrammeUserProgress $a_progress)
enableCopy($a_status)
En/disable copy.
enableComments($a_value, $a_enable_comments_settings=true)
Toogle comments action status.
enableIcon($a_status)
En/Dis-able icons.
enableCheckbox($a_status)
En/Dis-able checkboxes.
enableTags($a_value)
Toogle tags action status.
enableLink($a_status)
En/disable link.
Class ilStudyProgrammeExpandableProgressListGUI.
newSubItem(ilStudyProgrammeUserProgress $a_progress)
Class ilStudyProgrammeCourseListGUI.
Represents the progress of a user at one node of a study programme.