ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Survey skill service GUI class. More...
Public Member Functions | |
__construct (ilObjSurvey $a_survey) | |
Constructor. More... | |
executeCommand () | |
Execute command. More... | |
listQuestionAssignment () | |
List question to skill assignment. More... | |
assignSkillToQuestion () | |
Assign skill to question. More... | |
selectSkillForQuestion () | |
Select skill for question. More... | |
removeSkillFromQuestion () | |
Remove skill from question. More... | |
setSubTabs ($a_activate) | |
Set subtabs. More... | |
Protected Attributes | |
$ctrl | |
$tpl | |
$user | |
$lng | |
$tabs | |
Survey skill service GUI class.
Definition at line 13 of file class.ilSurveySkillGUI.php.
ilSurveySkillGUI::__construct | ( | ilObjSurvey | $a_survey | ) |
Constructor.
object | $a_survey |
Definition at line 45 of file class.ilSurveySkillGUI.php.
ilSurveySkillGUI::assignSkillToQuestion | ( | ) |
Assign skill to question.
Definition at line 105 of file class.ilSurveySkillGUI.php.
References $ctrl, $ilCtrl, $ilUser, $lng, $tabs, $tpl, and $user.
ilSurveySkillGUI::executeCommand | ( | ) |
Execute command.
Definition at line 60 of file class.ilSurveySkillGUI.php.
References $ctrl, $ilCtrl, and setSubTabs().
ilSurveySkillGUI::listQuestionAssignment | ( | ) |
List question to skill assignment.
Definition at line 89 of file class.ilSurveySkillGUI.php.
ilSurveySkillGUI::removeSkillFromQuestion | ( | ) |
ilSurveySkillGUI::selectSkillForQuestion | ( | ) |
ilSurveySkillGUI::setSubTabs | ( | $a_activate | ) |
Set subtabs.
string | $a_activate | activate sub tab (ID) |
Definition at line 198 of file class.ilSurveySkillGUI.php.
References $ctrl, $ilCtrl, $lng, and $tabs.
Referenced by executeCommand().
|
protected |
Definition at line 18 of file class.ilSurveySkillGUI.php.
Referenced by assignSkillToQuestion(), executeCommand(), removeSkillFromQuestion(), selectSkillForQuestion(), and setSubTabs().
|
protected |
Definition at line 33 of file class.ilSurveySkillGUI.php.
Referenced by assignSkillToQuestion(), removeSkillFromQuestion(), selectSkillForQuestion(), and setSubTabs().
|
protected |
Definition at line 38 of file class.ilSurveySkillGUI.php.
Referenced by assignSkillToQuestion(), and setSubTabs().
|
protected |
Definition at line 23 of file class.ilSurveySkillGUI.php.
Referenced by assignSkillToQuestion(), and listQuestionAssignment().
|
protected |
Definition at line 28 of file class.ilSurveySkillGUI.php.
Referenced by assignSkillToQuestion().