| ILIAS
    release_6 Revision v6.24-5-g0c8bfefb3b8
    | 
Settings for LO courses. More...
 Collaboration diagram for ilLOSettings:
 Collaboration diagram for ilLOSettings:| Public Member Functions | |
| setInitialTestType ($a_type) | |
| Set Initial test type.  More... | |
| getInitialTestType () | |
| Get initial test type.  More... | |
| getQualifyingTestType () | |
| Get qualifying test type.  More... | |
| setQualifyingTestType ($a_type) | |
| Set qualifying test type.  More... | |
| setInitialTestAsStart ($a_type) | |
| isInitialTestStart () | |
| Get initial test start.  More... | |
| setQualifyingTestAsStart ($a_type) | |
| Set qt as start object.  More... | |
| isQualifyingTestStart () | |
| Is qt start object.  More... | |
| hasSeparateInitialTests () | |
| Check if separate initial test are configured.  More... | |
| hasSeparateQualifiedTests () | |
| Check if separate qualified tests are configured.  More... | |
| isInitialTestQualifying () | |
| Check if initial test is qualifying*.  More... | |
| worksWithStartObjects () | |
| Check if start objects are enabled.  More... | |
| worksWithInitialTest () | |
| Check if the loc is configured for initial tests.  More... | |
| isGeneralQualifiedTestVisible () | |
| Check if qualified test for all objectives is visible.  More... | |
| setGeneralQualifiedTestVisibility ($a_stat) | |
| isQualifiedTestPerObjectiveVisible () | |
| setQualifiedTestPerObjectiveVisibility ($a_stat) | |
| getPassedObjectiveMode () | |
| setPassedObjectiveMode ($a_mode) | |
| isGeneralInitialTestVisible () | |
| Check if initial test for all objectives is visible.  More... | |
| settingsExist () | |
| getObjId () | |
| setType ($a_type) | |
| getType () | |
| getTestByType ($a_type) | |
| getTests () | |
| Get assigned tests.  More... | |
| isRandomTestType ($a_type) | |
| Check if test is of type random test.  More... | |
| setInitialTest ($a_id) | |
| set initial test id  More... | |
| getInitialTest () | |
| get initial test  More... | |
| setQualifiedTest ($a_id) | |
| set qualified test  More... | |
| getQualifiedTest () | |
| get qualified test  More... | |
| resetResults ($a_status) | |
| reset results  More... | |
| isResetResultsEnabled () | |
| check if reset result is enabled  More... | |
| create () | |
| Create new entry.  More... | |
| update () | |
| update settings @global type $ilDB  More... | |
| updateStartObjects (ilContainerStartObjects $start) | |
| Update start objects Depends on course objective settings.  More... | |
| toXml (ilXmlWriter $writer) | |
| export to xml  More... | |
| Static Public Member Functions | |
| static | getInstanceByObjId ($a_obj_id) | 
| get singleton instance  More... | |
| static | isObjectiveTest ($a_trst_ref_id) | 
| Check if test ref_id is used in an objective course.  More... | |
| static | cloneSettings ($a_copy_id, $a_container_id, $a_new_container_id) | 
| Clone settings.  More... | |
| Data Fields | |
| const | QST_PASSED_FLAG = 1 | 
| const | QST_PASSED_HIDE = 2 | 
| const | TYPE_INITIAL_PLACEMENT_ALL = 1 | 
| const | TYPE_INITIAL_PLACEMENT_SELECTED = 2 | 
| const | TYPE_INITIAL_QUALIFYING_ALL = 3 | 
| const | TYPE_INITIAL_QUALIFYING_SELECTED = 4 | 
| const | TYPE_INITIAL_NONE = 5 | 
| const | TYPE_QUALIFYING_ALL = 1 | 
| const | TYPE_QUALIFYING_SELECTED = 2 | 
| const | TYPE_TEST_UNDEFINED = 0 | 
| const | TYPE_TEST_INITIAL = 1 | 
| const | TYPE_TEST_QUALIFIED = 2 | 
| const | QT_VISIBLE_ALL = 0 | 
| const | QT_VISIBLE_OBJECTIVE = 1 | 
| const | LOC_INITIAL_ALL = 1 | 
| const | LOC_INITIAL_SEL = 2 | 
| const | LOC_QUALIFIED = 3 | 
| const | LOC_PRACTISE = 4 | 
| const | HIDE_PASSED_OBJECTIVE_QST = 1 | 
| const | MARK_PASSED_OBJECTIVE_QST = 2 | 
| Protected Member Functions | |
| __construct ($a_cont_id) | |
| Constructor.  More... | |
| read () | |
| Read.  More... | |
| Private Attributes | |
| $logger = null | |
| $it_type = self::TYPE_INITIAL_PLACEMENT_ALL | |
| $qt_type = self::TYPE_QUALIFYING_ALL | |
| $it_start = false | |
| $qt_start = false | |
| $container_id = 0 | |
| $type = 0 | |
| $initial_test = 0 | |
| $qualified_test = 0 | |
| $reset_results = true | |
| $passed_objective_mode = self::HIDE_PASSED_OBJECTIVE_QST | |
| $entry_exists = false | |
| Static Private Attributes | |
| static | $instances = array() | 
| 
 | protected | 
