37 if (!($requested_ref_id > 0)) {
39 'No ref id given. Aborting!',
45 $rbacsystem = $DIC[
'rbacsystem'];
47 $ilLog = $DIC[
'ilLog'];
51 'No exercise found for id: ' . $requested_ref_id,
57 return $this->
raiseError(
"Parent with ID $requested_ref_id has been deleted.",
'Client');
60 $permission_ok =
false;
62 if ($rbacsystem->checkAccess(
'read', $ref_id)) {
63 $permission_ok =
true;
68 if (!$permission_ok) {
70 'No permission to read the object with id: ' . $requested_ref_id,
76 if (!is_object($lm_obj) || $lm_obj->getType() !==
"sahs") {
78 'Wrong obj id or type for scorm object with id ' . $requested_ref_id,
83 $imsFilename = $lm_obj->getDataDirectory() . DIRECTORY_SEPARATOR .
"imsmanifest.xml";
85 if (!file_exists($imsFilename)) {
87 'Could not find manifest file for object with ref id ' . $requested_ref_id,
91 return file_get_contents($imsFilename);
105 if (!($ref_id > 0)) {
107 'No ref id given. Aborting!',
113 $rbacsystem = $DIC[
'rbacsystem'];
114 $tree = $DIC[
'tree'];
115 $ilLog = $DIC[
'ilLog'];
119 'No exercise found for id: ' . $ref_id,
125 return $this->
raiseError(
"Parent with ID $ref_id has been deleted.",
'Client');
130 return $certValidator->validate($usr_id, $obj_id);
145 if (!($a_ref_id > 0)) {
146 return $this->
raiseError(
'No ref_id given. Aborting!',
'Client');
153 'No scorm module found for id: ' . $a_ref_id,
159 return $this->
raiseError(
'Learning progress not enabled in this installation. Aborting!',
'Server');
168 return 'in_progress';
170 return 'not_attempted';
const LP_STATUS_COMPLETED_NUM
getIMSManifestXML(string $sid, int $requested_ref_id)
static _getAllReferences(int $id)
get all reference ids for object ID
const LP_STATUS_IN_PROGRESS_NUM
raiseError(string $a_message, $a_code)
hasSCORMCertificate(string $sid, int $ref_id, int $usr_id)
getSCORMCompletionStatus(string $sid, int $a_usr_id, int $a_ref_id)
static initILIAS()
ilias initialisation
static _enabledLearningProgress()
checkSession(string $sid)
static _isInTrash(int $ref_id)
static _lookupObjectId(int $ref_id)
static _lookupStatus(int $a_obj_id, int $a_user_id, bool $a_create=true)
Lookup status.
static getInstanceByObjId(?int $obj_id, bool $stop_on_error=true)
get an instance of an Ilias object by object id
const LP_STATUS_FAILED_NUM