ILIAS
trunk Revision v11.0_alpha-1744-gb0451eebef4
|
Public Member Functions | |
__construct (private ilLanguage $lng, private ilCtrlInterface $ctrl, private UIFactory $ui_factory, private UIRenderer $ui_renderer, private RequestDataCollector $testrequest) | |
getCrsObjId () | |
setCrsObjId ($crs_obj_id) | |
getUsrId () | |
setUsrId ($usr_id) | |
getHTML (?int $objective_id=null) | |
Private Member Functions | |
getHeaderLangVar (?int $objective_id) | |
buildStatusItems (?int $objective_id, array $lo_status_data) | |
getUsersObjectivesStatus ($crs_obj_id, $usr_id) | |
getUsersObjectivesResults (int $crs_obj_id, int $usr_id) | |
Private Attributes | |
int | $crs_obj_id = null |
int | $usr_id = null |
Definition at line 31 of file class.ilTestLearningObjectivesStatusGUI.php.
ilTestLearningObjectivesStatusGUI::__construct | ( | private ilLanguage | $lng, |
private ilCtrlInterface | $ctrl, | ||
private UIFactory | $ui_factory, | ||
private UIRenderer | $ui_renderer, | ||
private RequestDataCollector | $testrequest | ||
) |
Definition at line 36 of file class.ilTestLearningObjectivesStatusGUI.php.
|
private |
type | $lo_status_data |
Definition at line 110 of file class.ilTestLearningObjectivesStatusGUI.php.
References ilObject\_getIcon(), ILIAS\Repository\ctrl(), getCrsObjId(), ilLOSettings\getInstanceByObjId(), ILIAS\Repository\lng(), null, and ilLOUserResults\TYPE_QUALIFIED.
Referenced by getHTML().
ilTestLearningObjectivesStatusGUI::getCrsObjId | ( | ) |
Definition at line 48 of file class.ilTestLearningObjectivesStatusGUI.php.
References $crs_obj_id.
Referenced by buildStatusItems(), and getHTML().
|
private |
Definition at line 97 of file class.ilTestLearningObjectivesStatusGUI.php.
References null.
ilTestLearningObjectivesStatusGUI::getHTML | ( | ?int | $objective_id = null | ) |
Definition at line 77 of file class.ilTestLearningObjectivesStatusGUI.php.
References buildStatusItems(), getCrsObjId(), getUsersObjectivesStatus(), getUsrId(), and ILIAS\Repository\lng().
|
private |
Definition at line 197 of file class.ilTestLearningObjectivesStatusGUI.php.
References $res, null, ilLOUserResults\TYPE_INITIAL, and ilLOUserResults\TYPE_QUALIFIED.
Referenced by getUsersObjectivesStatus().
|
private |
Definition at line 151 of file class.ilTestLearningObjectivesStatusGUI.php.
References $res, ilLOTestAssignments\getInstance(), getUsersObjectivesResults(), ilCourseObjective\lookupObjectiveTitle(), ilLPObjSettings\LP_MODE_OBJECTIVES, null, ilLOSettings\TYPE_TEST_INITIAL, and ilLOSettings\TYPE_TEST_QUALIFIED.
Referenced by getHTML().
ilTestLearningObjectivesStatusGUI::getUsrId | ( | ) |
Definition at line 64 of file class.ilTestLearningObjectivesStatusGUI.php.
References $usr_id.
Referenced by getHTML().
ilTestLearningObjectivesStatusGUI::setCrsObjId | ( | $crs_obj_id | ) |
integer | $crs_obj_id |
Definition at line 56 of file class.ilTestLearningObjectivesStatusGUI.php.
References $crs_obj_id.
ilTestLearningObjectivesStatusGUI::setUsrId | ( | $usr_id | ) |
integer | $usr_id |
Definition at line 72 of file class.ilTestLearningObjectivesStatusGUI.php.
References $usr_id.
|
private |
Definition at line 33 of file class.ilTestLearningObjectivesStatusGUI.php.
Referenced by getCrsObjId(), and setCrsObjId().
|
private |
Definition at line 34 of file class.ilTestLearningObjectivesStatusGUI.php.
Referenced by getUsrId(), and setUsrId().