Constructor.
| int | $a_cont_id | 
Definition at line 76 of file class.ilLOSettings.php.
References $GLOBALS, and read().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | static | 
Clone settings.
| type | $a_copy_id | |
| type | $a_container_id | |
| type | $a_new_container_id | 
Definition at line 222 of file class.ilLOSettings.php.
References ilCopyWizardOptions\_getInstance(), and getInstanceByObjId().
Referenced by ilObjCourse\cloneDependencies().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilLOSettings::create | ( | ) | 
Create new entry.
Definition at line 447 of file class.ilLOSettings.php.
References $DIC, $ilDB, $query, getInitialTest(), getInitialTestType(), getObjId(), getPassedObjectiveMode(), getQualifiedTest(), getQualifyingTestType(), isInitialTestStart(), isQualifyingTestStart(), and isResetResultsEnabled().
Referenced by update().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilLOSettings::getInitialTest | ( | ) | 
get initial test
Definition at line 401 of file class.ilLOSettings.php.
References $initial_test.
Referenced by create(), getTestByType(), getTests(), read(), toXml(), update(), and updateStartObjects().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilLOSettings::getInitialTestType | ( | ) | 
Get initial test type.
Definition at line 110 of file class.ilLOSettings.php.
References $it_type.
Referenced by create(), hasSeparateInitialTests(), isGeneralInitialTestVisible(), isInitialTestQualifying(), toXml(), update(), updateStartObjects(), and worksWithInitialTest().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
get singleton instance
| int | $a_obj_id | 
Definition at line 89 of file class.ilLOSettings.php.
Referenced by ilLOTestAssignments\__construct(), ilCourseObjectivesGUI\__construct(), ilLOEditorGUI\__construct(), ilCourseObjectivesTableGUI\__construct(), ilCourseObjectiveQuestionAssignmentTableGUI\__construct(), ilLOTestAssignmentTableGUI\__construct(), ilLOMemberTestResultTableGUI\__construct(), ilLOTestQuestionAdapter\__construct(), ilLOTestAssignmentForm\__construct(), ilLOEditorStatus\__construct(), ilContainerObjectiveGUI\buildObjectiveProgressBar(), cloneSettings(), ilLOEditorGUI\confirmDeleteTest(), ilLOEditorGUI\confirmDeleteTests(), ilLOEditorGUI\deleteTest(), ilLOEditorGUI\deleteTests(), ilLOEditorStatus\determineActiveSection(), ilLOUserResults\getCompletedObjectiveIds(), ilLOUserResults\getCourseResultsForUserPresentation(), ilLOEditorStatus\getHTML(), ilContainerObjectiveGUI\getMainContent(), ilContainerObjectiveGUI\getObjectiveResultSummary(), ilLOUserResults\getObjectiveStatusForLP(), ilLOUserResults\getSummarizedObjectiveStatusForLP(), ilTrQuery\getUserObjectiveMatrix(), ilTestResultHeaderLabelBuilder\initTestType(), ilLOUtils\isCompleted(), ilLOUtils\lookupObjectiveRequiredPercentage(), ilLOXmlParser\parseSettings(), ilPortfolioPageGUI\renderMyCourses(), ilTestLearningObjectivesStatusGUI\renderStatus(), ilCourseObjectiveResult\reset(), ilTestLP\resetCustomLPDataForUserIds(), ilLOEditorGUI\saveMultiTestAssignment(), ilLOEditorGUI\saveSettings(), ilLOEditorGUI\saveTest(), ilLOEditorGUI\setTabs(), ilContainerObjectiveGUI\showObjectives(), ilLOEditorGUI\testOverview(), ilLOEditorGUI\testsOverview(), and ilLOXmlWriter\write().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilLOSettings::getObjId | ( | ) | 
Definition at line 324 of file class.ilLOSettings.php.
References $container_id.
Referenced by create(), read(), and update().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilLOSettings::getPassedObjectiveMode | ( | ) | 
Definition at line 296 of file class.ilLOSettings.php.
References $passed_objective_mode.
Referenced by create(), toXml(), and update().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilLOSettings::getQualifiedTest | ( | ) | 
get qualified test
Definition at line 421 of file class.ilLOSettings.php.
References $qualified_test.
Referenced by create(), getTestByType(), getTests(), read(), toXml(), update(), and updateStartObjects().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilLOSettings::getQualifyingTestType | ( | ) | 
Get qualifying test type.
Definition at line 118 of file class.ilLOSettings.php.
References $qt_type.
Referenced by create(), hasSeparateQualifiedTests(), isGeneralQualifiedTestVisible(), isQualifiedTestPerObjectiveVisible(), toXml(), update(), and updateStartObjects().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilLOSettings::getTestByType | ( | $a_type | ) | 
| type | $a_type | 
Definition at line 345 of file class.ilLOSettings.php.
References $a_type, getInitialTest(), getQualifiedTest(), TYPE_TEST_INITIAL, and TYPE_TEST_QUALIFIED.
Referenced by isRandomTestType().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilLOSettings::getTests | ( | ) | 
Get assigned tests.
Definition at line 361 of file class.ilLOSettings.php.
References getInitialTest(), and getQualifiedTest().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilLOSettings::getType | ( | ) | 
Definition at line 334 of file class.ilLOSettings.php.
References $type.
| ilLOSettings::hasSeparateInitialTests | ( | ) | 
Check if separate initial test are configured.
Definition at line 171 of file class.ilLOSettings.php.
References getInitialTestType(), and TYPE_INITIAL_QUALIFYING_SELECTED.
 Here is the call graph for this function:
 Here is the call graph for this function:| ilLOSettings::hasSeparateQualifiedTests | ( | ) | 
