| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Collaboration diagram for ilTestSkillEvaluationGUI:Public Member Functions | |
| __construct (private ilObjTest $test_obj, private ilCtrl $ctrl, private ilGlobalTemplateInterface $tpl, private ilLanguage $lng, private ilDBInterface $db, private LoggingServices $logging_services, private SkillService $skills_service, private InternalRequestService $testrequest) | |
| getQuestionList () | |
| setQuestionList ($questionList) | |
| getObjectiveOrientedContainer () | |
| setObjectiveOrientedContainer ($objectiveOrientedContainer) | |
| executeCommand () | |
| setTestSession (ilTestSession $testSession) | |
| getTestSession () | |
| isNoSkillProfileOptionEnabled () | |
| setNoSkillProfileOptionEnabled (bool $noSkillProfileOptionEnabled) | |
| getAvailableSkillProfiles () | |
| setAvailableSkillProfiles (array $availableSkillProfiles) | |
| getAvailableSkills () | |
| setAvailableSkills (array $availableSkills) | |
Data Fields | |
| const | INVOLVE_SKILLS_BELOW_NUM_ANSWERS_BARRIER_FOR_GAP_ANALASYS = false | 
| const | SKILL_PROFILE_PARAM = 'skill_profile' | 
| const | CMD_SHOW = 'show' | 
Protected Member Functions | |
| init (bool $skill_profile_enabled) | |
Protected Attributes | |
| bool | $noSkillProfileOptionEnabled = false | 
| array | $availableSkillProfiles = [] | 
| array | $availableSkills = [] | 
| ilTestPassesSelector | $testPassesSelector = null | 
Private Member Functions | |
| isAccessDenied () | |
| showCmd () | |
| buildEvaluationToolbarGUI (int $selectedSkillProfileId) | |
| buildPersonalSkillsGUI (int $usrId, ?int $selectedSkillProfileId, array $availableSkills) | |
Private Attributes | |
| ilTestSession | $testSession | 
| ilTestObjectiveOrientedContainer | $objectiveOrientedContainer | 
| ilAssQuestionList | $questionList | 
Definition at line 37 of file class.ilTestSkillEvaluationGUI.php.
| ilTestSkillEvaluationGUI::__construct | ( | private ilObjTest | $test_obj, | 
| private ilCtrl | $ctrl, | ||
| private ilGlobalTemplateInterface | $tpl, | ||
| private ilLanguage | $lng, | ||
| private ilDBInterface | $db, | ||
| private LoggingServices | $logging_services, | ||
| private SkillService | $skills_service, | ||
| private InternalRequestService | $testrequest | ||
| ) | 
Definition at line 53 of file class.ilTestSkillEvaluationGUI.php.
      
  | 
  private | 
Definition at line 183 of file class.ilTestSkillEvaluationGUI.php.
References ILIAS\Repository\ctrl(), getAvailableSkillProfiles(), isNoSkillProfileOptionEnabled(), and ILIAS\Repository\lng().
Referenced by showCmd().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 200 of file class.ilTestSkillEvaluationGUI.php.
References ILIAS\Repository\lng(), and ilTestPersonalSkillsGUI\setAvailableSkills().
Referenced by showCmd().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilTestSkillEvaluationGUI::executeCommand | ( | ) | 
Definition at line 97 of file class.ilTestSkillEvaluationGUI.php.
References ILIAS\Repository\ctrl().
 Here is the call graph for this function:| ilTestSkillEvaluationGUI::getAvailableSkillProfiles | ( | ) | 
Definition at line 234 of file class.ilTestSkillEvaluationGUI.php.
References $availableSkillProfiles.
Referenced by buildEvaluationToolbarGUI().
 Here is the caller graph for this function:| ilTestSkillEvaluationGUI::getAvailableSkills | ( | ) | 
Definition at line 244 of file class.ilTestSkillEvaluationGUI.php.
References $availableSkills.
Referenced by showCmd().
 Here is the caller graph for this function:| ilTestSkillEvaluationGUI::getObjectiveOrientedContainer | ( | ) | 
Definition at line 84 of file class.ilTestSkillEvaluationGUI.php.
References $objectiveOrientedContainer.
| ilTestSkillEvaluationGUI::getQuestionList | ( | ) | 
Definition at line 68 of file class.ilTestSkillEvaluationGUI.php.
References $questionList.
Referenced by init().
 Here is the caller graph for this function:| ilTestSkillEvaluationGUI::getTestSession | ( | ) | 
