ILIAS
Release_5_0_x_branch Revision 61816
|
Class ilObjAssessmentFolder. More...
Public Member Functions | |
ilObjAssessmentFolder ($a_id=0, $a_call_by_reference=true) | |
Constructor public. | |
update () | |
update object data | |
delete () | |
delete object 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. | |
_enableAssessmentLogging ($a_enable) | |
enable assessment logging | |
_setLogLanguage ($a_language) | |
set the log language | |
_enabledAssessmentLogging () | |
check wether assessment logging is enabled or not | |
_getForbiddenQuestionTypes () | |
Returns the forbidden questiontypes for ILIAS. | |
_setForbiddenQuestionTypes ($a_types) | |
Sets the forbidden questiontypes for ILIAS. | |
_getLogLanguage () | |
retrieve the log language for assessment logging | |
_getManualScoring () | |
Retrieve the manual scoring settings. | |
_getManualScoringTypes () | |
Retrieve the manual scoring settings as type strings. | |
_setManualScoring ($type_ids) | |
Set the manual scoring settings. | |
_addLog ($user_id, $object_id, $logtext, $question_id="", $original_id="", $test_only=FALSE, $test_ref_id=NULL) | |
Add an assessment log entry. | |
& | getLog ($ts_from, $ts_to, $test_id, $test_only=FALSE) |
Retrieve assessment log datasets from the database. | |
& | _getLog ($ts_from, $ts_to, $test_id, $test_only=FALSE) |
Retrieve assessment log datasets from the database. | |
getNrOfLogEntries ($test_obj_id) | |
Returns the number of log entries for a given test id. | |
getFullPath ($ref_id) | |
Returns the full path output of an object. | |
deleteLogEntries ($a_array) | |
Deletes the log entries for a given array of test object IDs. | |
getAssessmentProcessLockMode () | |
setAssessmentProcessLockMode ($lockMode) | |
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 | |
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 | |
getDiskUsage () | |
Gets the disk usage of the object in bytes. | |
setObjDataRecord ($a_record) | |
set object_data record (note: this method should only be called from the ilObjectFactory class) | |
create () | |
create | |
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) | |
_lookupOwner ($a_id) | |
lookup object owner | |
_lookupLastUpdate ($a_id, $a_as_string=false) | |
lookup last update | |
_getLastUpdateOfObjects ($a_objs) | |
Get last update for a set of media objects. | |
_setDeletedDate ($a_ref_id) | |
only called in ilTree::saveSubTree | |
_resetDeletedDate ($a_ref_id) | |
only called in ilObjectGUI::insertSavedNodes | |
_lookupDeletedDate ($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) | |
_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 | |
_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 | |
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. | |
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 | |
applyDidacticTemplate ($a_tpl_id) | |
Apply template. | |
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 ... | |
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. | |
_lookupCreationDate ($a_id) | |
Lookup creation date. |
Static Public Member Functions | |
static | _mananuallyScoreableQuestionTypesExists () |
Returns the fact wether manually scoreable question types exist or not. | |
static | getScoringAdjustableQuestions () |
static | setScoringAdjustableQuestions ($type_ids) |
static | getScoringAdjustmentEnabled () |
static | setScoringAdjustmentEnabled ($active) |
static | isAdditionalQuestionContentEditingModePageObjectEnabled () |
returns the fact wether content editing with ilias page editor is enabled for questions or not | |
static | getValidAssessmentProcessLockModes () |
Static Public Member Functions inherited from ilObject | |
static | _lookupObjIdByImportId ($a_import_id) |
static | _getAllReferences ($a_id) |
get all reference ids of object | |
static | _lookupTitle ($a_id) |
lookup object title | |
static | _getIdsForTitle ($title, $type= '', $partialmatch=false) |
static | _lookupDescription ($a_id) |
lookup object description | |
static | _lookupObjId ($a_id) |
static | setDeletedDates ($a_ref_ids) |
Set deleted date type $ilDB. | |
static | _lookupType ($a_id, $a_reference=false) |
lookup object type | |
static | _lookupObjectId ($a_ref_id) |
lookup object id | |
static | _exists ($a_id, $a_reference=false, $a_type=null) |
checks if an object exists in object_data | |
static | _getObjectsByType ($a_obj_type="", $a_owner="") |
Get objects by type. | |
static | _prepareCloneSelection ($a_ref_ids, $new_type, $show_path=true) |
Prepare copy wizard object selection. | |
static | _getIcon ($a_obj_id="", $a_size="big", $a_type="", $a_offline=false) |
Get icon for repository item. | |
static | collectDeletionDependencies (&$deps, $a_ref_id, $a_obj_id, $a_type, $a_depth=0) |
Collect deletion dependencies. | |
static | getDeletionDependencies ($a_obj_id) |
Get deletion dependencies. | |
static | getLongDescriptions (array $a_obj_ids) |
Get long description data. | |
static | getAllOwnedRepositoryObjects ($a_user_id) |
Get all ids of objects user owns. | |
static | hasAutoRating ($a_type, $a_ref_id) |
Check if auto rating is active for parent group/course. |
Data Fields | |
const | ADDITIONAL_QUESTION_CONTENT_EDITING_MODE_PAGE_OBJECT_DISABLED = 0 |
const | ADDITIONAL_QUESTION_CONTENT_EDITING_MODE_PAGE_OBJECT_ENABLED = 1 |
const | ASS_PROC_LOCK_MODE_NONE = 'none' |
const | ASS_PROC_LOCK_MODE_FILE = 'file' |
const | ASS_PROC_LOCK_MODE_DB = 'db' |
$setting | |
Data Fields inherited from ilObject | |
const | TITLE_LENGTH = 255 |
max length of object title | |
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 |
Class ilObjAssessmentFolder.
Definition at line 17 of file class.ilObjAssessmentFolder.php.
ilObjAssessmentFolder::_addLog | ( | $user_id, | |
$object_id, | |||
$logtext, | |||
$question_id = "" , |
|||
$original_id = "" , |
|||
$test_only = FALSE , |
|||
$test_ref_id = NULL |
|||
) |
Add an assessment log entry.
integer | $user_id | The user id of the acting user |
integer | $object_id | The database id of the modified test object |
string | $logtext | The textual description for the log entry |
integer | $question_id | The database id of a modified question (optional) |
integer | $original_id | The database id of the original of a modified question (optional) |
Definition at line 348 of file class.ilObjAssessmentFolder.php.
References $ilDB, and $ilUser.
Referenced by assQuestion\_logAction(), deleteLogEntries(), assQuestion\logAction(), and ilObjTest\logAction().
ilObjAssessmentFolder::_enableAssessmentLogging | ( | $a_enable | ) |
ilObjAssessmentFolder::_enabledAssessmentLogging | ( | ) |
check wether assessment logging is enabled or not
Definition at line 177 of file class.ilObjAssessmentFolder.php.
References $setting.
Referenced by assQuestion\_setReachedPoints(), ilObjTest\addExtraTime(), assQuestion\calculateResultsFromSolution(), ilObjTest\checkMaximumAllowedUsers(), ilObjTest\createQuestionGUI(), ilObjTest\insertQuestion(), assQuestion\instantiateQuestionGUI(), ilObjTest\questionMoveDown(), ilObjTest\questionMoveUp(), ilObjTest\removeAllTestEditings(), ilObjTest\removeQuestion(), ilObjTest\removeTestResultsByActiveIds(), ilObjTest\removeTestResultsForUser(), ilSoapTestAdministration\saveQuestion(), ilObjTest\saveQuestionsToDb(), ASS_MarkSchema\saveToDb(), ilObjTest\saveToDb(), assOrderingHorizontal\saveWorkingData(), assErrorText\saveWorkingData(), assTextSubset\saveWorkingData(), assFileUpload\saveWorkingData(), assTextQuestion\saveWorkingData(), assSingleChoice\saveWorkingData(), assImagemapQuestion\saveWorkingData(), assOrderingQuestion\saveWorkingData(), assFormulaQuestion\saveWorkingData(), assMatchingQuestion\saveWorkingData(), and assClozeTest\saveWorkingData().
ilObjAssessmentFolder::_getForbiddenQuestionTypes | ( | ) |
Returns the forbidden questiontypes for ILIAS.
Definition at line 187 of file class.ilObjAssessmentFolder.php.
References $result, and $setting.
Referenced by ilObjQuestionPool\_getQuestionTypes().
& ilObjAssessmentFolder::_getLog | ( | $ts_from, | |
$ts_to, | |||
$test_id, | |||
$test_only = FALSE |
|||
) |
Retrieve assessment log datasets from the database.
string | $ts_from | Timestamp of the starting date/time period |
string | $ts_to | Timestamp of the ending date/time period |
integer | $test_id | Database id of the ILIAS test object |
Definition at line 437 of file class.ilObjAssessmentFolder.php.
References $ilDB, $log, $result, $row, ilObject\$type, and ilObject\_lookupType().
Referenced by ilObjTestGUI\historyObject().
ilObjAssessmentFolder::_getLogLanguage | ( | ) |
retrieve the log language for assessment logging
Definition at line 222 of file class.ilObjAssessmentFolder.php.
References $lang, and $setting.
Referenced by assQuestion\_setReachedPoints(), ilObjTest\addExtraTime(), assQuestion\calculateResultsFromSolution(), ilObjTest\checkMaximumAllowedUsers(), ilObjTest\insertQuestion(), ilObjTest\questionMoveDown(), ilObjTest\questionMoveUp(), ilObjTest\removeAllTestEditings(), ilObjTest\removeQuestion(), ilObjTest\removeTestResultsByActiveIds(), ilObjTest\removeTestResultsForUser(), ilObjTest\saveQuestionsToDb(), ASS_MarkSchema\saveToDb(), ilObjTest\saveToDb(), assOrderingHorizontal\saveWorkingData(), assErrorText\saveWorkingData(), assTextSubset\saveWorkingData(), assFileUpload\saveWorkingData(), assTextQuestion\saveWorkingData(), assSingleChoice\saveWorkingData(), assImagemapQuestion\saveWorkingData(), assOrderingQuestion\saveWorkingData(), assFormulaQuestion\saveWorkingData(), assMatchingQuestion\saveWorkingData(), and assClozeTest\saveWorkingData().
ilObjAssessmentFolder::_getManualScoring | ( | ) |
Retrieve the manual scoring settings.
Definition at line 256 of file class.ilObjAssessmentFolder.php.
References $setting.
Referenced by ilTestService\getManScoringQuestionGuiList(), ilTestServiceGUI\getPassListOfAnswersWithScoring(), ilObjTestGUI\getTabs(), ilObjTest\getTestParticipantsForManualScoring(), and ilTestManScoringParticipantsBySelectedQuestionAndPassTableGUI\initFilter().
ilObjAssessmentFolder::_getManualScoringTypes | ( | ) |
Retrieve the manual scoring settings as type strings.
Definition at line 267 of file class.ilObjAssessmentFolder.php.
References $ilDB, $result, $row, and $setting.
Referenced by assQuestion\_needsManualScoring().
|
static |
Returns the fact wether manually scoreable question types exist or not.
public
Definition at line 243 of file class.ilObjAssessmentFolder.php.
Referenced by ilTestScoringGUI\executeCommand().
ilObjAssessmentFolder::_setForbiddenQuestionTypes | ( | $a_types | ) |
Sets the forbidden questiontypes for ILIAS.
array | $a_types | An array containing the database ID's of the forbidden question types |
Definition at line 208 of file class.ilObjAssessmentFolder.php.
References $setting.
ilObjAssessmentFolder::_setLogLanguage | ( | $a_language | ) |
ilObjAssessmentFolder::_setManualScoring | ( | $type_ids | ) |
Set the manual scoring settings.
array | $type_ids | An array containing the database ids of the question types which could be scored manually |
Definition at line 292 of file class.ilObjAssessmentFolder.php.
References $setting.
ilObjAssessmentFolder::delete | ( | ) |
delete object and all related data
public
Reimplemented from ilObject.
Definition at line 67 of file class.ilObjAssessmentFolder.php.
ilObjAssessmentFolder::deleteLogEntries | ( | $a_array | ) |
Deletes the log entries for a given array of test object IDs.
array | $a_array | An array containing the object IDs of the tests |
Definition at line 550 of file class.ilObjAssessmentFolder.php.
References $ilDB, $ilUser, and _addLog().
ilObjAssessmentFolder::getAssessmentProcessLockMode | ( | ) |
Definition at line 584 of file class.ilObjAssessmentFolder.php.
ilObjAssessmentFolder::getFullPath | ( | $ref_id | ) |
Returns the full path output of an object.
integer | $ref_id | The reference id of the object |
Definition at line 525 of file class.ilObjAssessmentFolder.php.
References ilObject\$id, $path, ilObject\$ref_id, and ilUtil\prepareFormOutput().
& ilObjAssessmentFolder::getLog | ( | $ts_from, | |
$ts_to, | |||
$test_id, | |||
$test_only = FALSE |
|||
) |
Retrieve assessment log datasets from the database.
string | $ts_from | Timestamp of the starting date/time period |
string | $ts_to | Timestamp of the ending date/time period |
integer | $test_id | Database id of the ILIAS test object |
Definition at line 380 of file class.ilObjAssessmentFolder.php.
References $ilDB, $log, $result, and $row.
ilObjAssessmentFolder::getNrOfLogEntries | ( | $test_obj_id | ) |
Returns the number of log entries for a given test id.
integer | $test_obj_id | Database id of the ILIAS test object |
Definition at line 501 of file class.ilObjAssessmentFolder.php.
|
static |
|
static |
|
static |
Definition at line 594 of file class.ilObjAssessmentFolder.php.
Referenced by ilObjAssessmentFolderGUI\saveSettingsObject().
ilObjAssessmentFolder::ilObjAssessmentFolder | ( | $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 34 of file class.ilObjAssessmentFolder.php.
References ilObject\ilObject().
|
static |
returns the fact wether content editing with ilias page editor is enabled for questions or not
ilSetting $ilSetting
Definition at line 571 of file class.ilObjAssessmentFolder.php.
References $ilSetting.
Referenced by ilTestExpressPageObjectGUI\addQuestion(), ilObjTestGUI\addQuestionObject(), ilObjQuestionPoolGUI\buildCreateQuestionForm(), ilObjQuestionPoolGUI\createQuestionForTestObject(), ilObjQuestionPoolGUI\createQuestionObject(), ilObjTestGUI\createQuestionObject(), ilPCQuestionGUI\edit(), ilTestExpressPageObjectGUI\handleToolbarCommand(), and ilPCQuestionGUI\insert().
ilObjAssessmentFolder::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.
If you are not required to handle any events related to your module, just delete this method. (For an example how this method is used, look at ilObjGroup)
public
string | event |
integer | reference id of object where the event occured |
array | passes optional parameters if required |
Reimplemented from ilObject.
Definition at line 94 of file class.ilObjAssessmentFolder.php.
References $_GET, and ilObject\getType().
ilObjAssessmentFolder::setAssessmentProcessLockMode | ( | $lockMode | ) |
Definition at line 589 of file class.ilObjAssessmentFolder.php.
|
static |
Definition at line 313 of file class.ilObjAssessmentFolder.php.
References $setting.
|
static |
ilObjAssessmentFolder::update | ( | ) |
update object data
public
Reimplemented from ilObject.
Definition at line 48 of file class.ilObjAssessmentFolder.php.
ilObjAssessmentFolder::$setting |
Definition at line 26 of file class.ilObjAssessmentFolder.php.
Referenced by _enableAssessmentLogging(), _enabledAssessmentLogging(), _getForbiddenQuestionTypes(), _getLogLanguage(), _getManualScoring(), _getManualScoringTypes(), _setForbiddenQuestionTypes(), _setLogLanguage(), _setManualScoring(), getScoringAdjustableQuestions(), getScoringAdjustmentEnabled(), setScoringAdjustableQuestions(), and setScoringAdjustmentEnabled().
const ilObjAssessmentFolder::ADDITIONAL_QUESTION_CONTENT_EDITING_MODE_PAGE_OBJECT_DISABLED = 0 |
Definition at line 19 of file class.ilObjAssessmentFolder.php.
Referenced by ilObjAdvancedEditingGUI\initPageEditorForm().
const ilObjAssessmentFolder::ADDITIONAL_QUESTION_CONTENT_EDITING_MODE_PAGE_OBJECT_ENABLED = 1 |
Definition at line 20 of file class.ilObjAssessmentFolder.php.
const ilObjAssessmentFolder::ASS_PROC_LOCK_MODE_DB = 'db' |
Definition at line 24 of file class.ilObjAssessmentFolder.php.
Referenced by ilTestProcessLockerFactory\getLocker(), and ilAssQuestionProcessLockerFactory\getLocker().
const ilObjAssessmentFolder::ASS_PROC_LOCK_MODE_FILE = 'file' |
Definition at line 23 of file class.ilObjAssessmentFolder.php.
Referenced by ilTestProcessLockerFactory\getLocker(), and ilAssQuestionProcessLockerFactory\getLocker().
const ilObjAssessmentFolder::ASS_PROC_LOCK_MODE_NONE = 'none' |
Definition at line 22 of file class.ilObjAssessmentFolder.php.
Referenced by ilTestProcessLockerFactory\getLocker(), ilAssQuestionProcessLockerFactory\getLocker(), ilTestProcessLockerFactory\getLockModeSettingValue(), ilAssQuestionProcessLockerFactory\getLockModeSettingValue(), and ilObjAssessmentFolderGUI\saveSettingsObject().