Check if separate qualified tests are configured.
Definition at line 179 of file class.ilLOSettings.php.
References getQualifyingTestType(), and TYPE_QUALIFYING_SELECTED.
 Here is the call graph for this function:
 Here is the call graph for this function:| ilLOSettings::isGeneralInitialTestVisible | ( | ) | 
Check if initial test for all objectives is visible.
Definition at line 310 of file class.ilLOSettings.php.
References getInitialTestType(), and TYPE_INITIAL_QUALIFYING_ALL.
 Here is the call graph for this function:
 Here is the call graph for this function:| ilLOSettings::isGeneralQualifiedTestVisible | ( | ) | 
Check if qualified test for all objectives is visible.
Definition at line 272 of file class.ilLOSettings.php.
References getQualifyingTestType(), and TYPE_QUALIFYING_ALL.
 Here is the call graph for this function:
 Here is the call graph for this function:| ilLOSettings::isInitialTestQualifying | ( | ) | 
Check if initial test is qualifying*.
Definition at line 187 of file class.ilLOSettings.php.
References getInitialTestType(), and TYPE_INITIAL_QUALIFYING_SELECTED.
 Here is the call graph for this function:
 Here is the call graph for this function:| ilLOSettings::isInitialTestStart | ( | ) | 
Get initial test start.
Definition at line 145 of file class.ilLOSettings.php.
References $it_start.
Referenced by create(), toXml(), update(), updateStartObjects(), and worksWithStartObjects().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Check if test ref_id is used in an objective course.
| int | ref_id | 
Definition at line 196 of file class.ilLOSettings.php.
References $DIC, $ilDB, $query, $res, ilDBConstants\FETCHMODE_OBJECT, and ilLOTestAssignments\lookupContainerForTest().
Referenced by ilObjTestGUI\determineObjectiveOrientedContainer(), ilObjTestListGUI\isObjectiveTest(), ilObjTestListGUI\modifyTitleLink(), and ilTestLP\resetCustomLPDataForUserIds().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilLOSettings::isQualifiedTestPerObjectiveVisible | ( | ) | 
Definition at line 286 of file class.ilLOSettings.php.
References getQualifyingTestType(), and TYPE_QUALIFYING_SELECTED.
 Here is the call graph for this function:
 Here is the call graph for this function:| ilLOSettings::isQualifyingTestStart | ( | ) | 
