68 $this->
setId(self::TABLE_ID . $this->poolId);
69 $this->
setPrefix(self::TABLE_ID . $this->poolId);
72 $this->
setRowTemplate(
"tpl.il_as_qpl_skl_assign_stat_row.html",
"components/ILIAS/TestQuestionPool");#
80 switch ($this->myCtrl->getNextClass()) {
81 case strtolower(__CLASS__):
84 $command = $this->myCtrl->getCmd(self::CMD_SHOW) .
'Cmd';
85 return (
bool) $this->$command();
104 $this->myTpl->setContent($this->myCtrl->getHTML($this));
109 $this->
addColumn($this->myLng->txt(
'qpl_qst_skl_usg_skill_col'),
'skill_title',
'50%');
110 $this->
addColumn($this->myLng->txt(
'qpl_qst_skl_usg_numq_col'),
'num_questions',
'');
111 $this->
addColumn($this->myLng->txt(
'qpl_qst_skl_usg_sklpnt_col'),
'max_skill_points',
'');
116 $this->tpl->setVariable(
'SKILL_TITLE', $a_set[
'skill_title']);
117 $this->tpl->setVariable(
'SKILL_PATH', $a_set[
'skill_path']);
118 $this->tpl->setVariable(
'NUM_QUESTIONS', $a_set[
'num_questions']);
119 $this->tpl->setVariable(
'MAX_SKILL_POINTS', $a_set[
'max_skill_points']);
125 case 'num_questions':
126 case 'max_skill_points':
137 $assignmentList->setParentObjId($this->poolId);
138 $assignmentList->loadFromDb();
139 $assignmentList->loadAdditionalSkillData();
141 return $assignmentList->getUniqueAssignedSkills();
148 foreach ($assignedSkills as $assignedSkill) {
150 'skill_title' => $assignedSkill[
'skill_title'],
151 'skill_path' => $assignedSkill[
'skill_path'],
152 'num_questions' => $assignedSkill[
'num_assigns'],
153 'max_skill_points' => $assignedSkill[
'max_points'],
numericOrdering(string $a_field)
__construct(ilCtrl $myCtrl, ilGlobalTemplateInterface $myTpl, ilLanguage $myLng, ilDBInterface $myDb, $poolId)
getUniqueAssignedSkillsStats()
setDefaultOrderField(string $a_defaultorderfield)
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
setDefaultOrderDirection(string $a_defaultorderdirection)
buildTableRowsArray($assignedSkills)
__construct(Container $dic, ilPlugin $plugin)
addColumn(string $a_text, string $a_sort_field="", string $a_width="", bool $a_is_checkbox_action_column=false, string $a_class="", string $a_tooltip="", bool $a_tooltip_with_html=false)
setPrefix(string $a_prefix)