|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilTestSkillLevelThresholdsGUI:Public Member Functions | |
| __construct (ilCtrl $ctrl, ilGlobalTemplateInterface $tpl, ilLanguage $lng, ilDBInterface $db, $testId) | |
| getQuestionContainerId () | |
| setQuestionContainerId ($questionContainerId) | |
| executeCommand () | |
| setQuestionAssignmentColumnsEnabled ($questionAssignmentColumnsEnabled) | |
| areQuestionAssignmentColumnsEnabled () | |
| getTestId () | |
Data Fields | |
| const | CMD_SHOW_SKILL_THRESHOLDS = 'showSkillThresholds' |
| const | CMD_SAVE_SKILL_THRESHOLDS = 'saveSkillThresholds' |
Protected Member Functions | |
| getPopulatedTable () | |
Private Member Functions | |
| showSkillThresholdsCmd (ilTestSkillLevelThresholdsTableGUI $table=null) | |
| buildTableGUI () | |
| buildSkillQuestionAssignmentList () | |
| buildSkillLevelThresholdList () | |
Private Attributes | |
| ilCtrl | $ctrl |
| ilGlobalTemplateInterface | $tpl |
| ilLanguage | $lng |
| ilDBInterface | $db |
| $testId | |
| $questionContainerId | |
| bool | $questionAssignmentColumnsEnabled |
Definition at line 27 of file class.ilTestSkillLevelThresholdsGUI.php.
| ilTestSkillLevelThresholdsGUI::__construct | ( | ilCtrl | $ctrl, |
| ilGlobalTemplateInterface | $tpl, | ||
| ilLanguage | $lng, | ||
| ilDBInterface | $db, | ||
| $testId | |||
| ) |
Definition at line 49 of file class.ilTestSkillLevelThresholdsGUI.php.
References $ctrl, $db, $lng, $testId, $tpl, ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilTestSkillLevelThresholdsGUI::areQuestionAssignmentColumnsEnabled | ( | ) |
Definition at line 93 of file class.ilTestSkillLevelThresholdsGUI.php.
References $questionAssignmentColumnsEnabled.
Referenced by buildTableGUI().
Here is the caller graph for this function:
|
private |
Definition at line 246 of file class.ilTestSkillLevelThresholdsGUI.php.
References getTestId().
Referenced by getPopulatedTable().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 237 of file class.ilTestSkillLevelThresholdsGUI.php.
References getQuestionContainerId().
Referenced by getPopulatedTable().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 221 of file class.ilTestSkillLevelThresholdsGUI.php.
References areQuestionAssignmentColumnsEnabled(), ILIAS\Repository\ctrl(), getTestId(), and ILIAS\Repository\lng().
Referenced by getPopulatedTable().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestSkillLevelThresholdsGUI::executeCommand | ( | ) |
Definition at line 75 of file class.ilTestSkillLevelThresholdsGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:
|
protected |
Definition at line 204 of file class.ilTestSkillLevelThresholdsGUI.php.
References buildSkillLevelThresholdList(), buildSkillQuestionAssignmentList(), and buildTableGUI().
Referenced by showSkillThresholdsCmd().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestSkillLevelThresholdsGUI::getQuestionContainerId | ( | ) |
Definition at line 62 of file class.ilTestSkillLevelThresholdsGUI.php.
References $questionContainerId.
Referenced by buildSkillQuestionAssignmentList().
Here is the caller graph for this function:| ilTestSkillLevelThresholdsGUI::getTestId | ( | ) |
Definition at line 101 of file class.ilTestSkillLevelThresholdsGUI.php.
References $testId.
Referenced by buildSkillLevelThresholdList(), and buildTableGUI().
Here is the caller graph for this function:| ilTestSkillLevelThresholdsGUI::setQuestionAssignmentColumnsEnabled | ( | $questionAssignmentColumnsEnabled | ) |
| boolean | $questionAssignmentColumnsEnabled |
Definition at line 85 of file class.ilTestSkillLevelThresholdsGUI.php.
References $questionAssignmentColumnsEnabled.
| ilTestSkillLevelThresholdsGUI::setQuestionContainerId | ( | $questionContainerId | ) |
| int | $questionContainerId |
Definition at line 70 of file class.ilTestSkillLevelThresholdsGUI.php.
References $questionContainerId.
|
private |
| ilTestSkillLevelThresholdsTableGUI | null | $table |
Definition at line 192 of file class.ilTestSkillLevelThresholdsGUI.php.
References ILIAS\Repository\ctrl(), and getPopulatedTable().
Here is the call graph for this function:
|
private |
Definition at line 32 of file class.ilTestSkillLevelThresholdsGUI.php.
Referenced by __construct().
|
private |
Definition at line 35 of file class.ilTestSkillLevelThresholdsGUI.php.
Referenced by __construct().
|
private |
Definition at line 34 of file class.ilTestSkillLevelThresholdsGUI.php.
Referenced by __construct().
|
private |
Definition at line 47 of file class.ilTestSkillLevelThresholdsGUI.php.
Referenced by areQuestionAssignmentColumnsEnabled(), and setQuestionAssignmentColumnsEnabled().
|
private |
Definition at line 45 of file class.ilTestSkillLevelThresholdsGUI.php.
Referenced by getQuestionContainerId(), and setQuestionContainerId().
|
private |
Definition at line 40 of file class.ilTestSkillLevelThresholdsGUI.php.
Referenced by __construct(), and getTestId().
|
private |
Definition at line 33 of file class.ilTestSkillLevelThresholdsGUI.php.
Referenced by __construct().
| const ilTestSkillLevelThresholdsGUI::CMD_SAVE_SKILL_THRESHOLDS = 'saveSkillThresholds' |
Definition at line 30 of file class.ilTestSkillLevelThresholdsGUI.php.
Referenced by ilTestSkillLevelThresholdsTableGUI\__construct().
| const ilTestSkillLevelThresholdsGUI::CMD_SHOW_SKILL_THRESHOLDS = 'showSkillThresholds' |
Definition at line 29 of file class.ilTestSkillLevelThresholdsGUI.php.
Referenced by ilTestInfoScreenToolbarGUI\getSkillLevelThresholdsMissingInfo(), and ilTestSkillAdministrationGUI\manageTabs().