Is qt start object.
Definition at line 163 of file class.ilLOSettings.php.
References $qt_start.
Referenced by create(), toXml(), update(), updateStartObjects(), and worksWithStartObjects().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilLOSettings::isRandomTestType | ( | $a_type | ) | 
Check if test is of type random test.
| type | $a_type | 
Definition at line 379 of file class.ilLOSettings.php.
References $a_type, ilObject\_lookupObjId(), ilObjTest\_lookupRandomTest(), and getTestByType().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilLOSettings::isResetResultsEnabled | ( | ) | 
check if reset result is enabled
Definition at line 439 of file class.ilLOSettings.php.
References $reset_results.
Referenced by create(), toXml(), and update().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
Read.
Definition at line 568 of file class.ilLOSettings.php.
References $DIC, $GLOBALS, $ilDB, $query, $res, ilDBConstants\FETCHMODE_OBJECT, getInitialTest(), getObjId(), getQualifiedTest(), resetResults(), setInitialTest(), setInitialTestAsStart(), setInitialTestType(), setPassedObjectiveMode(), setQualifiedTest(), setQualifyingTestAsStart(), and setQualifyingTestType().
Referenced by __construct().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilLOSettings::resetResults | ( | $a_status | ) | 
reset results
| type | $a_status | 
Definition at line 430 of file class.ilLOSettings.php.
Referenced by read().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilLOSettings::setGeneralQualifiedTestVisibility | ( | $a_stat | ) | 
Definition at line 280 of file class.ilLOSettings.php.
| ilLOSettings::setInitialTest | ( | $a_id | ) | 
set initial test id
| type | $a_id | 
Definition at line 391 of file class.ilLOSettings.php.
Referenced by read(), and ilLOEditorGUI\updateTestAssignments().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilLOSettings::setInitialTestAsStart | ( | $a_type | ) | 
| type | $a_type | 
Definition at line 136 of file class.ilLOSettings.php.
References $a_type.
Referenced by read().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilLOSettings::setInitialTestType | ( | $a_type | ) | 
Set Initial test type.
| type | $a_type | 
Definition at line 101 of file class.ilLOSettings.php.
References $a_type.
Referenced by read().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilLOSettings::setPassedObjectiveMode | ( | $a_mode | ) | 
Definition at line 301 of file class.ilLOSettings.php.
Referenced by read().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilLOSettings::setQualifiedTest | ( | $a_id | ) | 
set qualified test
| type | $a_id | 
Definition at line 411 of file class.ilLOSettings.php.
Referenced by read(), and ilLOEditorGUI\updateTestAssignments().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilLOSettings::setQualifiedTestPerObjectiveVisibility | ( | $a_stat | ) | 
Definition at line 291 of file class.ilLOSettings.php.
| ilLOSettings::setQualifyingTestAsStart | ( | $a_type | ) | 
Set qt as start object.
| type | $a_type | 
Definition at line 154 of file class.ilLOSettings.php.
References $a_type.
Referenced by read().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilLOSettings::setQualifyingTestType | ( | $a_type | ) | 
Set qualifying test type.
| type | $a_type | 
Definition at line 127 of file class.ilLOSettings.php.
References $a_type.
Referenced by read().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilLOSettings::settingsExist | ( | ) | 
Definition at line 319 of file class.ilLOSettings.php.
References $entry_exists.
| ilLOSettings::setType | ( | $a_type | ) | 
Definition at line 329 of file class.ilLOSettings.php.
References $a_type.
| ilLOSettings::toXml | ( | ilXmlWriter | $writer | ) | 
export to xml
| ilXmlWriter | $writer | 
Definition at line 606 of file class.ilLOSettings.php.
References getInitialTest(), getInitialTestType(), getPassedObjectiveMode(), getQualifiedTest(), getQualifyingTestType(), isInitialTestStart(), isQualifyingTestStart(), isResetResultsEnabled(), and ilXmlWriter\xmlElement().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilLOSettings::update | ( | ) | 
update settings @global type $ilDB
Definition at line 475 of file class.ilLOSettings.php.
References $DIC, $ilDB, $query, create(), getInitialTest(), getInitialTestType(), getObjId(), getPassedObjectiveMode(), getQualifiedTest(), getQualifyingTestType(), isInitialTestStart(), isQualifyingTestStart(), and isResetResultsEnabled().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilLOSettings::updateStartObjects | ( | ilContainerStartObjects | $start | ) | 
Update start objects Depends on course objective settings.
| ilContainerStartObjects | 
Definition at line 505 of file class.ilLOSettings.php.
References ilContainerStartObjects\add(), ilContainerStartObjects\deleteItem(), ilContainerStartObjects\exists(), getInitialTest(), getInitialTestType(), getQualifiedTest(), getQualifyingTestType(), isInitialTestStart(), isQualifyingTestStart(), TYPE_INITIAL_NONE, TYPE_INITIAL_PLACEMENT_ALL, TYPE_INITIAL_QUALIFYING_ALL, and TYPE_QUALIFYING_ALL.
 Here is the call graph for this function:
 Here is the call graph for this function:| ilLOSettings::worksWithInitialTest | ( | ) | 
