ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilObjExercise. More...
Public Member Functions | |
__construct ($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 () | |
hasTutorFeedbackText () | |
hasTutorFeedbackMail () | |
hasTutorFeedbackFile () | |
setTutorFeedback ($a_value) | |
saveData () | |
cloneObject ($a_target_id, $a_copy_id=0, $a_omit_tree=false) | |
Clone exercise (no member data) More... | |
delete () | |
delete course and all related data 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... | |
hasAddToDesktop () | |
Add to desktop after hand-in. More... | |
Public Member Functions inherited from ilObject | |
__construct ($a_id=0, $a_reference=true) | |
Constructor public. More... | |
withReferences () | |
determines wehter objects are referenced or not (got ref ids or not) More... | |
read () | |
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... | |
setOfflineStatus ($a_status) | |
Set offline status. More... | |
getOfflineStatus () | |
Get offline status. More... | |
supportsOfflineHandling () | |
Check whether object supports offline handling. More... | |
getOwner () | |
get object owner More... | |
getOwnerName () | |
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... | |
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... | |
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... | |
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... | |
setRegisterMode ($a_bool) | |
isUserRegistered ($a_user_id=0) | |
requireRegistration () | |
getXMLZip () | |
getHTMLDirectory () | |
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... | |
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 Public Member Functions inherited from ilObject | |
static | _lookupObjIdByImportId ($a_import_id) |
static | _lookupImportId ($a_obj_id) |
static | _lookupOwnerName ($a_owner_id) |
lookup owner name for owner id More... | |
static | _getIdForImportId ($a_import_id) |
get current object id for import id (static) More... | |
static | _getAllReferences ($a_id) |
get all reference ids of object More... | |
static | _lookupTitle ($a_id) |
lookup object title More... | |
static | lookupOfflineStatus ($a_obj_id) |
Lookup offline status using objectDataCache. More... | |
static | _lookupOwner ($a_id) |
lookup object owner More... | |
static | _getIdsForTitle ($title, $type='', $partialmatch=false) |
static | _lookupDescription ($a_id) |
lookup object description More... | |
static | _lookupLastUpdate ($a_id, $a_as_string=false) |
lookup last update More... | |
static | _getLastUpdateOfObjects ($a_objs) |
Get last update for a set of media objects. More... | |
static | _lookupObjId ($a_id) |
static | _setDeletedDate ($a_ref_id) |
only called in ilTree::saveSubTree More... | |
static | setDeletedDates ($a_ref_ids) |
Set deleted date. More... | |
static | _resetDeletedDate ($a_ref_id) |
only called in ilObjectGUI::insertSavedNodes More... | |
static | _lookupDeletedDate ($a_ref_id) |
only called in ilObjectGUI::insertSavedNodes More... | |
static | _writeTitle ($a_obj_id, $a_title) |
write title to db (static) More... | |
static | _writeDescription ($a_obj_id, $a_desc) |
write description to db (static) More... | |
static | _writeImportId ($a_obj_id, $a_import_id) |
write import id to db (static) More... | |
static | _lookupType ($a_id, $a_reference=false) |
lookup object type More... | |
static | _isInTrash ($a_ref_id) |
checks wether object is in trash More... | |
static | _hasUntrashedReference ($a_obj_id) |
checks wether an object has at least one reference that is not in trash More... | |
static | _lookupObjectId ($a_ref_id) |
lookup object id More... | |
static | _getObjectsDataForType ($a_type, $a_omit_trash=false) |
get all objects of a certain type 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 | 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 | _lookupCreationDate ($a_id) |
Lookup creation date. 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 | |
$tutor_feedback = 7 | |
const | TUTOR_FEEDBACK_MAIL = 1 |
const | TUTOR_FEEDBACK_TEXT = 2 |
const | TUTOR_FEEDBACK_FILE = 4 |
Data Fields inherited from ilObject | |
const | TITLE_LENGTH = 255 |
max length of object title More... | |
const | DESC_LENGTH = 128 |
$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 | |
Protected Member Functions | |
getTutorFeedback () | |
Protected Attributes | |
$user | |
$completion_by_submission = false | |
Protected Attributes inherited from ilObject | |
$objDefinition | |
$db | |
$log | |
$error | |
$tree | |
$app_event_handler | |
$rbacadmin | |
$rbacreview | |
Private Attributes | |
$webFilesystem | |
ilObjExercise::__construct | ( | $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 66 of file class.ilObjExercise.php.
References $DIC, setPassMode(), and user().
|
static |
Get all exercises for user.
<type> | $a_user_id |
Definition at line 775 of file class.ilObjExercise.php.
References $DIC, $ilDB, and $row.
Referenced by ilCertificateMigrationJob\getExerciseCertificates().
ilObjExercise::checkDate | ( | ) |
Definition at line 175 of file class.ilObjExercise.php.
ilObjExercise::cloneObject | ( | $a_target_id, | |
$a_copy_id = 0 , |
|||
$a_omit_tree = false |
|||
) |
Clone exercise (no member data)
public
int | target ref_id |
int | copy id |
Definition at line 234 of file class.ilObjExercise.php.
References ilObject\$db, $factory, $ilDB, ilExAssignment\cloneAssignmentsOfExercise(), getCertificateVisibility(), ilObject\getId(), ilExcCriteriaCatalogue\getInstancesByParentId(), getInstruction(), getPassMode(), getPassNr(), getShowSubmissions(), getTimestamp(), getTutorFeedback(), and isCompletionBySubmissionEnabled().
ilObjExercise::delete | ( | ) |
delete course and all related data
public
Definition at line 294 of file class.ilObjExercise.php.
References ilObject\$app_event_handler, ilObject\$db, $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 470 of file class.ilObjExercise.php.
References $ilUser, $ret, $user, ilObject\getId(), ilExAssignment\getInstancesByExercise(), getPassMode(), and getPassNr().
Referenced by updateUserStatus().
ilObjExercise::exportGradesExcel | ( | ) |
Exports grades as excel.
Definition at line 578 of file class.ilObjExercise.php.
References $d, $GLOBALS, $row, ilLPMarks\_lookupMark(), ilObjUser\_lookupName(), ilExerciseMembers\_lookupStatus(), ilUtil\getASCIIFilename(), ilObject\getId(), ilExAssignment\getInstancesByExercise(), ilObject\getRefId(), ilObject\getTitle(), and ilUtil\sortArray().
ilObjExercise::getCertificateVisibility | ( | ) |
Returns the visibility settings of the certificate.
Definition at line 800 of file class.ilObjExercise.php.
Referenced by cloneObject(), and saveData().
ilObjExercise::getInstruction | ( | ) |
Definition at line 104 of file class.ilObjExercise.php.
References $instruction.
Referenced by cloneObject(), saveData(), and update().
ilObjExercise::getPassMode | ( | ) |
Get pass mode (all | nr)
Definition at line 124 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 144 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 164 of file class.ilObjExercise.php.
Referenced by cloneObject(), saveData(), and update().
ilObjExercise::getTimestamp | ( | ) |
Definition at line 92 of file class.ilObjExercise.php.
References $timestamp.
Referenced by cloneObject(), saveData(), and update().
|
protected |
Definition at line 199 of file class.ilObjExercise.php.
References $tutor_feedback.
Referenced by cloneObject(), saveData(), and update().
ilObjExercise::hasAddToDesktop | ( | ) |
ilObjExercise::hasTutorFeedbackFile | ( | ) |
Definition at line 194 of file class.ilObjExercise.php.
ilObjExercise::hasTutorFeedbackMail | ( | ) |
Definition at line 189 of file class.ilObjExercise.php.
ilObjExercise::hasTutorFeedbackText | ( | ) |
Definition at line 184 of file class.ilObjExercise.php.
ilObjExercise::isCompletionBySubmissionEnabled | ( | ) |
Checks whether completion by submission is enabled or not.
Definition at line 717 of file class.ilObjExercise.php.
References $completion_by_submission.
Referenced by cloneObject(), processExerciseStatus(), saveData(), and update().
ilObjExercise::processExerciseStatus | ( | ilExAssignment | $a_ass, |
array | $a_user_ids, | ||
$a_has_submitted, | |||
array | $a_valid_submissions = null |
||
) |
Definition at line 738 of file class.ilObjExercise.php.
References ilExerciseMembers\_writeReturned(), ilObject\getId(), ilExAssignment\getMemberStatus(), and isCompletionBySubmissionEnabled().
Referenced by ilExAssTypeWikiTeam\handleNewUpload().
ilObjExercise::read | ( | ) |
Definition at line 323 of file class.ilObjExercise.php.
References ilObject\$db, $ilDB, $query, $res, $row, ilObject\getId(), setCertificateVisibility(), setCompletionBySubmission(), setInstruction(), setPassNr(), setShowSubmissions(), setTimestamp(), and setTutorFeedback().
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 822 of file class.ilObjExercise.php.
References ilObject\$db, $ilDB, and ilObject\getId().
ilObjExercise::saveData | ( | ) |
Definition at line 209 of file class.ilObjExercise.php.
References ilObject\$db, $ilDB, getCertificateVisibility(), ilObject\getId(), getInstruction(), getPassMode(), getPassNr(), getShowSubmissions(), getTimestamp(), getTutorFeedback(), and isCompletionBySubmissionEnabled().
ilObjExercise::sendAssignment | ( | ilExAssignment | $a_ass, |
$a_members | |||
) |
send exercise per mail to members
Definition at line 386 of file class.ilObjExercise.php.
References $errors, $files, $GLOBALS, $ilUser, ilObject\$lng, $user, ilLink\_getLink(), ilDatePresentation\formatDate(), ilExAssignment\getDeadline(), ilExAssignment\getExerciseId(), ilExAssignment\getId(), ilObject\getId(), ilObjectFactory\getInstanceByObjId(), ilExAssignment\getInstruction(), ilExAssignment\getMemberStatus(), ilObject\getRefId(), ilObject\getTitle(), ilExAssignment\getTitle(), and IL_CAL_UNIX.
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 685 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 811 of file class.ilObjExercise.php.
Referenced by read().
ilObjExercise::setCompletionBySubmission | ( | $bool | ) |
Enabled/Disable completion by submission.
boolean |
Definition at line 731 of file class.ilObjExercise.php.
Referenced by read().
ilObjExercise::setDate | ( | $a_hour, | |
$a_minutes, | |||
$a_day, | |||
$a_month, | |||
$a_year | |||
) |
Definition at line 82 of file class.ilObjExercise.php.
ilObjExercise::setInstruction | ( | $a_instruction | ) |
Definition at line 100 of file class.ilObjExercise.php.
Referenced by read().
ilObjExercise::setPassMode | ( | $a_val | ) |
Set pass mode (all | nr)
string | pass mode |
Definition at line 114 of file class.ilObjExercise.php.
Referenced by __construct().
ilObjExercise::setPassNr | ( | $a_val | ) |
Set number of assignments that must be passed to pass the exercise.
integer | pass nr |
Definition at line 134 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 154 of file class.ilObjExercise.php.
Referenced by read().
ilObjExercise::setTimestamp | ( | $a_timestamp | ) |
Definition at line 96 of file class.ilObjExercise.php.
Referenced by read().
ilObjExercise::setTutorFeedback | ( | $a_value | ) |
Definition at line 204 of file class.ilObjExercise.php.
Referenced by read().
ilObjExercise::update | ( | ) |
Definition at line 354 of file class.ilObjExercise.php.
References ilObject\$db, $ilDB, ilObject\getId(), getInstruction(), getPassMode(), getPassNr(), getShowSubmissions(), getTimestamp(), getTutorFeedback(), isCompletionBySubmissionEnabled(), League\Flysystem\Adapter\Polyfill\update(), and updateAllUsersStatus().
ilObjExercise::updateAllUsersStatus | ( | ) |
Update status of all users.
Definition at line 563 of file class.ilObjExercise.php.
References updateUserStatus().
Referenced by update().
ilObjExercise::updateUserStatus | ( | $a_user_id = 0 | ) |
Update exercise status of user.
Definition at line 542 of file class.ilObjExercise.php.
References $ilUser, $user, ilExerciseMembers\_writeStatus(), determinStatusOfUser(), and ilObject\getId().
Referenced by ilExAssignmentMemberStatus\postUpdateStatus(), and updateAllUsersStatus().
ilObjExercise::$certificate_visibility |
Definition at line 37 of file class.ilObjExercise.php.
|
protected |
Definition at line 53 of file class.ilObjExercise.php.
Referenced by isCompletionBySubmissionEnabled().
ilObjExercise::$day |
Definition at line 33 of file class.ilObjExercise.php.
ilObjExercise::$file_obj |
Definition at line 26 of file class.ilObjExercise.php.
ilObjExercise::$files |
Definition at line 28 of file class.ilObjExercise.php.
Referenced by sendAssignment().
ilObjExercise::$hour |
Definition at line 31 of file class.ilObjExercise.php.
ilObjExercise::$instruction |
Definition at line 36 of file class.ilObjExercise.php.
Referenced by getInstruction().
ilObjExercise::$members_obj |
Definition at line 27 of file class.ilObjExercise.php.
ilObjExercise::$minutes |
Definition at line 32 of file class.ilObjExercise.php.
ilObjExercise::$month |
Definition at line 34 of file class.ilObjExercise.php.
ilObjExercise::$timestamp |
Definition at line 30 of file class.ilObjExercise.php.
Referenced by getTimestamp().
ilObjExercise::$tutor_feedback = 7 |
Definition at line 39 of file class.ilObjExercise.php.
Referenced by getTutorFeedback().
|
protected |
Definition at line 24 of file class.ilObjExercise.php.
Referenced by determinStatusOfUser(), sendAssignment(), and updateUserStatus().
|
private |
Definition at line 58 of file class.ilObjExercise.php.
ilObjExercise::$year |
Definition at line 35 of file class.ilObjExercise.php.
const ilObjExercise::TUTOR_FEEDBACK_FILE = 4 |
Definition at line 43 of file class.ilObjExercise.php.
Referenced by ilObjExerciseGUI\getEditFormCustomValues(), and ilObjExerciseGUI\initEditCustomForm().
const ilObjExercise::TUTOR_FEEDBACK_MAIL = 1 |
Definition at line 41 of file class.ilObjExercise.php.
Referenced by ilObjExerciseGUI\getEditFormCustomValues(), and ilObjExerciseGUI\initEditCustomForm().
const ilObjExercise::TUTOR_FEEDBACK_TEXT = 2 |
Definition at line 42 of file class.ilObjExercise.php.
Referenced by ilObjExerciseGUI\getEditFormCustomValues(), and ilObjExerciseGUI\initEditCustomForm().