ILIAS
Release_5_0_x_branch Revision 61816
|
Public Member Functions | |
__construct (ilCtrl $ctrl, ilTemplate $tpl, ilLanguage $lng, ilDB $db, ilObjTest $testOBJ) | |
executeCommand () |
Data Fields | |
const | CMD_SHOW_SKILL_THRESHOLDS = 'showSkillThresholds' |
const | CMD_SAVE_SKILL_THRESHOLDS = 'saveSkillThresholds' |
Private Member Functions | |
saveSkillThresholdsCmd () | |
showSkillThresholdsCmd () | |
buildTableGUI () | |
buildSkillQuestionAssignmentList () | |
buildSkillLevelThresholdList () |
Private Attributes | |
$ctrl | |
$tpl | |
$lng | |
$db | |
$testOBJ |
Definition at line 13 of file class.ilTestSkillLevelThresholdsGUI.php.
ilTestSkillLevelThresholdsGUI::__construct | ( | ilCtrl | $ctrl, |
ilTemplate | $tpl, | ||
ilLanguage | $lng, | ||
ilDB | $db, | ||
ilObjTest | $testOBJ | ||
) |
|
private |
Definition at line 130 of file class.ilTestSkillLevelThresholdsGUI.php.
Referenced by showSkillThresholdsCmd().
|
private |
Definition at line 121 of file class.ilTestSkillLevelThresholdsGUI.php.
Referenced by saveSkillThresholdsCmd(), and showSkillThresholdsCmd().
|
private |
Definition at line 113 of file class.ilTestSkillLevelThresholdsGUI.php.
Referenced by showSkillThresholdsCmd().
ilTestSkillLevelThresholdsGUI::executeCommand | ( | ) |
Definition at line 51 of file class.ilTestSkillLevelThresholdsGUI.php.
References $cmd.
|
private |
Definition at line 58 of file class.ilTestSkillLevelThresholdsGUI.php.
References $_POST, buildSkillQuestionAssignmentList(), and ilUtil\sendSuccess().
|
private |
Definition at line 97 of file class.ilTestSkillLevelThresholdsGUI.php.
References buildSkillLevelThresholdList(), buildSkillQuestionAssignmentList(), and buildTableGUI().
|
private |
Definition at line 20 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 30 of file class.ilTestSkillLevelThresholdsGUI.php.
Referenced by __construct().
|
private |
Definition at line 40 of file class.ilTestSkillLevelThresholdsGUI.php.
Referenced by __construct().
|
private |
Definition at line 25 of file class.ilTestSkillLevelThresholdsGUI.php.
Referenced by __construct().
const ilTestSkillLevelThresholdsGUI::CMD_SAVE_SKILL_THRESHOLDS = 'saveSkillThresholds' |
Definition at line 16 of file class.ilTestSkillLevelThresholdsGUI.php.
Referenced by ilTestSkillLevelThresholdsTableGUI\__construct().
const ilTestSkillLevelThresholdsGUI::CMD_SHOW_SKILL_THRESHOLDS = 'showSkillThresholds' |
Definition at line 15 of file class.ilTestSkillLevelThresholdsGUI.php.
Referenced by ilTestSkillAdministrationGUI\manageTabs().