ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Class ilObjExercise. More...
Public Member Functions | |
ilObjExercise ($a_id=0, $a_call_by_reference=true) | |
Constructor public. More... | |
setDate ($a_hour, $a_minutes, $a_day, $a_month, $a_year) | |
getTimestamp () | |
setTimestamp ($a_timestamp) | |
setInstruction ($a_instruction) | |
getInstruction () | |
setPassMode ($a_val) | |
Set pass mode (all | nr) More... | |
getPassMode () | |
Get pass mode (all | nr) More... | |
setPassNr ($a_val) | |
Set number of assignments that must be passed to pass the exercise. More... | |
getPassNr () | |
Get number of assignments that must be passed to pass the exercise. More... | |
setShowSubmissions ($a_val) | |
Set whether submissions of learners should be shown to other learners after deadline. More... | |
getShowSubmissions () | |
Get whether submissions of learners should be shown to other learners after deadline. More... | |
checkDate () | |
saveData () | |
cloneObject ($a_target_id, $a_copy_id=0) | |
Clone exercise (no member data) More... | |
delete () | |
delete course and all related data More... | |
notify ($a_event, $a_ref_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. More... | |
read () | |
update () | |
sendAssignment (ilExAssignment $a_ass, $a_members) | |
send exercise per mail to members More... | |
determinStatusOfUser ($a_user_id=0) | |
Determine status of user. More... | |
updateUserStatus ($a_user_id=0) | |
Update exercise status of user. More... | |
updateAllUsersStatus () | |
Update status of all users. More... | |
exportGradesExcel () | |
Exports grades as excel. More... | |
sendFeedbackFileNotification ($a_feedback_file, $a_user_id, $a_ass_id, $a_is_text_feedback=false) | |
Send feedback file notification to user. More... | |
isCompletionBySubmissionEnabled () | |
Checks whether completion by submission is enabled or not. More... | |
setCompletionBySubmission ($bool) | |
Enabled/Disable completion by submission. More... | |
processExerciseStatus (ilExAssignment $a_ass, array $a_user_ids, $a_has_submitted, array $a_valid_submissions=null) | |
getCertificateVisibility () | |
Returns the visibility settings of the certificate. More... | |
setCertificateVisibility ($a_value) | |
Sets the visibility settings of the certificate. More... | |
saveCertificateVisibility ($a_value) | |
Saves the visibility settings of the certificate. More... | |
hasUserCertificate ($a_user_id) | |
Check if given user has certificate to show/download. More... | |
hasAddToDesktop () | |
Add to desktop after hand-in. More... | |
![]() | |
ilObject ($a_id=0, $a_reference=true) | |
Constructor public. More... | |
withReferences () | |
determines wehter objects are referenced or not (got ref ids or not) More... | |
read ($a_force_db=false) | |
read object data from db into object More... | |
getId () | |
get object id public More... | |
setId ($a_id) | |
set object id public More... | |
setRefId ($a_id) | |
set reference id public More... | |
getRefId () | |
get reference id public More... | |
getType () | |
get object type public More... | |
setType ($a_type) | |
set object type public More... | |
getPresentationTitle () | |
get presentation title Normally same as title Overwritten for sessions More... | |
getTitle () | |
get object title public More... | |
getUntranslatedTitle () | |
get untranslated object title public More... | |
setTitle ($a_title) | |
set object title More... | |
getDescription () | |
get object description More... | |
setDescription ($a_desc) | |
set object description More... | |
getLongDescription () | |
get object long description (stored in object_description) More... | |
getImportId () | |
get import id More... | |
setImportId ($a_import_id) | |
set import id More... | |
getOwner () | |
get object owner More... | |
getOwnerName () | |
_lookupOwnerName ($a_owner_id) | |
lookup owner name for owner id More... | |
setOwner ($a_owner) | |
set object owner More... | |
getCreateDate () | |
get create date public More... | |
getLastUpdateDate () | |
get last update date public More... | |
getDiskUsage () | |
Gets the disk usage of the object in bytes. More... | |
setObjDataRecord ($a_record) | |
set object_data record (note: this method should only be called from the ilObjectFactory class) More... | |
create () | |
create More... | |
update () | |
update object in db More... | |
MDUpdateListener ($a_element) | |
Meta data update listener. More... | |
createMetaData () | |
create meta data entry More... | |
updateMetaData () | |
update meta data entry More... | |
deleteMetaData () | |
delete meta data entry More... | |
updateOwner () | |
update owner of object in db More... | |
_getIdForImportId ($a_import_id) | |
get current object id for import id (static) More... | |
_lookupOwner ($a_id) | |
lookup object owner More... | |
_lookupLastUpdate ($a_id, $a_as_string=false) | |
lookup last update More... | |
_getLastUpdateOfObjects ($a_objs) | |
Get last update for a set of media objects. More... | |
_setDeletedDate ($a_ref_id) | |
only called in ilTree::saveSubTree More... | |
_resetDeletedDate ($a_ref_id) | |
only called in ilObjectGUI::insertSavedNodes More... | |
_lookupDeletedDate ($a_ref_id) | |
only called in ilObjectGUI::insertSavedNodes More... | |
_writeTitle ($a_obj_id, $a_title) | |
write title to db (static) More... | |
_writeDescription ($a_obj_id, $a_desc) | |
write description to db (static) More... | |
_writeImportId ($a_obj_id, $a_import_id) | |
write import id to db (static) More... | |
_isInTrash ($a_ref_id) | |
checks wether object is in trash More... | |
_hasUntrashedReference ($a_obj_id) | |
checks wether an object has at least one reference that is not in trash More... | |
_getObjectsDataForType ($a_type, $a_omit_trash=false) | |
get all objects of a certain type More... | |
putInTree ($a_parent_ref) | |
maybe this method should be in tree object!? More... | |
setPermissions ($a_parent_ref) | |
set permissions of object More... | |
setParentRolePermissions ($a_parent_ref) | |
Initialize the permissions of parent roles (local roles of categories, global roles...) This method is overwritten in e.g courses, groups for building permission intersections with non_member templates. More... | |
createReference () | |
creates reference for object More... | |
countReferences () | |
count references of object More... | |
delete () | |
delete object or referenced object (in the case of a referenced object, object data is only deleted if last reference is deleted) This function removes an object entirely from system!! More... | |
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 More... | |
applyDidacticTemplate ($a_tpl_id) | |
Apply template. More... | |
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 passed, each object may decide how it reacts. More... | |
setRegisterMode ($a_bool) | |
isUserRegistered ($a_user_id=0) | |
requireRegistration () | |
getXMLZip () | |
getHTMLDirectory () | |
cloneObject ($a_target_id, $a_copy_id=0, $a_omit_tree=false) | |
Clone object permissions, put in tree ... More... | |
appendCopyInfo ($a_target_id, $a_copy_id) | |
Prepend Copy info if object with same name exists in that container. More... | |
cloneDependencies ($a_target_id, $a_copy_id) | |
Clone object dependencies. More... | |
cloneMetaData ($target_obj) | |
Copy meta data. More... | |
_lookupCreationDate ($a_id) | |
Lookup creation date. More... | |
getPossibleSubObjects ($a_filter=true) | |
get all possible subobjects of this type the object can decide which types of subobjects are possible jut in time overwrite if the decision distinguish from standard model More... | |
Static Public Member Functions | |
static | _lookupFinishedUserExercises ($a_user_id) |
Get all exercises for user. More... | |
![]() | |
static | _lookupObjIdByImportId ($a_import_id) |
static | _lookupImportId ($a_obj_id) |
static | _getAllReferences ($a_id) |
get all reference ids of object More... | |
static | _lookupTitle ($a_id) |
lookup object title More... | |
static | _getIdsForTitle ($title, $type='', $partialmatch=false) |
static | _lookupDescription ($a_id) |
lookup object description More... | |
static | _lookupObjId ($a_id) |
static | setDeletedDates ($a_ref_ids) |
Set deleted date type $ilDB. More... | |
static | _lookupType ($a_id, $a_reference=false) |
lookup object type More... | |
static | _lookupObjectId ($a_ref_id) |
lookup object id More... | |
static | _exists ($a_id, $a_reference=false, $a_type=null) |
checks if an object exists in object_data More... | |
static | _getObjectsByType ($a_obj_type="", $a_owner="") |
Get objects by type. More... | |
static | _prepareCloneSelection ($a_ref_ids, $new_type, $show_path=true) |
Prepare copy wizard object selection. More... | |
static | _getIcon ($a_obj_id="", $a_size="big", $a_type="", $a_offline=false) |
Get icon for repository item. More... | |
static | collectDeletionDependencies (&$deps, $a_ref_id, $a_obj_id, $a_type, $a_depth=0) |
Collect deletion dependencies. More... | |
static | getDeletionDependencies ($a_obj_id) |
Get deletion dependencies. More... | |
static | getLongDescriptions (array $a_obj_ids) |
Get long description data. More... | |
static | getAllOwnedRepositoryObjects ($a_user_id) |
Get all ids of objects user owns. More... | |
static | fixMissingTitles ($a_type, array &$a_obj_title_map) |
Try to fix missing object titles. More... | |
static | hasAutoRating ($a_type, $a_ref_id) |
Check if auto rating is active for parent group/course. More... | |
Data Fields | |
$file_obj | |
$members_obj | |
$files | |
$timestamp | |
$hour | |
$minutes | |
$day | |
$month | |
$year | |
$instruction | |
$certificate_visibility | |
![]() | |
const | TITLE_LENGTH = 255 |
max length of object title More... | |
const | DESC_LENGTH = 128 |
$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 More... | |
Protected Attributes | |
$completion_by_submission = false | |
|
static |
Get all exercises for user.
<type> | $a_user_id |
Definition at line 797 of file class.ilObjExercise.php.
Referenced by ilExerciseVerificationTableGUI\getItems().
ilObjExercise::checkDate | ( | ) |
Definition at line 151 of file class.ilObjExercise.php.
ilObjExercise::cloneObject | ( | $a_target_id, | |
$a_copy_id = 0 |
|||
) |
Clone exercise (no member data)
public
int | target ref_id |
int | copy id |
Definition at line 193 of file class.ilObjExercise.php.
References $ilDB, ilExAssignment\cloneAssignmentsOfExercise(), ilObject\getId(), ilExcCriteriaCatalogue\getInstancesByParentId(), getInstruction(), getPassMode(), getPassNr(), getShowSubmissions(), getTimestamp(), and isCompletionBySubmissionEnabled().
ilObjExercise::delete | ( | ) |
delete course and all related data
public
Definition at line 236 of file class.ilObjExercise.php.
References $ilDB, ilExcCriteriaCatalogue\deleteByParent(), ilObject\getId(), ilNotification\removeForObject(), and ilNotification\TYPE_EXERCISE_SUBMISSION.
ilObjExercise::determinStatusOfUser | ( | $a_user_id = 0 | ) |
Determine status of user.
Definition at line 450 of file class.ilObjExercise.php.
References $ilUser, $ret, ilObject\getId(), ilExAssignment\getInstancesByExercise(), getPassMode(), and getPassNr().
Referenced by updateUserStatus().
ilObjExercise::exportGradesExcel | ( | ) |
Exports grades as excel.
Definition at line 574 of file class.ilObjExercise.php.
References $d, $data, ilExcelUtils\_convert_text(), ilLPMarks\_lookupMark(), ilObjUser\_lookupName(), ilExerciseMembers\_lookupStatus(), ilUtil\deliverFile(), ilUtil\getASCIIFilename(), ilObject\getId(), ilExAssignment\getInstancesByExercise(), ilObject\getTitle(), ilUtil\ilTempnam(), and ilUtil\sortArray().
ilObjExercise::getCertificateVisibility | ( | ) |
Returns the visibility settings of the certificate.
Definition at line 821 of file class.ilObjExercise.php.
Referenced by hasUserCertificate(), and saveData().
ilObjExercise::getInstruction | ( | ) |
Definition at line 80 of file class.ilObjExercise.php.
References $instruction.
Referenced by cloneObject(), saveData(), and update().
ilObjExercise::getPassMode | ( | ) |
Get pass mode (all | nr)
Definition at line 100 of file class.ilObjExercise.php.
Referenced by cloneObject(), determinStatusOfUser(), saveData(), and update().
ilObjExercise::getPassNr | ( | ) |
Get number of assignments that must be passed to pass the exercise.
Definition at line 120 of file class.ilObjExercise.php.
Referenced by cloneObject(), determinStatusOfUser(), saveData(), and update().
ilObjExercise::getShowSubmissions | ( | ) |
Get whether submissions of learners should be shown to other learners after deadline.
Definition at line 140 of file class.ilObjExercise.php.
Referenced by cloneObject(), saveData(), and update().
ilObjExercise::getTimestamp | ( | ) |
Definition at line 68 of file class.ilObjExercise.php.
References $timestamp.
Referenced by cloneObject(), saveData(), and update().
ilObjExercise::hasAddToDesktop | ( | ) |
ilObjExercise::hasUserCertificate | ( | $a_user_id | ) |
Check if given user has certificate to show/download.
int | $a_user_id |
Definition at line 859 of file class.ilObjExercise.php.
References ilExerciseMembers\_lookupStatus(), getCertificateVisibility(), ilObject\getId(), ilCertificate\isActive(), and ilCertificate\isObjectActive().
ilObjExercise::ilObjExercise | ( | $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.ilObjExercise.php.
References ilObject\ilObject(), and setPassMode().
ilObjExercise::isCompletionBySubmissionEnabled | ( | ) |
Checks whether completion by submission is enabled or not.
Definition at line 734 of file class.ilObjExercise.php.
References $completion_by_submission.
Referenced by cloneObject(), processExerciseStatus(), saveData(), and update().
ilObjExercise::notify | ( | $a_event, | |
$a_ref_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
string | event |
integer | reference id of object where the event occured |
array | passes optional paramters if required |
Definition at line 278 of file class.ilObjExercise.php.
ilObjExercise::processExerciseStatus | ( | ilExAssignment | $a_ass, |
array | $a_user_ids, | ||
$a_has_submitted, | |||
array | $a_valid_submissions = null |
||
) |
Definition at line 755 of file class.ilObjExercise.php.
References ilExerciseMembers\_writeReturned(), ilObject\getId(), ilExAssignment\getMemberStatus(), and isCompletionBySubmissionEnabled().
Referenced by ilExPeerReviewGUI\handlePeerReviewChange().
ilObjExercise::read | ( | ) |
Definition at line 285 of file class.ilObjExercise.php.
References $ilDB, $query, $res, $row, ilObject\getId(), setCertificateVisibility(), setCompletionBySubmission(), setInstruction(), setPassNr(), setShowSubmissions(), and setTimestamp().
ilObjExercise::saveCertificateVisibility | ( | $a_value | ) |
Saves the visibility settings of the certificate.
integer | $a_value | The value for the visibility settings (0 = always, 1 = only passed, 2 = never) private |
Definition at line 843 of file class.ilObjExercise.php.
References $ilDB, and ilObject\getId().
ilObjExercise::saveData | ( | ) |
Definition at line 162 of file class.ilObjExercise.php.
References $ilDB, getCertificateVisibility(), ilObject\getId(), getInstruction(), getPassMode(), getPassNr(), getShowSubmissions(), getTimestamp(), and isCompletionBySubmissionEnabled().
ilObjExercise::sendAssignment | ( | ilExAssignment | $a_ass, |
$a_members | |||
) |
send exercise per mail to members
Definition at line 360 of file class.ilObjExercise.php.
References $_SESSION, $file, $ilUser, ilObject\$lng, ilLink\_getLink(), ilDatePresentation\formatDate(), ilExAssignment\getDeadline(), ilExAssignment\getExerciseId(), ilFSStorageExercise\getFiles(), ilExAssignment\getId(), ilObjectFactory\getInstanceByObjId(), ilExAssignment\getInstruction(), ilExAssignment\getMemberStatus(), ilObject\getRefId(), ilExAssignment\getTitle(), ilObject\getTitle(), IL_CAL_UNIX, and ilMail\sendMail().
ilObjExercise::sendFeedbackFileNotification | ( | $a_feedback_file, | |
$a_user_id, | |||
$a_ass_id, | |||
$a_is_text_feedback = false |
|||
) |
Send feedback file notification to user.
Definition at line 700 of file class.ilObjExercise.php.
References ilObject\$type, ilObject\getId(), ilObject\getRefId(), ilExerciseMailNotification\TYPE_FEEDBACK_FILE_ADDED, and ilExerciseMailNotification\TYPE_FEEDBACK_TEXT_ADDED.
Referenced by ilExAssignment\saveMultiFeedbackFiles().
ilObjExercise::setCertificateVisibility | ( | $a_value | ) |
Sets the visibility settings of the certificate.
integer | $a_value | The value for the visibility settings (0 = always, 1 = only passed, 2 = never) public |
Definition at line 832 of file class.ilObjExercise.php.
Referenced by read().
ilObjExercise::setCompletionBySubmission | ( | $bool | ) |
Enabled/Disable completion by submission.
boolean |
Definition at line 748 of file class.ilObjExercise.php.
Referenced by read().
ilObjExercise::setDate | ( | $a_hour, | |
$a_minutes, | |||
$a_day, | |||
$a_month, | |||
$a_year | |||
) |
Definition at line 58 of file class.ilObjExercise.php.
ilObjExercise::setInstruction | ( | $a_instruction | ) |
Definition at line 76 of file class.ilObjExercise.php.
Referenced by read().
ilObjExercise::setPassMode | ( | $a_val | ) |
Set pass mode (all | nr)
string | pass mode |
Definition at line 90 of file class.ilObjExercise.php.
Referenced by ilObjExercise().
ilObjExercise::setPassNr | ( | $a_val | ) |
Set number of assignments that must be passed to pass the exercise.
integer | pass nr |
Definition at line 110 of file class.ilObjExercise.php.
Referenced by read().
ilObjExercise::setShowSubmissions | ( | $a_val | ) |
Set whether submissions of learners should be shown to other learners after deadline.
boolean | show submissions |
Definition at line 130 of file class.ilObjExercise.php.
Referenced by read().
ilObjExercise::setTimestamp | ( | $a_timestamp | ) |
Definition at line 72 of file class.ilObjExercise.php.
Referenced by read().
ilObjExercise::update | ( | ) |
Definition at line 317 of file class.ilObjExercise.php.
References $ilDB, ilObject\getId(), getInstruction(), getPassMode(), getPassNr(), getShowSubmissions(), getTimestamp(), isCompletionBySubmissionEnabled(), and updateAllUsersStatus().
ilObjExercise::updateAllUsersStatus | ( | ) |
Update status of all users.
Definition at line 557 of file class.ilObjExercise.php.
References updateUserStatus().
Referenced by update().
ilObjExercise::updateUserStatus | ( | $a_user_id = 0 | ) |
Update exercise status of user.
Definition at line 538 of file class.ilObjExercise.php.
References $ilUser, ilExerciseMembers\_writeStatus(), determinStatusOfUser(), and ilObject\getId().
Referenced by ilExAssignmentMemberStatus\postUpdateStatus(), and updateAllUsersStatus().
ilObjExercise::$certificate_visibility |
Definition at line 32 of file class.ilObjExercise.php.
|
protected |
Definition at line 42 of file class.ilObjExercise.php.
Referenced by isCompletionBySubmissionEnabled().
ilObjExercise::$day |
Definition at line 28 of file class.ilObjExercise.php.
ilObjExercise::$file_obj |
Definition at line 21 of file class.ilObjExercise.php.
ilObjExercise::$files |
Definition at line 23 of file class.ilObjExercise.php.
ilObjExercise::$hour |
Definition at line 26 of file class.ilObjExercise.php.
ilObjExercise::$instruction |
Definition at line 31 of file class.ilObjExercise.php.
Referenced by getInstruction().
ilObjExercise::$members_obj |
Definition at line 22 of file class.ilObjExercise.php.
ilObjExercise::$minutes |
Definition at line 27 of file class.ilObjExercise.php.
ilObjExercise::$month |
Definition at line 29 of file class.ilObjExercise.php.
ilObjExercise::$timestamp |
Definition at line 25 of file class.ilObjExercise.php.
Referenced by getTimestamp().
ilObjExercise::$year |
Definition at line 30 of file class.ilObjExercise.php.