ILIAS
trunk Revision v11.0_alpha-1846-g895b5f47236
|
Public Member Functions | |
__construct (private readonly ilCtrlInterface $ctrl, private readonly ilGlobalTemplateInterface $tpl, private readonly ilLanguage $lng, private readonly ilDBInterface $db, private readonly RequestDataCollector $request_data_collector, private readonly int $test_id) | |
getQuestionContainerId () | |
setQuestionContainerId (int $question_container_id) | |
executeCommand () | |
setQuestionAssignmentColumnsEnabled (bool $question_assignment_columns_enabled) | |
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 | |
int | $question_container_id |
bool | $question_assignment_columns_enabled = false |
Definition at line 31 of file class.ilTestSkillLevelThresholdsGUI.php.
ilTestSkillLevelThresholdsGUI::__construct | ( | private readonly ilCtrlInterface | $ctrl, |
private readonly ilGlobalTemplateInterface | $tpl, | ||
private readonly ilLanguage | $lng, | ||
private readonly ilDBInterface | $db, | ||
private readonly RequestDataCollector | $request_data_collector, | ||
private readonly int | $test_id | ||
) |
Definition at line 39 of file class.ilTestSkillLevelThresholdsGUI.php.
ilTestSkillLevelThresholdsGUI::areQuestionAssignmentColumnsEnabled | ( | ) |
Definition at line 77 of file class.ilTestSkillLevelThresholdsGUI.php.
References $question_assignment_columns_enabled.
Referenced by buildTableGUI().
|
private |
Definition at line 223 of file class.ilTestSkillLevelThresholdsGUI.php.
References getTestId().
Referenced by getPopulatedTable().
|
private |
Definition at line 215 of file class.ilTestSkillLevelThresholdsGUI.php.
References getQuestionContainerId().
Referenced by getPopulatedTable(), and getTestId().
|
private |
Definition at line 200 of file class.ilTestSkillLevelThresholdsGUI.php.
References areQuestionAssignmentColumnsEnabled(), ILIAS\Repository\ctrl(), getTestId(), and ILIAS\Repository\lng().
Referenced by getPopulatedTable().
ilTestSkillLevelThresholdsGUI::executeCommand | ( | ) |
Definition at line 62 of file class.ilTestSkillLevelThresholdsGUI.php.
References ILIAS\Repository\ctrl().
|
protected |
Definition at line 183 of file class.ilTestSkillLevelThresholdsGUI.php.
References buildSkillLevelThresholdList(), buildSkillQuestionAssignmentList(), and buildTableGUI().
Referenced by getTestId(), and showSkillThresholdsCmd().
ilTestSkillLevelThresholdsGUI::getQuestionContainerId | ( | ) |
Definition at line 52 of file class.ilTestSkillLevelThresholdsGUI.php.
References $question_container_id.
Referenced by buildSkillQuestionAssignmentList().
ilTestSkillLevelThresholdsGUI::getTestId | ( | ) |
Definition at line 85 of file class.ilTestSkillLevelThresholdsGUI.php.
References $data, $valid, buildSkillQuestionAssignmentList(), ILIAS\Repository\ctrl(), getPopulatedTable(), ILIAS\Repository\lng(), null, showSkillThresholdsCmd(), and ILIAS\UI\examples\Symbol\Glyph\Sort\sort().
Referenced by buildSkillLevelThresholdList(), and buildTableGUI().
ilTestSkillLevelThresholdsGUI::setQuestionAssignmentColumnsEnabled | ( | bool | $question_assignment_columns_enabled | ) |
Definition at line 69 of file class.ilTestSkillLevelThresholdsGUI.php.
References $question_assignment_columns_enabled.
Referenced by ilTestSkillAdministrationGUI\executeCommand().
ilTestSkillLevelThresholdsGUI::setQuestionContainerId | ( | int | $question_container_id | ) |
Definition at line 57 of file class.ilTestSkillLevelThresholdsGUI.php.
References $question_container_id.
|
private |
Definition at line 174 of file class.ilTestSkillLevelThresholdsGUI.php.
References ILIAS\Repository\ctrl(), getPopulatedTable(), and null.
Referenced by getTestId().
|
private |
Definition at line 37 of file class.ilTestSkillLevelThresholdsGUI.php.
Referenced by areQuestionAssignmentColumnsEnabled(), and setQuestionAssignmentColumnsEnabled().
|
private |
Definition at line 36 of file class.ilTestSkillLevelThresholdsGUI.php.
Referenced by getQuestionContainerId(), and setQuestionContainerId().
const ilTestSkillLevelThresholdsGUI::CMD_SAVE_SKILL_THRESHOLDS = 'saveSkillThresholds' |
Definition at line 34 of file class.ilTestSkillLevelThresholdsGUI.php.
Referenced by ilTestSkillLevelThresholdsTableGUI\__construct().
const ilTestSkillLevelThresholdsGUI::CMD_SHOW_SKILL_THRESHOLDS = 'showSkillThresholds' |
Definition at line 33 of file class.ilTestSkillLevelThresholdsGUI.php.
Referenced by ILIAS\Test\Presentation\TabsManager\getSettingsSubTabs(), and ILIAS\Test\Presentation\TestScreenGUI\getSkillLevelThresholdsMissingInfo().