ILIAS
release_8 Revision v8.19
|
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().
ilTestSkillLevelThresholdsGUI::areQuestionAssignmentColumnsEnabled | ( | ) |
Definition at line 93 of file class.ilTestSkillLevelThresholdsGUI.php.
References $questionAssignmentColumnsEnabled.
Referenced by buildTableGUI().
|
private |
Definition at line 246 of file class.ilTestSkillLevelThresholdsGUI.php.
References getTestId().
Referenced by getPopulatedTable().
|
private |
Definition at line 237 of file class.ilTestSkillLevelThresholdsGUI.php.
References getQuestionContainerId().
Referenced by getPopulatedTable(), and getTestId().
|
private |
Definition at line 221 of file class.ilTestSkillLevelThresholdsGUI.php.
References areQuestionAssignmentColumnsEnabled(), ILIAS\Repository\ctrl(), getTestId(), and ILIAS\Repository\lng().
Referenced by getPopulatedTable().
ilTestSkillLevelThresholdsGUI::executeCommand | ( | ) |
Definition at line 75 of file class.ilTestSkillLevelThresholdsGUI.php.
References ILIAS\Repository\ctrl().
|
protected |
Definition at line 204 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 $_SERVER, $data, ILIAS\LTI\ToolProvider\$key, $testId, $valid, buildSkillQuestionAssignmentList(), ILIAS\Repository\ctrl(), getPopulatedTable(), ILIAS\Repository\lng(), and showSkillThresholdsCmd().
Referenced by buildSkillLevelThresholdList(), and buildTableGUI().
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 192 of file class.ilTestSkillLevelThresholdsGUI.php.
References ILIAS\Repository\ctrl(), and getPopulatedTable().
Referenced by getTestId().
|
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().