19 declare(strict_types=0);
32 if (!isset(self::$possible_items[$this->obj_id])) {
38 foreach (ilObjAICCLearningModule::_getTrackingItems(
41 $items[$item[
'obj_id']][
'title'] = $item[
'title'];
49 $items[$item->getId()][
'title'] = $item->getTitle();
57 $items[$item[
'id']][
'title'] = $item[
'title'];
77 $tmp[
'title'] = $item[
'title'];
99 return ilObjAICCLearningModule::_getScoresForUser(
117 return array(
"raw" =>
null,
"max" =>
null,
"scaled" =>
null);
129 $new_collection =
new static($target_obj_id,
$this->mode);
130 $possible_items = $new_collection->getPossibleItems();
131 foreach ($this->items as $item_id) {
132 foreach ($possible_items as $pos_item_id => $pos_item) {
134 $new_collection->addEntry($pos_item_id);
145 $res_a = $DIC->database()->query(
146 'SELECT import_id, identifierref FROM sc_item WHERE obj_id = ' . $DIC->database(
152 $res_b = $DIC->database()->query(
153 'SELECT import_id, identifierref FROM sc_item WHERE obj_id = ' . $DIC->database(
162 && ($res_a[
'import_id'] == $res_b[
'import_id'])
163 && ($res_a[
'identifierref'] == $res_b[
'identifierref'])
166 $res_a = $DIC->database()->query(
167 'SELECT id, resourceid FROM cp_item WHERE cp_node_id = ' . $DIC->database(
173 $res_b = $DIC->database()->query(
174 'SELECT id, resourceid FROM cp_item WHERE cp_node_id = ' . $DIC->database(
183 && ($res_a[
'import_id'] == $res_b[
'import_id'])
184 && ($res_a[
'identifierref'] == $res_b[
'identifierref'])
isAssignedEntry(int $a_item_id)
itemsAreEqual(int $item_a_id, int $item_b_id)
cloneCollection(int $a_target_id, int $a_copy_id)
Scorm items are not copied, they are newly created by reading the manifest.
static _getTrackingItems(int $a_obj_id)
get all tracking items of scorm object
static _lookupSubType(int $a_obj_id)
lookup subtype id (scorm, )
static _lookupObjId(int $ref_id)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
static _getScoresForUser(int $a_item_id, int $a_user_id)
getTableGUIData(int $a_parent_ref_id)
static _getScores2004ForUser(int $a_cp_node_id, int $a_user)
getScoresForUserAndCP_Node_Id(int $item_id, int $user_id)
LP collection base class.
static _getTrackingItems(int $a_obj_id)
get all tracking items of scorm object currently a for learning progress only
static array $possible_items