Detailed Description
Constructor & Destructor Documentation
Member Function Documentation
ilTestSkillEvaluationGUI::buildEvaluationToolbarGUI |
( |
|
$usrId, |
|
|
|
$selectedSkillProfileId |
|
) |
| |
|
private |
Definition at line 117 of file class.ilTestSkillEvaluationGUI.php.
Referenced by showCmd().
{
$availableSkillProfiles = $this->skillEvaluation->getAssignedSkillMatchingSkillProfiles(
$usrId
);
$noSkillProfileOptionEnabled = $this->skillEvaluation->noProfileMatchingAssignedSkillExists(
$usrId, $availableSkillProfiles
);
$gui->setAvailableSkillProfiles($availableSkillProfiles);
$gui->setNoSkillProfileOptionEnabled($noSkillProfileOptionEnabled);
$gui->setSelectedEvaluationMode($selectedSkillProfileId);
$gui->build();
return $gui;
}
ilTestSkillEvaluationGUI::buildPersonalSkillsGUI |
( |
|
$usrId, |
|
|
|
$selectedSkillProfileId |
|
) |
| |
|
private |
Definition at line 138 of file class.ilTestSkillEvaluationGUI.php.
Referenced by showCmd().
{
$availableSkills = $this->skillEvaluation->getUniqueAssignedSkillsForPersonalSkillGUI();
$reachedSkillLevels = $this->skillEvaluation->getReachedSkillLevelsForPersonalSkillGUI();
$gui->setAvailableSkills($availableSkills);
$gui->setSelectedSkillProfile($selectedSkillProfileId);
$gui->setReachedSkillLevels($reachedSkillLevels);
$gui->setUsrId($usrId);
return $gui;
}
ilTestSkillEvaluationGUI::executeCommand |
( |
| ) |
|
ilTestSkillEvaluationGUI::isAccessDenied |
( |
| ) |
|
|
private |
ilTestSkillEvaluationGUI::manageTabs |
( |
|
$cmd | ) |
|
|
private |
Definition at line 89 of file class.ilTestSkillEvaluationGUI.php.
Referenced by executeCommand().
{
$this->tabs->clearTargets();
$this->tabs->setBackTarget(
$this->lng->txt('tst_results_back_introduction'),
$this->ctrl->getLinkTargetByClass('ilObjTestGUI', 'infoScreen')
);
}
ilTestSkillEvaluationGUI::showCmd |
( |
| ) |
|
|
private |
Field Documentation
ilTestSkillEvaluationGUI::$ctrl |
|
private |
ilTestSkillEvaluationGUI::$db |
|
private |
ilTestSkillEvaluationGUI::$lng |
|
private |
ilTestSkillEvaluationGUI::$skillEvaluation |
|
private |
ilTestSkillEvaluationGUI::$tabs |
|
private |
ilTestSkillEvaluationGUI::$testOBJ |
|
private |
ilTestSkillEvaluationGUI::$testSessionFactory |
|
private |
ilTestSkillEvaluationGUI::$tpl |
|
private |
const ilTestSkillEvaluationGUI::CMD_SHOW = 'show' |
The documentation for this class was generated from the following file: