4 require_once
'Services/UIComponent/Toolbar/classes/class.ilToolbarGUI.php';
5 require_once
'Services/UIComponent/Button/classes/class.ilLinkButton.php';
6 require_once
'Services/Form/classes/class.ilSelectInputGUI.php';
47 parent::__construct();
95 $link->setUrl($this->ctrl->getLinkTargetByClass(
'ilTestEvaluationGUI',
'outUserResultsOverview'));
96 $link->setCaption($this->lng->txt(
"tst_show_results"),
false);
102 $this->
setFormAction($this->ctrl->getFormAction($this->parentGUI));
104 $select =
new ilSelectInputGUI($this->lng->txt(
"tst_analysis"), self::SKILL_PROFILE_PARAM);
118 $options[0] = $this->lng->txt(
'tst_all_test_competences');;
123 $options[$skillProfileId] =
"{$this->lng->txt('tst_gap_analysis')}: {$skillProfileTitle}";
131 if( isset($postData[self::SKILL_PROFILE_PARAM]) )
133 return (
int)$postData[self::SKILL_PROFILE_PARAM];
This class provides processing control methods.
if(!is_array($argv)) $options
Create styles array
The data for the language used.