ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Public Member Functions | |
__construct (ilCtrl $ctrl, ilTemplate $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 | |
$ctrl | |
$tpl | |
$lng | |
$db | |
$testId | |
$questionContainerId | |
$questionAssignmentColumnsEnabled | |
Definition at line 13 of file class.ilTestSkillLevelThresholdsGUI.php.
ilTestSkillLevelThresholdsGUI::__construct | ( | ilCtrl | $ctrl, |
ilTemplate | $tpl, | ||
ilLanguage | $lng, | ||
ilDBInterface | $db, | ||
$testId | |||
) |
ilTestSkillLevelThresholdsGUI::areQuestionAssignmentColumnsEnabled | ( | ) |
Definition at line 93 of file class.ilTestSkillLevelThresholdsGUI.php.
References $questionAssignmentColumnsEnabled.
Referenced by buildTableGUI().
|
private |
Definition at line 248 of file class.ilTestSkillLevelThresholdsGUI.php.
References getTestId().
Referenced by getPopulatedTable().
|
private |
Definition at line 239 of file class.ilTestSkillLevelThresholdsGUI.php.
References getQuestionContainerId().
Referenced by getPopulatedTable(), and getTestId().
|
private |
Definition at line 229 of file class.ilTestSkillLevelThresholdsGUI.php.
References areQuestionAssignmentColumnsEnabled().
Referenced by getPopulatedTable().
ilTestSkillLevelThresholdsGUI::executeCommand | ( | ) |
|
protected |
Definition at line 212 of file class.ilTestSkillLevelThresholdsGUI.php.
References buildSkillLevelThresholdList(), buildSkillQuestionAssignmentList(), and buildTableGUI().
Referenced by getTestId(), and showSkillThresholdsCmd().
ilTestSkillLevelThresholdsGUI::getQuestionContainerId | ( | ) |
Definition at line 62 of file class.ilTestSkillLevelThresholdsGUI.php.
References $questionContainerId.
Referenced by buildSkillQuestionAssignmentList().
ilTestSkillLevelThresholdsGUI::getTestId | ( | ) |
Definition at line 101 of file class.ilTestSkillLevelThresholdsGUI.php.
References $_POST, $_SERVER, $data, $testId, $valid, array, buildSkillQuestionAssignmentList(), getPopulatedTable(), ilUtil\sendFailure(), ilUtil\sendSuccess(), and showSkillThresholdsCmd().
Referenced by buildSkillLevelThresholdList().
ilTestSkillLevelThresholdsGUI::setQuestionAssignmentColumnsEnabled | ( | $questionAssignmentColumnsEnabled | ) |
boolean | $questionAssignmentColumnsEnabled |
Definition at line 85 of file class.ilTestSkillLevelThresholdsGUI.php.
References $questionAssignmentColumnsEnabled.
Referenced by ilTestSkillAdministrationGUI\executeCommand().
ilTestSkillLevelThresholdsGUI::setQuestionContainerId | ( | $questionContainerId | ) |
int | $questionContainerId |
Definition at line 70 of file class.ilTestSkillLevelThresholdsGUI.php.
References $questionContainerId.
|
private |
ilTestSkillLevelThresholdsTableGUI | null | $table |
Definition at line 199 of file class.ilTestSkillLevelThresholdsGUI.php.
References getPopulatedTable().
Referenced by getTestId().
|
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 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 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 ilTestInfoScreenToolbarGUI\getSkillLevelThresholdsMissingInfo(), and ilTestSkillAdministrationGUI\manageTabs().