Definition at line 219 of file class.ilTestSkillEvaluationGUI.php.
References $testSession.
Referenced by init(), and showCmd().
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 108 of file class.ilTestSkillEvaluationGUI.php.
References ilObjAssessmentFolder\DEFAULT_SKL_TRIG_NUM_ANSWERS_BARRIER, getQuestionList(), getTestSession(), setAvailableSkillProfiles(), setAvailableSkills(), setNoSkillProfileOptionEnabled(), and ilTestSkillEvaluation\setUserId().
Referenced by showCmd().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 103 of file class.ilTestSkillEvaluationGUI.php.
| ilTestSkillEvaluationGUI::isNoSkillProfileOptionEnabled | ( | ) | 
Definition at line 224 of file class.ilTestSkillEvaluationGUI.php.
References $noSkillProfileOptionEnabled.
Referenced by buildEvaluationToolbarGUI().
 Here is the caller graph for this function:| ilTestSkillEvaluationGUI::setAvailableSkillProfiles | ( | array | $availableSkillProfiles | ) | 
Definition at line 239 of file class.ilTestSkillEvaluationGUI.php.
References $availableSkillProfiles.
Referenced by init().
 Here is the caller graph for this function:| ilTestSkillEvaluationGUI::setAvailableSkills | ( | array | $availableSkills | ) | 
Definition at line 249 of file class.ilTestSkillEvaluationGUI.php.
References $availableSkills.
Referenced by init().
 Here is the caller graph for this function:| ilTestSkillEvaluationGUI::setNoSkillProfileOptionEnabled | ( | bool | $noSkillProfileOptionEnabled | ) | 
Definition at line 229 of file class.ilTestSkillEvaluationGUI.php.
References $noSkillProfileOptionEnabled.
Referenced by init().
 Here is the caller graph for this function:| ilTestSkillEvaluationGUI::setObjectiveOrientedContainer | ( | $objectiveOrientedContainer | ) | 
| ilTestObjectiveOrientedContainer | $objectiveOrientedContainer | 
Definition at line 92 of file class.ilTestSkillEvaluationGUI.php.
References $objectiveOrientedContainer.
| ilTestSkillEvaluationGUI::setQuestionList | ( | $questionList | ) | 
| ilAssQuestionList | $questionList | 
Definition at line 76 of file class.ilTestSkillEvaluationGUI.php.
References $questionList.
| ilTestSkillEvaluationGUI::setTestSession | ( | ilTestSession | $testSession | ) | 
Definition at line 214 of file class.ilTestSkillEvaluationGUI.php.
References $testSession.
      
  | 
  private | 
Definition at line 163 of file class.ilTestSkillEvaluationGUI.php.
References buildEvaluationToolbarGUI(), buildPersonalSkillsGUI(), ILIAS\Repository\ctrl(), getAvailableSkills(), getTestSession(), and init().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 49 of file class.ilTestSkillEvaluationGUI.php.
Referenced by getAvailableSkillProfiles(), and setAvailableSkillProfiles().
      
  | 
  protected | 
Definition at line 50 of file class.ilTestSkillEvaluationGUI.php.
Referenced by getAvailableSkills(), and setAvailableSkills().
      
  | 
  protected | 
Definition at line 48 of file class.ilTestSkillEvaluationGUI.php.
Referenced by isNoSkillProfileOptionEnabled(), and setNoSkillProfileOptionEnabled().
      
  | 
  private | 
Definition at line 45 of file class.ilTestSkillEvaluationGUI.php.
Referenced by getObjectiveOrientedContainer(), and setObjectiveOrientedContainer().
      
  | 
  private | 
Definition at line 46 of file class.ilTestSkillEvaluationGUI.php.
Referenced by getQuestionList(), and setQuestionList().
      
  | 
  protected | 
Definition at line 51 of file class.ilTestSkillEvaluationGUI.php.
      
  | 
  private | 
Definition at line 44 of file class.ilTestSkillEvaluationGUI.php.
Referenced by getTestSession(), and setTestSession().
| const ilTestSkillEvaluationGUI::CMD_SHOW = 'show' | 
Definition at line 42 of file class.ilTestSkillEvaluationGUI.php.
Referenced by ilTestSkillEvaluationToolbarGUI\build().
| const ilTestSkillEvaluationGUI::INVOLVE_SKILLS_BELOW_NUM_ANSWERS_BARRIER_FOR_GAP_ANALASYS = false | 
Definition at line 39 of file class.ilTestSkillEvaluationGUI.php.
| const ilTestSkillEvaluationGUI::SKILL_PROFILE_PARAM = 'skill_profile' | 
Definition at line 41 of file class.ilTestSkillEvaluationGUI.php.
Referenced by ilTestSkillEvaluationToolbarGUI\build().