|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilTestSkillEvaluationGUI:Public Member Functions | |
| __construct (ilCtrl $ctrl, ilTabsGUI $tabs, ilGlobalTemplateInterface $tpl, ilLanguage $lng, ilDBInterface $db, ilObjTest $testOBJ) | |
| getQuestionList () | |
| setQuestionList ($questionList) | |
| getObjectiveOrientedContainer () | |
| setObjectiveOrientedContainer ($objectiveOrientedContainer) | |
| executeCommand () | |
| setTestSession ($testSession) | |
| getTestSession () | |
| isNoSkillProfileOptionEnabled () | |
| setNoSkillProfileOptionEnabled ($noSkillProfileOptionEnabled) | |
| getAvailableSkillProfiles () | |
| setAvailableSkillProfiles ($availableSkillProfiles) | |
| getAvailableSkills () | |
| setAvailableSkills ($availableSkills) | |
Data Fields | |
| const | INVOLVE_SKILLS_BELOW_NUM_ANSWERS_BARRIER_FOR_GAP_ANALASYS = false |
| const | CMD_SHOW = 'show' |
Protected Member Functions | |
| init ($skillProfileEnabled) | |
Protected Attributes | |
| $testOBJ | |
| $noSkillProfileOptionEnabled = false | |
| $availableSkillProfiles = array() | |
| $availableSkills = array() | |
| $testPassesSelector = null | |
Private Member Functions | |
| isAccessDenied () | |
| manageTabs ($cmd) | |
| showCmd () | |
| buildEvaluationToolbarGUI ($selectedSkillProfileId) | |
| buildPersonalSkillsGUI ($usrId, $selectedSkillProfileId, $availableSkills) | |
Private Attributes | |
| $ctrl | |
| $tpl | |
| $lng | |
| $db | |
| $testSession | |
| $objectiveOrientedContainer | |
| $questionList | |
Definition at line 31 of file class.ilTestSkillEvaluationGUI.php.
| ilTestSkillEvaluationGUI::__construct | ( | ilCtrl | $ctrl, |
| ilTabsGUI | $tabs, | ||
| ilGlobalTemplateInterface | $tpl, | ||
| ilLanguage | $lng, | ||
| ilDBInterface | $db, | ||
| ilObjTest | $testOBJ | ||
| ) |
Definition at line 85 of file class.ilTestSkillEvaluationGUI.php.
References $ctrl, $db, $lng, $testOBJ, $tpl, ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
private |
Definition at line 232 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 249 of file class.ilTestSkillEvaluationGUI.php.
References $availableSkills, and ILIAS\Repository\lng().
Referenced by showCmd().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestSkillEvaluationGUI::executeCommand | ( | ) |
Definition at line 126 of file class.ilTestSkillEvaluationGUI.php.
References ILIAS\Repository\ctrl(), and manageTabs().
Here is the call graph for this function:| ilTestSkillEvaluationGUI::getAvailableSkillProfiles | ( | ) |
Definition at line 297 of file class.ilTestSkillEvaluationGUI.php.
References $availableSkillProfiles.
Referenced by buildEvaluationToolbarGUI().
Here is the caller graph for this function:| ilTestSkillEvaluationGUI::getAvailableSkills | ( | ) |
Definition at line 313 of file class.ilTestSkillEvaluationGUI.php.
References $availableSkills.
| ilTestSkillEvaluationGUI::getObjectiveOrientedContainer | ( | ) |
Definition at line 113 of file class.ilTestSkillEvaluationGUI.php.
References $objectiveOrientedContainer.
| ilTestSkillEvaluationGUI::getQuestionList | ( | ) |
Definition at line 97 of file class.ilTestSkillEvaluationGUI.php.
References $questionList.
Referenced by init().
Here is the caller graph for this function:| ilTestSkillEvaluationGUI::getTestSession | ( | ) |
Definition at line 273 of file class.ilTestSkillEvaluationGUI.php.
References $testSession.
Referenced by init(), and showCmd().
Here is the caller graph for this function:
|
protected |
Definition at line 157 of file class.ilTestSkillEvaluationGUI.php.
References $availableSkillProfiles, $availableSkills, ilObjAssessmentFolder\DEFAULT_SKL_TRIG_NUM_ANSWERS_BARRIER, getQuestionList(), getTestSession(), setAvailableSkillProfiles(), setAvailableSkills(), and setNoSkillProfileOptionEnabled().
Referenced by showCmd().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 135 of file class.ilTestSkillEvaluationGUI.php.
| ilTestSkillEvaluationGUI::isNoSkillProfileOptionEnabled | ( | ) |
Definition at line 281 of file class.ilTestSkillEvaluationGUI.php.
References $noSkillProfileOptionEnabled.
Referenced by buildEvaluationToolbarGUI().
Here is the caller graph for this function:
|
private |
Definition at line 140 of file class.ilTestSkillEvaluationGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:| ilTestSkillEvaluationGUI::setAvailableSkillProfiles | ( | $availableSkillProfiles | ) |
| array | $availableSkillProfiles |
Definition at line 305 of file class.ilTestSkillEvaluationGUI.php.
References $availableSkillProfiles.
Referenced by init().
Here is the caller graph for this function:| ilTestSkillEvaluationGUI::setAvailableSkills | ( | $availableSkills | ) |
| array | $availableSkills |
Definition at line 321 of file class.ilTestSkillEvaluationGUI.php.
References $availableSkills.
Referenced by init().
Here is the caller graph for this function:| ilTestSkillEvaluationGUI::setNoSkillProfileOptionEnabled | ( | $noSkillProfileOptionEnabled | ) |
| boolean | $noSkillProfileOptionEnabled |
Definition at line 289 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 121 of file class.ilTestSkillEvaluationGUI.php.
References $objectiveOrientedContainer.
| ilTestSkillEvaluationGUI::setQuestionList | ( | $questionList | ) |
| ilAssQuestionList | $questionList |
Definition at line 105 of file class.ilTestSkillEvaluationGUI.php.
References $questionList.
| ilTestSkillEvaluationGUI::setTestSession | ( | $testSession | ) |
| \ilTestSession | $testSession |
Definition at line 265 of file class.ilTestSkillEvaluationGUI.php.
References $testSession.
|
private |
Definition at line 211 of file class.ilTestSkillEvaluationGUI.php.
References buildEvaluationToolbarGUI(), buildPersonalSkillsGUI(), ILIAS\Repository\ctrl(), ilTestSkillEvaluationToolbarGUI\fetchSkillProfileParam(), getTestSession(), and init().
Here is the call graph for this function:
|
protected |
Definition at line 77 of file class.ilTestSkillEvaluationGUI.php.
Referenced by getAvailableSkillProfiles(), init(), and setAvailableSkillProfiles().
|
protected |
Definition at line 78 of file class.ilTestSkillEvaluationGUI.php.
Referenced by buildPersonalSkillsGUI(), getAvailableSkills(), init(), and setAvailableSkills().
|
private |
Definition at line 39 of file class.ilTestSkillEvaluationGUI.php.
Referenced by __construct().
|
private |
Definition at line 54 of file class.ilTestSkillEvaluationGUI.php.
Referenced by __construct().
|
private |
Definition at line 49 of file class.ilTestSkillEvaluationGUI.php.
Referenced by __construct().
|
protected |
Definition at line 76 of file class.ilTestSkillEvaluationGUI.php.
Referenced by isNoSkillProfileOptionEnabled(), and setNoSkillProfileOptionEnabled().
|
private |
Definition at line 69 of file class.ilTestSkillEvaluationGUI.php.
Referenced by getObjectiveOrientedContainer(), and setObjectiveOrientedContainer().
|
private |
Definition at line 74 of file class.ilTestSkillEvaluationGUI.php.
Referenced by getQuestionList(), and setQuestionList().
|
protected |
Definition at line 59 of file class.ilTestSkillEvaluationGUI.php.
Referenced by __construct().
|
protected |
Definition at line 83 of file class.ilTestSkillEvaluationGUI.php.
|
private |
Definition at line 64 of file class.ilTestSkillEvaluationGUI.php.
Referenced by getTestSession(), and setTestSession().
|
private |
Definition at line 44 of file class.ilTestSkillEvaluationGUI.php.
Referenced by __construct().
| const ilTestSkillEvaluationGUI::CMD_SHOW = 'show' |
Definition at line 35 of file class.ilTestSkillEvaluationGUI.php.
Referenced by ilTestSkillEvaluationToolbarGUITest\setUp().
| const ilTestSkillEvaluationGUI::INVOLVE_SKILLS_BELOW_NUM_ANSWERS_BARRIER_FOR_GAP_ANALASYS = false |
Definition at line 33 of file class.ilTestSkillEvaluationGUI.php.