4 include_once
'./Services/Table/classes/class.ilTable2GUI.php';
21 public function __construct($a_obj_id,$a_parent_obj,$a_parent_cmd)
23 $this->obj_id = $a_obj_id;
25 $this->
setId(
'sco_tr_usr_'.$this->obj_id);
44 $this->user_id = $a_usr_id;
62 include_once(
"./Modules/ScormAicc/classes/SCORM/class.ilSCORMItem.php");
88 foreach($sco_data as
$row)
104 $this->tpl->setVariable(
'VAR', $a_set[
'lvalue']);
105 $this->tpl->setVariable(
'VAL', $a_set[
'rvalue']);
116 $this->
setFormAction($ilCtrl->getFormAction($this->getParentObject()));
117 $this->
setRowTemplate(
'tpl.scorm_track_item_per_user.html',
'Modules/ScormAicc');
119 $this->
getSco()->getTitle().
' - '.
123 $this->
addColumn($this->lng->txt(
'cont_lvalue'),
'lvalue',
'50%');
124 $this->
addColumn($this->lng->txt(
'cont_rvalue'),
'rvalue',
'50%');