4 require_once
'Services/Table/classes/class.ilTable2GUI.php';
21 $this->skillQuestionAssignmentList = $assignmentList;
26 parent::__construct($parentOBJ, $parentCmd);
31 $this->
setId(
'assQstSkl');
34 $this->
setStyle(
'table',
'fullwidth');
36 $this->
setRowTemplate(
"tpl.tst_skl_qst_assignment_row.html",
"Modules/Test");
53 $this->
addColumn($this->lng->txt(
'tst_question'),
'question',
'25%');
54 $this->
addColumn($this->lng->txt(
'tst_competence'),
'competence',
'55%');
55 $this->
addColumn($this->lng->txt(
'tst_comp_points'),
'points',
'');
56 $this->
addColumn($this->lng->txt(
'actions') ,
'actions',
'');
61 $assignments = $this->skillQuestionAssignmentList->getAssignmentsByQuestionId($question[
'question_id']);
63 $this->ctrl->setParameter($this->parent_obj,
'question_id', $question[
'question_id']);
65 $this->tpl->setCurrentBlock(
'question_title');
66 $this->tpl->setVariable(
'ROWSPAN', $this->
getRowspan($assignments));
67 $this->tpl->setVariable(
'QUESTION', $question[
'title']);
68 $this->tpl->parseCurrentBlock();
70 $this->tpl->setCurrentBlock(
'tbl_content');
72 for($i = 0, $max = count($assignments); $i < $max; $i++)
74 $assignment = $assignments[$i];
76 $this->tpl->setVariable(
'COMPETENCE', $assignment->getSkillTitle());
77 $this->tpl->setVariable(
'COMPETENCE_PATH', $assignment->getSkillPath());
81 $this->tpl->parseCurrentBlock();
82 $this->tpl->setVariable(
"CSS_ROW", $this->css_row);
83 $this->tpl->setVariable(
"CSS_NO_BORDER",
'ilBorderlessRow');
91 $cnt = count($assignments);
103 $assignmentKey = implode(
':', array(
107 return "<input type\"text\" size=\"2\" name=\"quantifiers[{$assignmentKey}]\" value=\"{$assignment->getSkillPoints()}\" />";
112 $href = $this->ctrl->getLinkTarget(
116 $label = $this->lng->txt(
'tst_assign_competence');
123 $this->ctrl->setParameter($this->parent_obj,
'skill_base_id', $assignment->
getSkillBaseId());
124 $this->ctrl->setParameter($this->parent_obj,
'skill_tref_id', $assignment->
getSkillTrefId());
126 $href = $this->ctrl->getLinkTarget(
130 $label = $this->lng->txt(
'tst_remove_competence');
132 $this->ctrl->setParameter($this->parent_obj,
'skill_base_id', null);
133 $this->ctrl->setParameter($this->parent_obj,
'skill_tref_id', null);
140 return "<a href=\"{$href}\" title=\"{$label}\">{$label}</a>";
147 foreach($assignments as $assignment)
149 $this->ctrl->setParameter($this->parent_obj,
'skill_base_id', $assignment->getSkillBaseId());
150 $this->ctrl->setParameter($this->parent_obj,
'skill_tref_id', $assignment->getSkillTrefId());
152 $href = $this->ctrl->getLinkTarget(
156 $label = $this->lng->txt(
'tst_remove_competence');
161 $href = $this->ctrl->getLinkTarget(
165 $label = $this->lng->txt(
'tst_assign_competence');
168 return implode(
'<br />', $actions);
addCommandButton($a_cmd, $a_text, $a_onclick='', $a_id="", $a_class=null)
Add Command button.
This class provides processing control methods.
setStyle($a_element, $a_style)
buildActionColumnHTML($assignments)
const CMD_SAVE_SKILL_POINTS
__construct($parentOBJ, $parentCmd, ilCtrl $ctrl, ilLanguage $lng)
const CMD_SHOW_SKILL_SELECT
buildActionLink($href, $label)
$skillQuestionAssignmentList
buildQuantifierInput(ilTestSkillQuestionAssignment $assignment)
setSkillQuestionAssignmentList(ilTestSkillQuestionAssignmentList $assignmentList)
getRemoveCompetenceActionLink(ilTestSkillQuestionAssignment $assignment)
addColumn($a_text, $a_sort_field="", $a_width="", $a_is_checkbox_action_column=false, $a_class="", $a_tooltip="")
Add a column to the header.
getAddCompetenceActionLink()
enable($a_module_name)
enables particular modules of table
const CMD_REMOVE_SKILL_QUEST_ASSIGN
setRowTemplate($a_template, $a_template_dir="")
Set row template.
getFormAction(&$a_gui_obj, $a_fallback_cmd="", $a_anchor="", $a_asynch=false, $xml_style=true)
Get form action url for gui class object.
setFormAction($a_form_action, $a_multipart=false)
Set Form action parameter.
disable($a_module_name)
diesables particular modules of table