| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 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 29 of file class.ilTestSkillLevelThresholdsGUI.php.
| ilTestSkillLevelThresholdsGUI::__construct | ( | ilCtrl | $ctrl, | 
| ilGlobalTemplateInterface | $tpl, | ||
| ilLanguage | $lng, | ||
| ilDBInterface | $db, | ||
| $testId | |||
| ) | 
Definition at line 51 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 95 of file class.ilTestSkillLevelThresholdsGUI.php.
References $questionAssignmentColumnsEnabled.
Referenced by buildTableGUI().
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 244 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 236 of file class.ilTestSkillLevelThresholdsGUI.php.
References getQuestionContainerId().
Referenced by getPopulatedTable(), and getTestId().
 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 77 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 getTestId(), and showSkillThresholdsCmd().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilTestSkillLevelThresholdsGUI::getQuestionContainerId | ( | ) | 
Definition at line 64 of file class.ilTestSkillLevelThresholdsGUI.php.
References $questionContainerId.
Referenced by buildSkillQuestionAssignmentList().
 Here is the caller graph for this function:| ilTestSkillLevelThresholdsGUI::getTestId | ( | ) | 
Definition at line 103 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().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilTestSkillLevelThresholdsGUI::setQuestionAssignmentColumnsEnabled | ( | $questionAssignmentColumnsEnabled | ) | 
| boolean | $questionAssignmentColumnsEnabled | 
Definition at line 87 of file class.ilTestSkillLevelThresholdsGUI.php.
References $questionAssignmentColumnsEnabled.
Referenced by ilTestSkillAdministrationGUI\executeCommand().
 Here is the caller graph for this function:| ilTestSkillLevelThresholdsGUI::setQuestionContainerId | ( | $questionContainerId | ) | 
| int | $questionContainerId | 
Definition at line 72 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().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 34 of file class.ilTestSkillLevelThresholdsGUI.php.
Referenced by __construct().
      
  | 
  private | 
Definition at line 37 of file class.ilTestSkillLevelThresholdsGUI.php.
Referenced by __construct().
      
  | 
  private | 
Definition at line 36 of file class.ilTestSkillLevelThresholdsGUI.php.
Referenced by __construct().
      
  | 
  private | 
Definition at line 49 of file class.ilTestSkillLevelThresholdsGUI.php.
Referenced by areQuestionAssignmentColumnsEnabled(), and setQuestionAssignmentColumnsEnabled().
      
  | 
  private | 
Definition at line 47 of file class.ilTestSkillLevelThresholdsGUI.php.
Referenced by getQuestionContainerId(), and setQuestionContainerId().
      
  | 
  private | 
Definition at line 42 of file class.ilTestSkillLevelThresholdsGUI.php.
Referenced by __construct(), and getTestId().
      
  | 
  private | 
Definition at line 35 of file class.ilTestSkillLevelThresholdsGUI.php.
Referenced by __construct().
| const ilTestSkillLevelThresholdsGUI::CMD_SAVE_SKILL_THRESHOLDS = 'saveSkillThresholds' | 
Definition at line 32 of file class.ilTestSkillLevelThresholdsGUI.php.
Referenced by ilTestSkillLevelThresholdsTableGUI\__construct().
| const ilTestSkillLevelThresholdsGUI::CMD_SHOW_SKILL_THRESHOLDS = 'showSkillThresholds' | 
Definition at line 31 of file class.ilTestSkillLevelThresholdsGUI.php.
Referenced by ilTestScreenGUI\getSkillLevelThresholdsMissingInfo(), and ilTestSkillAdministrationGUI\manageTabs().