Check if the loc is configured for initial tests.
Definition at line 263 of file class.ilLOSettings.php.
References getInitialTestType(), and TYPE_INITIAL_NONE.
 Here is the call graph for this function:
 Here is the call graph for this function:| ilLOSettings::worksWithStartObjects | ( | ) | 
Check if start objects are enabled.
Definition at line 254 of file class.ilLOSettings.php.
References isInitialTestStart(), and isQualifyingTestStart().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | private | 
Definition at line 61 of file class.ilLOSettings.php.
Referenced by getObjId().
| 
 | private | 
Definition at line 69 of file class.ilLOSettings.php.
Referenced by settingsExist().
| 
 | private | 
Definition at line 63 of file class.ilLOSettings.php.
Referenced by getInitialTest().
| 
 | staticprivate | 
Definition at line 44 of file class.ilLOSettings.php.
| 
 | private | 
Definition at line 56 of file class.ilLOSettings.php.
Referenced by isInitialTestStart().
| 
 | private | 
Definition at line 53 of file class.ilLOSettings.php.
Referenced by getInitialTestType().
| 
 | private | 
Definition at line 49 of file class.ilLOSettings.php.
| 
 | private | 
Definition at line 66 of file class.ilLOSettings.php.
Referenced by getPassedObjectiveMode().
| 
 | private | 
Definition at line 57 of file class.ilLOSettings.php.
Referenced by isQualifyingTestStart().
| 
 | private | 
Definition at line 54 of file class.ilLOSettings.php.
Referenced by getQualifyingTestType().
| 
 | private | 
Definition at line 64 of file class.ilLOSettings.php.
Referenced by getQualifiedTest().
| 
 | private | 
Definition at line 65 of file class.ilLOSettings.php.
Referenced by isResetResultsEnabled().
| 
 | private | 
