ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
__construct (ilCtrl $ctrl, ilTabsGUI $tabs, ilTemplate $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) | |
isTestResultButtonRequired () | |
buildPersonalSkillsGUI ($usrId, $selectedSkillProfileId, $availableSkills) | |
Private Attributes | |
$ctrl | |
$tabs | |
$tpl | |
$lng | |
$db | |
$testSession | |
$objectiveOrientedContainer | |
$questionList | |
Definition at line 17 of file class.ilTestSkillEvaluationGUI.php.
ilTestSkillEvaluationGUI::__construct | ( | ilCtrl | $ctrl, |
ilTabsGUI | $tabs, | ||
ilTemplate | $tpl, | ||
ilLanguage | $lng, | ||
ilDBInterface | $db, | ||
ilObjTest | $testOBJ | ||
) |
|
private |
Definition at line 223 of file class.ilTestSkillEvaluationGUI.php.
References getAvailableSkillProfiles(), isNoSkillProfileOptionEnabled(), and isTestResultButtonRequired().
Referenced by showCmd().
|
private |
Definition at line 255 of file class.ilTestSkillEvaluationGUI.php.
References $availableSkills, and ilTestPersonalSkillsGUI\setAvailableSkills().
Referenced by showCmd().
ilTestSkillEvaluationGUI::executeCommand | ( | ) |
Definition at line 118 of file class.ilTestSkillEvaluationGUI.php.
References manageTabs().
ilTestSkillEvaluationGUI::getAvailableSkillProfiles | ( | ) |
Definition at line 303 of file class.ilTestSkillEvaluationGUI.php.
References $availableSkillProfiles.
Referenced by buildEvaluationToolbarGUI().
ilTestSkillEvaluationGUI::getAvailableSkills | ( | ) |
Definition at line 319 of file class.ilTestSkillEvaluationGUI.php.
References $availableSkills.
Referenced by showCmd().
ilTestSkillEvaluationGUI::getObjectiveOrientedContainer | ( | ) |
Definition at line 105 of file class.ilTestSkillEvaluationGUI.php.
References $objectiveOrientedContainer.
Referenced by manageTabs().
ilTestSkillEvaluationGUI::getQuestionList | ( | ) |
Definition at line 89 of file class.ilTestSkillEvaluationGUI.php.
References $questionList.
Referenced by init().
ilTestSkillEvaluationGUI::getTestSession | ( | ) |
Definition at line 279 of file class.ilTestSkillEvaluationGUI.php.
References $testSession.
Referenced by init(), and showCmd().
|
protected |
Definition at line 148 of file class.ilTestSkillEvaluationGUI.php.
References $availableSkillProfiles, $availableSkills, array, ilObjAssessmentFolder\DEFAULT_SKL_TRIG_NUM_ANSWERS_BARRIER, getQuestionList(), getTestSession(), setAvailableSkillProfiles(), setAvailableSkills(), setNoSkillProfileOptionEnabled(), and ilTestSkillEvaluation\setUserId().
Referenced by showCmd().
|
private |
Definition at line 127 of file class.ilTestSkillEvaluationGUI.php.
ilTestSkillEvaluationGUI::isNoSkillProfileOptionEnabled | ( | ) |
Definition at line 287 of file class.ilTestSkillEvaluationGUI.php.
References $noSkillProfileOptionEnabled.
Referenced by buildEvaluationToolbarGUI().
|
private |
Definition at line 242 of file class.ilTestSkillEvaluationGUI.php.
Referenced by buildEvaluationToolbarGUI().
|
private |
Definition at line 132 of file class.ilTestSkillEvaluationGUI.php.
References ilLink\_getLink(), and getObjectiveOrientedContainer().
Referenced by executeCommand().
ilTestSkillEvaluationGUI::setAvailableSkillProfiles | ( | $availableSkillProfiles | ) |
array | $availableSkillProfiles |
Definition at line 311 of file class.ilTestSkillEvaluationGUI.php.
References $availableSkillProfiles.
Referenced by init().
ilTestSkillEvaluationGUI::setAvailableSkills | ( | $availableSkills | ) |
array | $availableSkills |
Definition at line 327 of file class.ilTestSkillEvaluationGUI.php.
References $availableSkills.
Referenced by init().
ilTestSkillEvaluationGUI::setNoSkillProfileOptionEnabled | ( | $noSkillProfileOptionEnabled | ) |
boolean | $noSkillProfileOptionEnabled |
Definition at line 295 of file class.ilTestSkillEvaluationGUI.php.
References $noSkillProfileOptionEnabled.
Referenced by init().
ilTestSkillEvaluationGUI::setObjectiveOrientedContainer | ( | $objectiveOrientedContainer | ) |
ilTestObjectiveOrientedContainer | $objectiveOrientedContainer |
Definition at line 113 of file class.ilTestSkillEvaluationGUI.php.
References $objectiveOrientedContainer.
ilTestSkillEvaluationGUI::setQuestionList | ( | $questionList | ) |
ilAssQuestionList | $questionList |
Definition at line 97 of file class.ilTestSkillEvaluationGUI.php.
References $questionList.
ilTestSkillEvaluationGUI::setTestSession | ( | $testSession | ) |
\ilTestSession | $testSession |
Definition at line 271 of file class.ilTestSkillEvaluationGUI.php.
References $testSession.
|
private |
Definition at line 202 of file class.ilTestSkillEvaluationGUI.php.
References $_POST, buildEvaluationToolbarGUI(), buildPersonalSkillsGUI(), ilTestSkillEvaluationToolbarGUI\fetchSkillProfileParam(), getAvailableSkills(), getTestSession(), and init().
|
protected |
Definition at line 68 of file class.ilTestSkillEvaluationGUI.php.
Referenced by getAvailableSkillProfiles(), init(), and setAvailableSkillProfiles().
|
protected |
Definition at line 69 of file class.ilTestSkillEvaluationGUI.php.
Referenced by buildPersonalSkillsGUI(), getAvailableSkills(), init(), and setAvailableSkills().
|
private |
Definition at line 25 of file class.ilTestSkillEvaluationGUI.php.
Referenced by __construct().
|
private |
Definition at line 45 of file class.ilTestSkillEvaluationGUI.php.
Referenced by __construct().
|
private |
Definition at line 40 of file class.ilTestSkillEvaluationGUI.php.
Referenced by __construct().
|
protected |
Definition at line 67 of file class.ilTestSkillEvaluationGUI.php.
Referenced by isNoSkillProfileOptionEnabled(), and setNoSkillProfileOptionEnabled().
|
private |
Definition at line 60 of file class.ilTestSkillEvaluationGUI.php.
Referenced by getObjectiveOrientedContainer(), and setObjectiveOrientedContainer().
|
private |
Definition at line 65 of file class.ilTestSkillEvaluationGUI.php.
Referenced by getQuestionList(), and setQuestionList().
|
private |
Definition at line 30 of file class.ilTestSkillEvaluationGUI.php.
Referenced by __construct().
|
protected |
Definition at line 50 of file class.ilTestSkillEvaluationGUI.php.
Referenced by __construct().
|
protected |
Definition at line 74 of file class.ilTestSkillEvaluationGUI.php.
|
private |
Definition at line 55 of file class.ilTestSkillEvaluationGUI.php.
Referenced by getTestSession(), and setTestSession().
|
private |
Definition at line 35 of file class.ilTestSkillEvaluationGUI.php.
Referenced by __construct().
const ilTestSkillEvaluationGUI::CMD_SHOW = 'show' |
Definition at line 21 of file class.ilTestSkillEvaluationGUI.php.
Referenced by ilTestResultsToolbarGUI\build(), and ilTestInfoScreenToolbarGUI\build().
const ilTestSkillEvaluationGUI::INVOLVE_SKILLS_BELOW_NUM_ANSWERS_BARRIER_FOR_GAP_ANALASYS = false |
Definition at line 19 of file class.ilTestSkillEvaluationGUI.php.