ILIAS
Release_3_10_x_branch Revision 61812
|
Class ilObjSCORM2004LearningModule. More...
Public Member Functions | |
ilObjSCORM2004LearningModule ($a_id=0, $a_call_by_reference=true) | |
Constructor public. | |
validate ($directory) | |
Validate all XML-Files in a SCOM-Directory. | |
readObject () | |
read manifest file public | |
fixReload () | |
convert_1_2_to_2004 ($manifest) | |
getTrackedUsers ($a_search) | |
get all tracked items of current user | |
deleteTrackingDataOfUsers ($a_users) | |
get all tracked items of current user | |
getTrackedItems () | |
get all tracked items of current user | |
getTrackingDataAgg ($a_sco_id) | |
getAttemptsForUser ($a_user_id) | |
get number of atttempts for a certain user and package | |
getModuleVersionForUser ($a_user_id) | |
get module version that tracking data for a user was recorded on | |
exportSelected ($a_exportall=0, $a_user) | |
importSuccess ($a_file) | |
_ISODurationToCentisec ($str) | |
convert ISO 8601 Timeperiods to centiseconds ta | |
_getTrackingItems ($a_obj_id) | |
get all tracking items of scorm object | |
Public Member Functions inherited from ilObjSCORMLearningModule | |
ilObjSCORMLearningModule ($a_id=0, $a_call_by_reference=true) | |
Constructor public. | |
getValidationSummary () | |
getTrackingItems () | |
getTrackingDataPerUser ($a_sco_id, $a_user_id) | |
getTrackingDataAggSco ($a_sco_id) | |
exportSelectedRaw ($a_exportall=0, $a_user) | |
importTrackingData ($a_file) | |
get_user_id ($a_login) | |
getUserIdEmail ($a_mail) | |
assumes that only one account exists for a mailadress | |
sendExportFile ($a_header, $a_content) | |
send export file to browser | |
Public Member Functions inherited from ilObjSAHSLearningModule | |
ilObjSAHSLearningModule ($a_id=0, $a_call_by_reference=true) | |
Constructor public. | |
create () | |
create file based lm | |
read () | |
read object | |
_lookupOnline ($a_id) | |
check wether scorm module is online | |
_lookupSubType ($a_obj_id) | |
lookup subtype id (scorm, aicc, hacp) | |
createDataDirectory () | |
get title of content object | |
getDataDirectory ($mode="filesystem") | |
get data directory of lm | |
getAPIAdapterName () | |
get api adapter name | |
setAPIAdapterName ($a_api) | |
set api adapter name | |
getAPIFunctionsPrefix () | |
get api functions prefix | |
setAPIFunctionsPrefix ($a_prefix) | |
set api functions prefix | |
getCreditMode () | |
get credit mode | |
setCreditMode ($a_credit_mode) | |
set credit mode | |
setDefaultLessonMode ($a_lesson_mode) | |
set default lesson mode | |
getDefaultLessonMode () | |
get default lesson mode | |
setAutoReview ($a_auto_review) | |
get auto review | |
getAutoReview () | |
set auto review | |
getMaxAttempt () | |
get max attempt | |
setMaxAttempt ($a_max_attempt) | |
set max attempt | |
getModuleVersion () | |
get max attempt | |
setModuleVersion ($a_module_version) | |
set max attempt | |
update () | |
update meta data only | |
setOnline ($a_online) | |
get online | |
getOnline () | |
set online | |
setSubType ($a_sub_type) | |
get sub type | |
getSubType () | |
set sub type | |
delete () | |
delete SCORM learning module and all related data | |
notify ($a_event, $a_ref_id, $a_parent_non_rbac_id, $a_node_id, $a_params=0) | |
notifys an object about an event occured Based on the event happend, each object may decide how it reacts. | |
Public Member Functions inherited from ilObject | |
ilObject ($a_id=0, $a_reference=true) | |
Constructor public. | |
withReferences () | |
determines wehter objects are referenced or not (got ref ids or not) | |
read ($a_force_db=false) | |
read object data from db into object | |
getId () | |
get object id public | |
setId ($a_id) | |
set object id public | |
setRefId ($a_id) | |
set reference id public | |
getRefId () | |
get reference id public | |
getType () | |
get object type public | |
setType ($a_type) | |
set object type public | |
getPresentationTitle () | |
get presentation title Normally same as title Overwritten for sessions | |
getTitle () | |
get object title public | |
getUntranslatedTitle () | |
get untranslated object title public | |
setTitle ($a_title) | |
set object title | |
getDescription () | |
get object description | |
setDescription ($a_desc) | |
set object description | |
getLongDescription () | |
get object long description (stored in object_description) | |
getImportId () | |
get import id | |
setImportId ($a_import_id) | |
set import id | |
_lookupObjIdByImportId ($a_import_id) | |
getOwner () | |
get object owner | |
getOwnerName () | |
_lookupOwnerName ($a_owner_id) | |
lookup owner name for owner id | |
setOwner ($a_owner) | |
set object owner | |
getCreateDate () | |
get create date public | |
getLastUpdateDate () | |
get last update date public | |
setObjDataRecord ($a_record) | |
set object_data record (note: this method should only be called from the ilObjectFactory class) | |
MDUpdateListener ($a_element) | |
Meta data update listener. | |
createMetaData () | |
create meta data entry | |
updateMetaData () | |
update meta data entry | |
deleteMetaData () | |
delete meta data entry | |
updateOwner () | |
update owner of object in db | |
_getIdForImportId ($a_import_id) | |
get current object id for import id (static) | |
_getAllReferences ($a_id) | |
get all reference ids of object | |
_lookupTitle ($a_id) | |
lookup object title | |
_lookupDescription ($a_id) | |
lookup object description | |
_lookupLastUpdate ($a_id, $a_as_string=false) | |
lookup last update | |
_getLastUpdateOfObjects ($a_objs) | |
Get last update for a set of media objects. | |
_lookupObjId ($a_id) | |
_setDeletedDate ($a_ref_id) | |
only called in ilTree::saveSubTree | |
_resetDeletedDate ($a_ref_id) | |
only called in ilObjectGUI::insertSavedNodes | |
_writeTitle ($a_obj_id, $a_title) | |
write title to db (static) | |
_writeDescription ($a_obj_id, $a_desc) | |
write description to db (static) | |
_writeImportId ($a_obj_id, $a_import_id) | |
write import id to db (static) | |
_lookupType ($a_id, $a_reference=false) | |
lookup object type | |
_isInTrash ($a_ref_id) | |
checks wether object is in trash | |
_hasUntrashedReference ($a_obj_id) | |
checks wether an object has at least one reference that is not in trash | |
_lookupObjectId ($a_ref_id) | |
lookup object id | |
_getObjectsDataForType ($a_type, $a_omit_trash=false) | |
get all objects of a certain type | |
putInTree ($a_parent_ref) | |
maybe this method should be in tree object!? | |
setPermissions ($a_parent_ref) | |
set permissions of object | |
createReference () | |
creates reference for object | |
countReferences () | |
count references of object | |
initDefaultRoles () | |
init default roles settings Purpose of this function is to create a local role folder and local roles, that are needed depending on the object type If you want to setup default local roles you MUST overwrite this method in derived object classes (see ilObjForum for an example) public | |
createRoleFolder () | |
creates a local role folder | |
setRegisterMode ($a_bool) | |
isUserRegistered ($a_user_id=0) | |
requireRegistration () | |
getXMLZip () | |
getHTMLDirectory () | |
cloneObject ($a_target_id, $a_copy_id=0) | |
Clone object permissions, put in tree ... | |
appendCopyInfo ($a_target_id, $a_copy_id) | |
Prepend Copy info if object with same name exists in that container. | |
cloneDependencies ($a_target_id, $a_copy_id) | |
Clone object dependencies. | |
cloneMetaData ($target_obj) | |
Copy meta data. |
Static Public Member Functions | |
static | _getStatus ($a_obj_id, $a_user_id) |
static | _getSatisfied ($a_obj_id, $a_user_id) |
static | _getMeasure ($a_obj_id, $a_user_id) |
static | _lookupItemTitle ($a_node_id) |
Data Fields | |
$validator | |
const | CONVERT_XSL = './Modules/Scorm2004/templates/xsl/op/scorm12To2004.xsl' |
const | WRAPPER_HTML = './Modules/Scorm2004/scripts/converter/GenericRunTimeWrapper1.0_aadlc/GenericRunTimeWrapper.htm' |
const | WRAPPER_JS = './Modules/Scorm2004/scripts/converter/GenericRunTimeWrapper1.0_aadlc/SCOPlayerWrapper.js' |
Data Fields inherited from ilObjSCORMLearningModule | |
$validator | |
Data Fields inherited from ilObjSAHSLearningModule | |
$validator | |
Data Fields inherited from ilObject | |
$ilias | |
$lng | |
$id | |
$ref_id | |
$type | |
$title | |
$untranslatedTitle | |
$desc | |
$long_desc | |
$owner | |
$create_date | |
$last_update | |
$import_id | |
$register = false | |
$referenced | |
$objectList | |
$max_title | |
$max_desc | |
$add_dots | |
$obj_data_record | |
object_data record |
Class ilObjSCORM2004LearningModule.
Definition at line 35 of file class.ilObjSCORM2004LearningModule.php.
|
static |
Definition at line 742 of file class.ilObjSCORM2004LearningModule.php.
References DB_FETCHMODE_ASSOC.
|
static |
Definition at line 723 of file class.ilObjSCORM2004LearningModule.php.
References DB_FETCHMODE_ASSOC.
|
static |
Definition at line 704 of file class.ilObjSCORM2004LearningModule.php.
References DB_FETCHMODE_ASSOC.
ilObjSCORM2004LearningModule::_getTrackingItems | ( | $a_obj_id | ) |
get all tracking items of scorm object
currently a for learning progress only
static
Reimplemented from ilObjSCORMLearningModule.
Definition at line 671 of file class.ilObjSCORM2004LearningModule.php.
References $res, and DB_FETCHMODE_ASSOC.
Referenced by ilLPCollections\_getPossibleSAHSItems().
ilObjSCORM2004LearningModule::_ISODurationToCentisec | ( | $str | ) |
convert ISO 8601 Timeperiods to centiseconds ta
static
Definition at line 609 of file class.ilObjSCORM2004LearningModule.php.
|
static |
Definition at line 761 of file class.ilObjSCORM2004LearningModule.php.
References DB_FETCHMODE_ASSOC.
Referenced by ilLPStatusSCORM\_getStatusInfo(), getTrackedItems(), and getTrackingDataAgg().
ilObjSCORM2004LearningModule::convert_1_2_to_2004 | ( | $manifest | ) |
Definition at line 236 of file class.ilObjSCORM2004LearningModule.php.
References $ilLog, $ret, fixReload(), and ilObjSAHSLearningModule\getDataDirectory().
Referenced by readObject().
ilObjSCORM2004LearningModule::deleteTrackingDataOfUsers | ( | $a_users | ) |
get all tracked items of current user
Definition at line 352 of file class.ilObjSCORM2004LearningModule.php.
References $user, and ilObject\getId().
ilObjSCORM2004LearningModule::exportSelected | ( | $a_exportall = 0 , |
|
$a_user | |||
) |
Reimplemented from ilObjSCORMLearningModule.
Definition at line 478 of file class.ilObjSCORM2004LearningModule.php.
References $user, ilObject\_exists(), DB_FETCHMODE_ASSOC, ilObject\getId(), and ilObjSCORMLearningModule\sendExportFile().
ilObjSCORM2004LearningModule::fixReload | ( | ) |
Definition at line 227 of file class.ilObjSCORM2004LearningModule.php.
References $out.
Referenced by convert_1_2_to_2004().
ilObjSCORM2004LearningModule::getAttemptsForUser | ( | $a_user_id | ) |
get number of atttempts for a certain user and package
Reimplemented from ilObjSCORMLearningModule.
Definition at line 436 of file class.ilObjSCORM2004LearningModule.php.
References DB_FETCHMODE_ASSOC, and ilObject\getId().
Referenced by getTrackedUsers().
ilObjSCORM2004LearningModule::getModuleVersionForUser | ( | $a_user_id | ) |
get module version that tracking data for a user was recorded on
Reimplemented from ilObjSCORMLearningModule.
Definition at line 458 of file class.ilObjSCORM2004LearningModule.php.
References DB_FETCHMODE_ASSOC, and ilObject\getId().
Referenced by getTrackedUsers().
ilObjSCORM2004LearningModule::getTrackedItems | ( | ) |
get all tracked items of current user
Reimplemented from ilObjSCORMLearningModule.
Definition at line 366 of file class.ilObjSCORM2004LearningModule.php.
References _lookupItemTitle(), DB_FETCHMODE_ASSOC, and ilObject\getId().
ilObjSCORM2004LearningModule::getTrackedUsers | ( | $a_search | ) |
get all tracked items of current user
Reimplemented from ilObjSCORMLearningModule.
Definition at line 306 of file class.ilObjSCORM2004LearningModule.php.
References $user, ilObject\_exists(), ilObjUser\_lookupLogin(), ilObjUser\_lookupName(), DB_FETCHMODE_ASSOC, ilDatePresentation\formatDate(), getAttemptsForUser(), ilObject\getId(), getModuleVersionForUser(), and IL_CAL_UNIX.
ilObjSCORM2004LearningModule::getTrackingDataAgg | ( | $a_sco_id | ) |
Reimplemented from ilObjSCORMLearningModule.
Definition at line 390 of file class.ilObjSCORM2004LearningModule.php.
References $_GET, $data, ilObject\$title, _lookupItemTitle(), ilFormat\_secondsToString(), DB_FETCHMODE_ASSOC, ilDatePresentation\formatDate(), ilObject\getId(), and IL_CAL_UNIX.
ilObjSCORM2004LearningModule::ilObjSCORM2004LearningModule | ( | $a_id = 0 , |
|
$a_call_by_reference = true |
|||
) |
Constructor public.
integer | reference_id or object_id |
boolean | treat the id as reference_id (true) or object_id (false) |
Definition at line 50 of file class.ilObjSCORM2004LearningModule.php.
References ilObject\ilObject().
ilObjSCORM2004LearningModule::importSuccess | ( | $a_file | ) |
Reimplemented from ilObjSCORMLearningModule.
Definition at line 557 of file class.ilObjSCORM2004LearningModule.php.
References $data, DB_FETCHMODE_ASSOC, ilObjSCORMLearningModule\get_user_id(), and ilObject\getId().
ilObjSCORM2004LearningModule::readObject | ( | ) |
read manifest file public
Reimplemented from ilObjSCORMLearningModule.
Definition at line 75 of file class.ilObjSCORM2004LearningModule.php.
References ilObject\$ilias, ilObject\$lng, $n, convert_1_2_to_2004(), ilObjSAHSLearningModule\getDataDirectory(), ilObject\getId(), ilObjSCORMLearningModule\getValidationSummary(), seems_not_utf8(), and validate().
ilObjSCORM2004LearningModule::validate | ( | $directory | ) |
Validate all XML-Files in a SCOM-Directory.
public
Reimplemented from ilObjSCORMLearningModule.
Definition at line 63 of file class.ilObjSCORM2004LearningModule.php.
Referenced by readObject().
ilObjSCORM2004LearningModule::$validator |
Definition at line 37 of file class.ilObjSCORM2004LearningModule.php.
const ilObjSCORM2004LearningModule::CONVERT_XSL = './Modules/Scorm2004/templates/xsl/op/scorm12To2004.xsl' |
Definition at line 40 of file class.ilObjSCORM2004LearningModule.php.
const ilObjSCORM2004LearningModule::WRAPPER_HTML = './Modules/Scorm2004/scripts/converter/GenericRunTimeWrapper1.0_aadlc/GenericRunTimeWrapper.htm' |
Definition at line 41 of file class.ilObjSCORM2004LearningModule.php.
const ilObjSCORM2004LearningModule::WRAPPER_JS = './Modules/Scorm2004/scripts/converter/GenericRunTimeWrapper1.0_aadlc/SCOPlayerWrapper.js' |
Definition at line 42 of file class.ilObjSCORM2004LearningModule.php.