Definition at line 62 of file class.ilLOSettings.php.
Referenced by getType().
| const ilLOSettings::HIDE_PASSED_OBJECTIVE_QST = 1 | 
Definition at line 40 of file class.ilLOSettings.php.
Referenced by ilLOEditorGUI\initSettingsForm(), and ilLOTestQuestionAdapter\prepareTestPass().
| const ilLOSettings::LOC_INITIAL_ALL = 1 | 
Definition at line 35 of file class.ilLOSettings.php.
| const ilLOSettings::LOC_INITIAL_SEL = 2 | 
Definition at line 36 of file class.ilLOSettings.php.
| const ilLOSettings::LOC_PRACTISE = 4 | 
Definition at line 38 of file class.ilLOSettings.php.
| const ilLOSettings::LOC_QUALIFIED = 3 | 
Definition at line 37 of file class.ilLOSettings.php.
| const ilLOSettings::MARK_PASSED_OBJECTIVE_QST = 2 | 
Definition at line 41 of file class.ilLOSettings.php.
Referenced by ilLOEditorGUI\initSettingsForm(), and ilLOTestQuestionAdapter\prepareTestPass().
| const ilLOSettings::QST_PASSED_FLAG = 1 | 
Definition at line 13 of file class.ilLOSettings.php.
| const ilLOSettings::QST_PASSED_HIDE = 2 | 
Definition at line 14 of file class.ilLOSettings.php.
| const ilLOSettings::QT_VISIBLE_ALL = 0 | 
Definition at line 31 of file class.ilLOSettings.php.
| const ilLOSettings::QT_VISIBLE_OBJECTIVE = 1 | 
Definition at line 32 of file class.ilLOSettings.php.
| const ilLOSettings::TYPE_INITIAL_NONE = 5 | 
Definition at line 20 of file class.ilLOSettings.php.
Referenced by ilLOEditorGUI\initSettingsForm(), ilLOEditorGUI\saveSettings(), updateStartObjects(), ilLOEditorGUI\updateTestAssignments(), and worksWithInitialTest().
| const ilLOSettings::TYPE_INITIAL_PLACEMENT_ALL = 1 | 
Definition at line 16 of file class.ilLOSettings.php.
Referenced by ilLOEditorGUI\initSettingsForm(), ilLOEditorGUI\saveSettings(), ilLOEditorGUI\setTabs(), updateStartObjects(), and ilLOEditorGUI\updateTestAssignments().
| const ilLOSettings::TYPE_INITIAL_PLACEMENT_SELECTED = 2 | 
Definition at line 17 of file class.ilLOSettings.php.
Referenced by ilLOEditorGUI\initSettingsForm(), ilLOEditorGUI\saveSettings(), and ilLOEditorGUI\updateTestAssignments().
| const ilLOSettings::TYPE_INITIAL_QUALIFYING_ALL = 3 | 
Definition at line 18 of file class.ilLOSettings.php.
Referenced by ilLOEditorGUI\initSettingsForm(), isGeneralInitialTestVisible(), ilLOEditorGUI\saveSettings(), ilLOEditorGUI\setTabs(), updateStartObjects(), and ilLOEditorGUI\updateTestAssignments().
| const ilLOSettings::TYPE_INITIAL_QUALIFYING_SELECTED = 4 | 
Definition at line 19 of file class.ilLOSettings.php.
Referenced by hasSeparateInitialTests(), ilLOEditorGUI\initSettingsForm(), isInitialTestQualifying(), ilLOEditorGUI\saveSettings(), and ilLOEditorGUI\updateTestAssignments().
| const ilLOSettings::TYPE_QUALIFYING_ALL = 1 | 
Definition at line 22 of file class.ilLOSettings.php.
Referenced by ilLOEditorGUI\initSettingsForm(), isGeneralQualifiedTestVisible(), ilLOEditorGUI\saveSettings(), ilLOEditorGUI\setTabs(), updateStartObjects(), and ilLOEditorGUI\updateTestAssignments().
| const ilLOSettings::TYPE_QUALIFYING_SELECTED = 2 | 
Definition at line 23 of file class.ilLOSettings.php.
Referenced by ilCourseObjectivesTableGUI\__construct(), ilCourseObjectivesTableGUI\fillRow(), hasSeparateQualifiedTests(), ilLOEditorGUI\initSettingsForm(), isQualifiedTestPerObjectiveVisible(), ilCourseObjectivesTableGUI\parse(), ilLOEditorGUI\saveSettings(), and ilLOEditorGUI\updateTestAssignments().
| const ilLOSettings::TYPE_TEST_INITIAL = 1 | 
Definition at line 28 of file class.ilLOSettings.php.
Referenced by ilContainerObjectiveGUI\addItemDetails(), ilContainerObjectiveGUI\buildObjectiveMap(), ilLOTestQuestionAdapter\buildQuestionRelatedObjectiveList(), ilLOEditorGUI\confirmDeleteTest(), ilLOEditorGUI\confirmDeleteTests(), ilLOEditorGUI\deleteTest(), ilLOEditorGUI\deleteTests(), ilLOEditorStatus\getFirstFailedStep(), ilLOEditorStatus\getHTML(), ilLOEditorStatus\getInitialTestStatus(), ilLOTestAssignments\getTestByObjective(), getTestByType(), ilLOTestAssignments\getTypeByTest(), ilTestLearningObjectivesStatusGUI\getUsersObjectivesStatus(), ilCourseObjective\ilClone(), ilLOTestAssignmentForm\initForm(), ilCourseObjectivesGUI\initFormRandom(), ilLOTestAssignmentTableGUI\initTitle(), ilCourseObjectivesGUI\initWizard(), ilLOTestQuestionAdapter\isQualifiedStartRun(), ilLOTestQuestionAdapter\lookupRelevantObjectiveIdsForTest(), ilCourseObjectivesTableGUI\parse(), ilLOMemberTestResultTableGUI\parse(), ilContainerObjectiveGUI\parseLOUserResults(), ilPortfolioPageGUI\parseObjectives(), ilContainerObjectiveGUI\renderObjective(), ilCourseObjectiveResult\reset(), ilCourseObjectivesGUI\saveRandom(), ilCourseObjectivesGUI\selfAssessmentAssignment(), ilLOEditorGUI\setTabs(), ilContainerObjectiveGUI\showObjectives(), ilLOEditorGUI\testAssignment(), ilLOEditorGUI\testOverview(), ilLOEditorGUI\testSettings(), ilLOEditorGUI\testsOverview(), ilLOTestQuestionAdapter\updateRandomQuestions(), and ilLOEditorGUI\updateTestAssignments().
| const ilLOSettings::TYPE_TEST_QUALIFIED = 2 | 
Definition at line 29 of file class.ilLOSettings.php.
Referenced by ilContainerObjectiveGUI\buildObjectiveMap(), ilContainerObjectiveGUI\buildObjectiveProgressBar(), ilLOTestQuestionAdapter\buildQuestionRelatedObjectiveList(), ilLOEditorGUI\confirmDeleteTest(), ilLOEditorGUI\confirmDeleteTests(), ilLOEditorGUI\deleteTest(), ilLOEditorGUI\deleteTests(), ilCourseObjectivesGUI\finalTestAssignment(), ilLOEditorStatus\getFirstFailedStep(), ilLOEditorStatus\getHTML(), ilLOEditorStatus\getQualifiedTestStatus(), ilLOTestAssignments\getTestByObjective(), getTestByType(), ilLOTestAssignments\getTypeByTest(), ilTestLearningObjectivesStatusGUI\getUsersObjectivesStatus(), ilCourseObjective\ilClone(), ilLOTestAssignmentForm\initForm(), ilLOTestAssignmentTableGUI\initTitle(), ilCourseObjectivesGUI\initWizard(), ilLOTestQuestionAdapter\lookupRelevantObjectiveIdsForTest(), ilCourseObjectivesTableGUI\parse(), ilLOMemberTestResultTableGUI\parse(), ilContainerObjectiveGUI\parseLOUserResults(), ilPortfolioPageGUI\parseObjectives(), ilContainerObjectiveGUI\renderObjective(), ilCourseObjectiveResult\reset(), ilCourseObjectivesGUI\saveRandom(), ilLOEditorGUI\setTabs(), ilLOEditorGUI\testAssignment(), ilLOEditorGUI\testOverview(), ilLOEditorGUI\testSettings(), ilLOEditorGUI\testsOverview(), ilLOTestQuestionAdapter\updateRandomQuestions(), and ilLOEditorGUI\updateTestAssignments().
| const ilLOSettings::TYPE_TEST_UNDEFINED = 0 | 
Definition at line 27 of file class.ilLOSettings.php.
Referenced by ilCourseObjectiveMaterials\_getAssignableMaterials(), ilLOTestAssignments\getTypeByTest(), and ilContainerObjectiveGUI\showMaterials().