ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct (ilObjSurvey $a_survey) | |
executeCommand () | |
listQuestionAssignment () | |
List question to skill assignment. More... | |
assignSkillToQuestion () | |
Assign skill to question. More... | |
selectSkillForQuestion () | |
removeSkillFromQuestion () | |
setSubTabs (string $a_activate) | |
Protected Attributes | |
ilObjSurvey | $survey |
ILIAS Survey Editing EditingGUIRequest | $edit_request |
ilCtrl | $ctrl |
ilGlobalPageTemplate | $tpl |
ilObjUser | $user |
ilLanguage | $lng |
ilTabsGUI | $tabs |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Survey skill service GUI class
Definition at line 24 of file class.ilSurveySkillGUI.php.
ilSurveySkillGUI::__construct | ( | ilObjSurvey | $a_survey | ) |
Definition at line 34 of file class.ilSurveySkillGUI.php.
References $DIC, ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), ILIAS\Repository\tabs(), and ILIAS\Repository\user().
ilSurveySkillGUI::assignSkillToQuestion | ( | ) |
Assign skill to question.
Definition at line 95 of file class.ilSurveySkillGUI.php.
References $ctrl, $tpl, ilCtrl\saveParameter(), and ilGlobalPageTemplate\setContent().
ilSurveySkillGUI::executeCommand | ( | ) |
Definition at line 52 of file class.ilSurveySkillGUI.php.
References $ctrl, ilCtrl\getCmd(), and setSubTabs().
ilSurveySkillGUI::listQuestionAssignment | ( | ) |
List question to skill assignment.
Definition at line 80 of file class.ilSurveySkillGUI.php.
References $tpl, and ilGlobalPageTemplate\setContent().
ilSurveySkillGUI::removeSkillFromQuestion | ( | ) |
Definition at line 133 of file class.ilSurveySkillGUI.php.
References $ctrl, $lng, and ilLanguage\txt().
ilSurveySkillGUI::selectSkillForQuestion | ( | ) |
Definition at line 113 of file class.ilSurveySkillGUI.php.
References $ctrl, $lng, ILIAS\Repository\int(), and ilLanguage\txt().
ilSurveySkillGUI::setSubTabs | ( | string | $a_activate | ) |
Definition at line 147 of file class.ilSurveySkillGUI.php.
References $ctrl, $lng, $tabs, and ilLanguage\txt().
Referenced by executeCommand().
|
protected |
Definition at line 28 of file class.ilSurveySkillGUI.php.
Referenced by assignSkillToQuestion(), executeCommand(), removeSkillFromQuestion(), selectSkillForQuestion(), and setSubTabs().
|
protected |
Definition at line 27 of file class.ilSurveySkillGUI.php.
|
protected |
Definition at line 31 of file class.ilSurveySkillGUI.php.
Referenced by removeSkillFromQuestion(), selectSkillForQuestion(), and setSubTabs().
|
protected |
Definition at line 26 of file class.ilSurveySkillGUI.php.
|
protected |
Definition at line 32 of file class.ilSurveySkillGUI.php.
Referenced by setSubTabs().
|
protected |
Definition at line 29 of file class.ilSurveySkillGUI.php.
Referenced by assignSkillToQuestion(), and listQuestionAssignment().
|
protected |
Definition at line 30 of file class.ilSurveySkillGUI.php.