|
ILIAS
trunk Revision v12.0_alpha-1540-g00f839d5fa1
|
Settings for LO courses. More...
Collaboration diagram for ilLOSettings:Static Public Member Functions | |
| static | getInstanceByObjId (int $a_obj_id) |
| static | isObjectiveTest (int $a_trst_ref_id) |
| Check if test ref_id is used in an objective course. More... | |
| static | cloneSettings (int $a_copy_id, int $a_container_id, int $a_new_container_id) |
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 (int $a_cont_id) | |
| read () | |
| Read. More... | |
| purgeReferences () | |
Protected Attributes | |
| ilDBInterface | $db |
| ilTree | $tree |
Private Attributes | |
| int | $it_type = self::TYPE_INITIAL_PLACEMENT_ALL |
| int | $qt_type = self::TYPE_QUALIFYING_ALL |
| bool | $it_start = false |
| bool | $qt_start = false |
| int | $container_id = 0 |
| int | $type = 0 |
| int | $initial_test = 0 |
| int | $qualified_test = 0 |
| bool | $reset_results = true |
| int | $passed_objective_mode = self::HIDE_PASSED_OBJECTIVE_QST |
| bool | $entry_exists = false |
| ilLogger | $logger |
Static Private Attributes | |
| static array | $instances = [] |
|
protected |
Definition at line 78 of file class.ilLOSettings.php.
References $DIC, ILIAS\Repository\logger(), and read().
Here is the call graph for this function:
|
static |
Definition at line 180 of file class.ilLOSettings.php.
References ILIAS\UI\Implementation\Component\Input\Field\$options, ilCopyWizardOptions\_getInstance(), and getInstanceByObjId().
Referenced by ilObjCourse\cloneDependencies().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLOSettings::create | ( | ) |
Definition at line 326 of file class.ilLOSettings.php.
References getInitialTest(), getInitialTestType(), getObjId(), getPassedObjectiveMode(), getQualifiedTest(), getQualifyingTestType(), isInitialTestStart(), isQualifyingTestStart(), and isResetResultsEnabled().
Referenced by update().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLOSettings::getInitialTest | ( | ) |
Definition at line 301 of file class.ilLOSettings.php.
References $initial_test.
Referenced by create(), getTestByType(), getTests(), purgeReferences(), toXml(), update(), and updateStartObjects().
Here is the caller graph for this function:| ilLOSettings::getInitialTestType | ( | ) |
Definition at line 102 of file class.ilLOSettings.php.
References $it_type.
Referenced by create(), hasSeparateInitialTests(), isGeneralInitialTestVisible(), isInitialTestQualifying(), ilLOEditorGUI\saveSettings(), ilLOEditorGUI\setTabs(), toXml(), update(), updateStartObjects(), ilLOEditorGUI\updateTestAssignments(), and worksWithInitialTest().
Here is the caller graph for this function:
|
static |
Definition at line 89 of file class.ilLOSettings.php.
Referenced by ilLOEditorGUI\__construct(), ilLOEditorStatus\__construct(), ilLOTestAssignments\__construct(), ilCourseObjectivesGUI\__construct(), ilLOTestQuestionAdapter\__construct(), ilCourseObjectivesTableGUI\__construct(), ilCourseObjectiveQuestionAssignmentTableGUI\__construct(), ilLOMemberTestResultTableGUI\__construct(), ilLOTestAssignmentForm\__construct(), ilLOTestAssignmentTableGUI\__construct(), ilTestLearningObjectivesStatusGUI\buildStatusItems(), cloneSettings(), ilLOTestAssignmentTableGUI\deleteTest(), ilLOEditorStatus\determineActiveSection(), ilLOUserResults\getCompletedObjectiveIds(), ilLOUserResults\getCourseResultsForUserPresentation(), ilLOEditorStatus\getHTML(), ilContainerObjectiveGUI\getMainContent(), ilLOUserResults\getObjectiveStatusForLP(), ilLOUserResults\getSummarizedObjectiveStatusForLP(), ilTrQuery\getUserObjectiveMatrix(), ilContainerObjectiveGUI\initRenderer(), ILIAS\Test\Results\Presentation\TitlesBuilder\initTestType(), ilLOXmlParser\parseSettings(), ILIAS\Containter\Content\ObjectiveRenderer\renderObjectives(), ilCourseObjectiveResult\reset(), ilLOEditorGUI\saveMultiTestAssignment(), ilLOEditorGUI\saveSettings(), ilLOEditorGUI\saveTest(), ilLOEditorGUI\setTabs(), ilContainerObjectiveGUI\showObjectives(), ILIAS\Containter\Content\ObjectiveRenderer\showObjectives(), ilLOEditorGUI\testOverview(), ilLOEditorGUI\testsOverview(), and ilLOXmlWriter\write().
Here is the caller graph for this function:| ilLOSettings::getObjId | ( | ) |
Definition at line 251 of file class.ilLOSettings.php.
References $container_id.
Referenced by create(), read(), and update().
Here is the caller graph for this function:| ilLOSettings::getPassedObjectiveMode | ( | ) |
Definition at line 229 of file class.ilLOSettings.php.
References $passed_objective_mode.
Referenced by create(), toXml(), and update().
Here is the caller graph for this function:| ilLOSettings::getQualifiedTest | ( | ) |
Definition at line 311 of file class.ilLOSettings.php.
References $qualified_test.
Referenced by create(), getTestByType(), getTests(), purgeReferences(), toXml(), update(), and updateStartObjects().
Here is the caller graph for this function:| ilLOSettings::getQualifyingTestType | ( | ) |
Definition at line 107 of file class.ilLOSettings.php.
References $qt_type.
Referenced by create(), hasSeparateQualifiedTests(), isGeneralQualifiedTestVisible(), ilLOEditorGUI\saveSettings(), ilLOEditorGUI\setTabs(), toXml(), update(), updateStartObjects(), and ilLOEditorGUI\updateTestAssignments().
Here is the caller graph for this function:| ilLOSettings::getTestByType | ( | int | $a_type | ) |
Definition at line 266 of file class.ilLOSettings.php.
References getInitialTest(), getQualifiedTest(), TYPE_TEST_INITIAL, and TYPE_TEST_QUALIFIED.
Referenced by isRandomTestType(), ilLOEditorGUI\saveTest(), and ilLOEditorGUI\testOverview().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLOSettings::getTests | ( | ) |
Definition at line 278 of file class.ilLOSettings.php.
References getInitialTest(), and getQualifiedTest().
Here is the call graph for this function:| ilLOSettings::getType | ( | ) |
| ilLOSettings::hasSeparateInitialTests | ( | ) |
Check if separate initial test are configured.
Definition at line 140 of file class.ilLOSettings.php.
References getInitialTestType(), and TYPE_INITIAL_QUALIFYING_SELECTED.
Here is the call graph for this function:| ilLOSettings::hasSeparateQualifiedTests | ( | ) |
Check if separate qualified tests are configured.
Definition at line 148 of file class.ilLOSettings.php.
References getQualifyingTestType(), and TYPE_QUALIFYING_SELECTED.
Here is the call graph for this function:| ilLOSettings::isGeneralInitialTestVisible | ( | ) |
Definition at line 239 of file class.ilLOSettings.php.
References getInitialTestType(), and TYPE_INITIAL_QUALIFYING_ALL.
Here is the call graph for this function:| ilLOSettings::isGeneralQualifiedTestVisible | ( | ) |
Definition at line 224 of file class.ilLOSettings.php.
References getQualifyingTestType(), and TYPE_QUALIFYING_ALL.
Here is the call graph for this function:| ilLOSettings::isInitialTestQualifying | ( | ) |
Check if initial test is qualifying*.
Definition at line 156 of file class.ilLOSettings.php.
References getInitialTestType(), and TYPE_INITIAL_QUALIFYING_SELECTED.
Here is the call graph for this function:| ilLOSettings::isInitialTestStart | ( | ) |
Definition at line 122 of file class.ilLOSettings.php.
References $it_start.
Referenced by create(), toXml(), update(), updateStartObjects(), and worksWithStartObjects().
Here is the caller graph for this function:
|
static |
Check if test ref_id is used in an objective course.
Definition at line 164 of file class.ilLOSettings.php.
References $DIC, $ilDB, $res, ilDBConstants\FETCHMODE_OBJECT, and ilLOTestAssignments\lookupContainerForTest().
Referenced by ilObjTestGUI\determineObjectiveOrientedContainer(), and ilObjTestListGUI\modifyTitleLink().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLOSettings::isQualifyingTestStart | ( | ) |
Definition at line 132 of file class.ilLOSettings.php.
References $qt_start.
Referenced by create(), ilLOEditorGUI\saveSettings(), toXml(), update(), updateStartObjects(), and worksWithStartObjects().
Here is the caller graph for this function:| ilLOSettings::isRandomTestType | ( | int | $a_type | ) |
Definition at line 290 of file class.ilLOSettings.php.
References ilObject\_lookupObjId(), ilObjTest\_lookupRandomTest(), and getTestByType().
Here is the call graph for this function:| ilLOSettings::isResetResultsEnabled | ( | ) |
Definition at line 321 of file class.ilLOSettings.php.
References $reset_results.
Referenced by create(), toXml(), and update().
Here is the caller graph for this function:
|
protected |
Definition at line 458 of file class.ilLOSettings.php.
References getInitialTest(), ilObjectFactory\getInstanceByRefId(), getQualifiedTest(), setInitialTest(), setQualifiedTest(), and update().
Referenced by read().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Read.
Definition at line 431 of file class.ilLOSettings.php.
References $res, ilDBConstants\FETCHMODE_OBJECT, getObjId(), purgeReferences(), resetResults(), setInitialTest(), setInitialTestAsStart(), setInitialTestType(), setPassedObjectiveMode(), setQualifiedTest(), setQualifyingTestAsStart(), and setQualifyingTestType().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLOSettings::resetResults | ( | bool | $a_status | ) |
Definition at line 316 of file class.ilLOSettings.php.
Referenced by read(), and ilLOEditorGUI\saveSettings().
Here is the caller graph for this function:| ilLOSettings::setInitialTest | ( | int | $a_id | ) |
Definition at line 296 of file class.ilLOSettings.php.
Referenced by ilLOTestAssignmentTableGUI\deleteTest(), purgeReferences(), read(), and ilLOEditorGUI\updateTestAssignments().
Here is the caller graph for this function:| ilLOSettings::setInitialTestAsStart | ( | bool | $a_type | ) |
Definition at line 117 of file class.ilLOSettings.php.
Referenced by read(), and ilLOEditorGUI\saveSettings().
Here is the caller graph for this function:| ilLOSettings::setInitialTestType | ( | int | $a_type | ) |
Definition at line 97 of file class.ilLOSettings.php.
Referenced by read(), and ilLOEditorGUI\saveSettings().
Here is the caller graph for this function:| ilLOSettings::setPassedObjectiveMode | ( | int | $a_mode | ) |
Definition at line 234 of file class.ilLOSettings.php.
Referenced by read(), and ilLOEditorGUI\saveSettings().
Here is the caller graph for this function:| ilLOSettings::setQualifiedTest | ( | int | $a_id | ) |
Definition at line 306 of file class.ilLOSettings.php.
Referenced by ilLOTestAssignmentTableGUI\deleteTest(), purgeReferences(), read(), and ilLOEditorGUI\updateTestAssignments().
Here is the caller graph for this function:| ilLOSettings::setQualifyingTestAsStart | ( | bool | $a_type | ) |
Definition at line 127 of file class.ilLOSettings.php.
Referenced by read(), and ilLOEditorGUI\saveSettings().
Here is the caller graph for this function:| ilLOSettings::setQualifyingTestType | ( | int | $a_type | ) |
Definition at line 112 of file class.ilLOSettings.php.
Referenced by read(), and ilLOEditorGUI\saveSettings().
Here is the caller graph for this function:| ilLOSettings::settingsExist | ( | ) |
Definition at line 246 of file class.ilLOSettings.php.
References $entry_exists.
| ilLOSettings::setType | ( | int | $a_type | ) |
Definition at line 256 of file class.ilLOSettings.php.
| ilLOSettings::toXml | ( | ilXmlWriter | $writer | ) |
Definition at line 477 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:| ilLOSettings::update | ( | ) |
Definition at line 344 of file class.ilLOSettings.php.
References create(), getInitialTest(), getInitialTestType(), getObjId(), getPassedObjectiveMode(), getQualifiedTest(), getQualifyingTestType(), isInitialTestStart(), isQualifyingTestStart(), and isResetResultsEnabled().
Referenced by ilLOTestAssignmentTableGUI\deleteTest(), purgeReferences(), ilLOEditorGUI\saveSettings(), and ilLOEditorGUI\updateTestAssignments().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLOSettings::updateStartObjects | ( | ilContainerStartObjects | $start | ) |
Update start objects Depends on course objective settings.
| ilContainerStartObjects |
Definition at line 370 of file class.ilLOSettings.php.
References ilContainerStartObjects\add(), ilContainerStartObjects\deleteItem(), ilContainerStartObjects\exists(), getInitialTest(), getInitialTestType(), getQualifiedTest(), getQualifyingTestType(), isInitialTestStart(), isQualifyingTestStart(), ILIAS\Repository\logger(), TYPE_INITIAL_NONE, TYPE_INITIAL_PLACEMENT_ALL, TYPE_INITIAL_QUALIFYING_ALL, and TYPE_QUALIFYING_ALL.
Here is the call graph for this function:| ilLOSettings::worksWithInitialTest | ( | ) |
Check if the loc is configured for initial tests.
Definition at line 219 of file class.ilLOSettings.php.
References getInitialTestType(), and TYPE_INITIAL_NONE.
Referenced by ilLOEditorGUI\setTabs().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLOSettings::worksWithStartObjects | ( | ) |
Check if start objects are enabled.
Definition at line 211 of file class.ilLOSettings.php.
References isInitialTestStart(), and isQualifyingTestStart().
Referenced by ilLOEditorGUI\setTabs().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 65 of file class.ilLOSettings.php.
Referenced by getObjId().
|
protected |
Definition at line 75 of file class.ilLOSettings.php.
|
private |
Definition at line 72 of file class.ilLOSettings.php.
Referenced by settingsExist().
|
private |
Definition at line 67 of file class.ilLOSettings.php.
Referenced by getInitialTest().
|
staticprivate |
Definition at line 58 of file class.ilLOSettings.php.
|
private |
Definition at line 63 of file class.ilLOSettings.php.
Referenced by isInitialTestStart().
|
private |
Definition at line 60 of file class.ilLOSettings.php.
Referenced by getInitialTestType().
|
private |
Definition at line 74 of file class.ilLOSettings.php.
|
private |
Definition at line 70 of file class.ilLOSettings.php.
Referenced by getPassedObjectiveMode().
|
private |
Definition at line 64 of file class.ilLOSettings.php.
Referenced by isQualifyingTestStart().
|
private |
Definition at line 61 of file class.ilLOSettings.php.
Referenced by getQualifyingTestType().
|
private |
Definition at line 68 of file class.ilLOSettings.php.
Referenced by getQualifiedTest().
|
private |
Definition at line 69 of file class.ilLOSettings.php.
Referenced by isResetResultsEnabled().
|
protected |
Definition at line 76 of file class.ilLOSettings.php.
|
private |
Definition at line 66 of file class.ilLOSettings.php.
Referenced by getType().
| const ilLOSettings::HIDE_PASSED_OBJECTIVE_QST = 1 |
Definition at line 55 of file class.ilLOSettings.php.
Referenced by ilLOEditorGUI\initSettingsForm(), and ilLOTestQuestionAdapter\prepareTestPass().
| const ilLOSettings::LOC_INITIAL_ALL = 1 |
Definition at line 50 of file class.ilLOSettings.php.
| const ilLOSettings::LOC_INITIAL_SEL = 2 |
Definition at line 51 of file class.ilLOSettings.php.
| const ilLOSettings::LOC_PRACTISE = 4 |
Definition at line 53 of file class.ilLOSettings.php.
| const ilLOSettings::LOC_QUALIFIED = 3 |
Definition at line 52 of file class.ilLOSettings.php.
| const ilLOSettings::MARK_PASSED_OBJECTIVE_QST = 2 |
Definition at line 56 of file class.ilLOSettings.php.
Referenced by ilLOEditorGUI\initSettingsForm(), and ilLOTestQuestionAdapter\prepareTestPass().
| const ilLOSettings::QST_PASSED_FLAG = 1 |
Definition at line 29 of file class.ilLOSettings.php.
| const ilLOSettings::QST_PASSED_HIDE = 2 |
Definition at line 30 of file class.ilLOSettings.php.
| const ilLOSettings::QT_VISIBLE_ALL = 0 |
Definition at line 47 of file class.ilLOSettings.php.
| const ilLOSettings::QT_VISIBLE_OBJECTIVE = 1 |
Definition at line 48 of file class.ilLOSettings.php.
| const ilLOSettings::TYPE_INITIAL_NONE = 5 |
Definition at line 36 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 32 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 33 of file class.ilLOSettings.php.
Referenced by ilLOEditorGUI\initSettingsForm(), ilLOEditorGUI\saveSettings(), and ilLOEditorGUI\updateTestAssignments().
| const ilLOSettings::TYPE_INITIAL_QUALIFYING_ALL = 3 |
Definition at line 34 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 35 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 38 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 39 of file class.ilLOSettings.php.
Referenced by ilCourseObjectivesTableGUI\__construct(), ilCourseObjectivesTableGUI\fillRow(), hasSeparateQualifiedTests(), ilLOEditorGUI\initSettingsForm(), ilCourseObjectivesTableGUI\parse(), ilLOEditorGUI\saveSettings(), and ilLOEditorGUI\updateTestAssignments().
| const ilLOSettings::TYPE_TEST_INITIAL = 1 |
Definition at line 44 of file class.ilLOSettings.php.
Referenced by ilContainerObjectiveGUI\addItemDetails(), ilContainerObjectiveGUI\buildObjectiveMap(), ilLOTestAssignmentTableGUI\deleteTest(), ILIAS\Container\Content\ItemBlock\ItemBlockSequenceGenerator\getBlocksForPart(), ilLOEditorStatus\getFirstFailedStep(), ilLOEditorStatus\getHTML(), ilLOEditorStatus\getInitialTestStatus(), ilLOTestAssignments\getTestByObjective(), getTestByType(), ilLOTestAssignmentTableGUI\getTitleLangVar(), ilLOTestAssignments\getTypeByTest(), ilTestLearningObjectivesStatusGUI\getUsersObjectivesStatus(), ilCourseObjective\ilClone(), ilLOTestAssignmentForm\initForm(), ilCourseObjectivesGUI\initFormRandom(), ilCourseObjectivesGUI\initWizard(), ilLOTestQuestionAdapter\isQualifiedStartRun(), ilLOTestQuestionAdapter\lookupRelevantObjectiveIdsForTest(), ilLOMemberTestResultTableGUI\parse(), ilCourseObjectivesTableGUI\parse(), ilContainerObjectiveGUI\parseLOUserResults(), ILIAS\Containter\Content\ObjectiveRenderer\parseLOUserResults(), ilCourseObjectiveResult\reset(), ilTestLP\resetCustomLPDataForUserIds(), ilCourseObjectivesGUI\saveRandom(), ilCourseObjectivesGUI\selfAssessmentAssignment(), ilLOEditorGUI\setTabs(), ilContainerObjectiveGUI\showObjectives(), ILIAS\Containter\Content\ObjectiveRenderer\showObjectives(), ilCourseObjectivesGUI\showRandomTestAssignment(), ilLOEditorGUI\testAssignment(), ilLOEditorGUI\testOverview(), ilLOEditorGUI\testOverviewInitial(), ilLOEditorGUI\testSettings(), ilLOEditorGUI\testsOverview(), ilLOEditorGUI\testsOverviewInitial(), ilLOTestQuestionAdapter\updateRandomQuestions(), and ilLOEditorGUI\updateTestAssignments().
| const ilLOSettings::TYPE_TEST_QUALIFIED = 2 |
Definition at line 45 of file class.ilLOSettings.php.
Referenced by ilContainerObjectiveGUI\buildObjectiveMap(), ilLOTestAssignmentTableGUI\deleteTest(), ilCourseObjectivesGUI\finalTestAssignment(), ILIAS\Container\Content\ItemBlock\ItemBlockSequenceGenerator\getBlocksForPart(), ilLOEditorStatus\getFirstFailedStep(), ilLOEditorStatus\getHTML(), ilLOEditorStatus\getQualifiedTestStatus(), ilLOTestAssignments\getTestByObjective(), getTestByType(), ilLOTestAssignmentTableGUI\getTitleLangVar(), ilLOTestAssignments\getTypeByTest(), ilTestLearningObjectivesStatusGUI\getUsersObjectivesStatus(), ilCourseObjective\ilClone(), ilLOTestAssignmentForm\initForm(), ilCourseObjectivesGUI\initWizard(), ilObjCourseAccess\isObjectiveResultRangeAchieved(), ilLOTestQuestionAdapter\lookupRelevantObjectiveIdsForTest(), ilLOMemberTestResultTableGUI\parse(), ilCourseObjectivesTableGUI\parse(), ilContainerObjectiveGUI\parseLOUserResults(), ILIAS\Containter\Content\ObjectiveRenderer\parseLOUserResults(), ilCourseObjectiveResult\reset(), ilTestLP\resetCustomLPDataForUserIds(), ilCourseObjectivesGUI\saveRandom(), ilLOEditorGUI\setTabs(), ilLOEditorGUI\testAssignment(), ilLOEditorGUI\testOverview(), ilLOEditorGUI\testOverviewQualified(), ilLOEditorGUI\testSettings(), ilLOEditorGUI\testsOverview(), ilLOEditorGUI\testsOverviewQualified(), ilLOTestQuestionAdapter\updateRandomQuestions(), and ilLOEditorGUI\updateTestAssignments().
| const ilLOSettings::TYPE_TEST_UNDEFINED = 0 |
Definition at line 43 of file class.ilLOSettings.php.
Referenced by ilCourseObjectiveMaterials\_getAssignableMaterials(), ilLOTestAssignments\getTypeByTest(), ilContainerObjectiveGUI\showMaterials(), ilCourseObjectivesGUI\showRandomTestAssignment(), ilLOEditorGUI\testAssignment(), ilLOEditorGUI\testOverview(), and ilLOEditorGUI\testsOverview().