ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Settings for LO courses. More...
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 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_obj_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().
|
static |
Clone settings.
type | $a_copy_id | |
type | $a_container_id | |
type | $a_new_container_id |
Definition at line 220 of file class.ilLOSettings.php.
References $options, and ilCopyWizardOptions\_getInstance().
Referenced by ilObjCourse\cloneDependencies().
ilLOSettings::create | ( | ) |
Create new entry.
Definition at line 445 of file class.ilLOSettings.php.
References $ilDB, $query, getInitialTest(), getInitialTestType(), getObjId(), getPassedObjectiveMode(), getQualifiedTest(), getQualifyingTestType(), isInitialTestStart(), isQualifyingTestStart(), and isResetResultsEnabled().
Referenced by update().
ilLOSettings::getInitialTest | ( | ) |
get initial test
Definition at line 399 of file class.ilLOSettings.php.
References $initial_test.
Referenced by create(), getTestByType(), getTests(), read(), toXml(), update(), and updateStartObjects().
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(), ilLOEditorGUI\updateTestAssignments(), and worksWithInitialTest().
|
static |
get singleton instance
int | $a_obj_id |
Definition at line 89 of file class.ilLOSettings.php.
Referenced by ilLOTestAssignments\__construct(), ilLOMemberTestResultTableGUI\__construct(), ilLOTestAssignmentForm\__construct(), ilLOTestQuestionAdapter\__construct(), ilLOTestAssignmentTableGUI\__construct(), ilLOEditorStatus\__construct(), ilLOEditorGUI\__construct(), ilCourseObjectivesTableGUI\__construct(), ilCourseObjectiveQuestionAssignmentTableGUI\__construct(), ilCourseObjectivesGUI\__construct(), ilContainerObjectiveGUI\buildObjectiveProgressBar(), ilLOEditorGUI\confirmDeleteTest(), ilLOEditorGUI\confirmDeleteTests(), ilLOEditorGUI\deleteTest(), ilLOEditorGUI\deleteTests(), ilLOUserResults\getCompletedObjectiveIds(), ilLOUserResults\getCourseResultsForUserPresentation(), ilLOEditorStatus\getHTML(), ilContainerObjectiveGUI\getMainContent(), 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().
ilLOSettings::getObjId | ( | ) |
Definition at line 322 of file class.ilLOSettings.php.
References $container_id.
Referenced by create(), read(), and update().
ilLOSettings::getPassedObjectiveMode | ( | ) |
Definition at line 294 of file class.ilLOSettings.php.
Referenced by create(), toXml(), and update().
ilLOSettings::getQualifiedTest | ( | ) |
get qualified test
Definition at line 419 of file class.ilLOSettings.php.
References $qualified_test.
Referenced by create(), getTestByType(), getTests(), read(), toXml(), update(), and updateStartObjects().
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(), updateStartObjects(), and ilLOEditorGUI\updateTestAssignments().
ilLOSettings::getTestByType | ( | $a_type | ) |
type | $a_type |
Definition at line 343 of file class.ilLOSettings.php.
References $a_type, getInitialTest(), and getQualifiedTest().
Referenced by isRandomTestType().
ilLOSettings::getTests | ( | ) |
Get assigned tests.
Definition at line 359 of file class.ilLOSettings.php.
References array, getInitialTest(), and getQualifiedTest().
ilLOSettings::getType | ( | ) |
Definition at line 332 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().
ilLOSettings::hasSeparateQualifiedTests | ( | ) |
Check if separate qualified tests are configured.
Definition at line 179 of file class.ilLOSettings.php.
References getQualifyingTestType().
ilLOSettings::isGeneralInitialTestVisible | ( | ) |
Check if initial test for all objectives is visible.
Definition at line 308 of file class.ilLOSettings.php.
References getInitialTestType().
ilLOSettings::isGeneralQualifiedTestVisible | ( | ) |
Check if qualified test for all objectives is visible.
Definition at line 270 of file class.ilLOSettings.php.
References getQualifyingTestType().
ilLOSettings::isInitialTestQualifying | ( | ) |
Check if initial test is qualifying*.
Definition at line 187 of file class.ilLOSettings.php.
References getInitialTestType().
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().
|
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 $ilDB, $query, $res, $row, ilDBConstants\FETCHMODE_OBJECT, and ilLOTestAssignments\lookupContainerForTest().
Referenced by ilObjTestGUI\determineObjectiveOrientedContainer(), ilObjTestListGUI\isObjectiveTest(), ilObjTestListGUI\modifyTitleLink(), and ilTestLP\resetCustomLPDataForUserIds().
ilLOSettings::isQualifiedTestPerObjectiveVisible | ( | ) |
Definition at line 284 of file class.ilLOSettings.php.
References getQualifyingTestType().
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().
ilLOSettings::isRandomTestType | ( | $a_type | ) |
Check if test is of type random test.
type | $a_type |
Definition at line 377 of file class.ilLOSettings.php.
References $a_type, ilObject\_lookupObjId(), ilObjTest\_lookupRandomTest(), and getTestByType().
ilLOSettings::isResetResultsEnabled | ( | ) |
check if reset result is enabled
Definition at line 437 of file class.ilLOSettings.php.
References $reset_results.
Referenced by create(), toXml(), and update().
|
protected |
Read.
Definition at line 562 of file class.ilLOSettings.php.
References $GLOBALS, $ilDB, $query, $res, $row, ilDBConstants\FETCHMODE_OBJECT, getInitialTest(), getObjId(), getQualifiedTest(), resetResults(), setInitialTest(), setInitialTestAsStart(), setInitialTestType(), setPassedObjectiveMode(), setQualifiedTest(), setQualifyingTestAsStart(), and setQualifyingTestType().
Referenced by __construct().
ilLOSettings::resetResults | ( | $a_status | ) |
reset results
type | $a_status |
Definition at line 428 of file class.ilLOSettings.php.
Referenced by read().
ilLOSettings::setGeneralQualifiedTestVisibility | ( | $a_stat | ) |
Definition at line 278 of file class.ilLOSettings.php.
ilLOSettings::setInitialTest | ( | $a_id | ) |
set initial test id
type | $a_id |
Definition at line 389 of file class.ilLOSettings.php.
Referenced by read(), and ilLOEditorGUI\updateTestAssignments().
ilLOSettings::setInitialTestAsStart | ( | $a_type | ) |
type | $a_type |
Definition at line 136 of file class.ilLOSettings.php.
References $a_type.
Referenced by read().
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().
ilLOSettings::setPassedObjectiveMode | ( | $a_mode | ) |
Definition at line 299 of file class.ilLOSettings.php.
Referenced by read().
ilLOSettings::setQualifiedTest | ( | $a_id | ) |
set qualified test
type | $a_id |
Definition at line 409 of file class.ilLOSettings.php.
Referenced by read(), and ilLOEditorGUI\updateTestAssignments().
ilLOSettings::setQualifiedTestPerObjectiveVisibility | ( | $a_stat | ) |
Definition at line 289 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().
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().
ilLOSettings::settingsExist | ( | ) |
ilLOSettings::setType | ( | $a_type | ) |
Definition at line 327 of file class.ilLOSettings.php.
References $a_type.
ilLOSettings::toXml | ( | ilXmlWriter | $writer | ) |
export to xml
ilXmlWriter | $writer |
Definition at line 598 of file class.ilLOSettings.php.
References array, getInitialTest(), getInitialTestType(), getPassedObjectiveMode(), getQualifiedTest(), getQualifyingTestType(), isInitialTestStart(), isQualifyingTestStart(), isResetResultsEnabled(), and ilXmlWriter\xmlElement().
ilLOSettings::update | ( | ) |
update settings type $ilDB
Definition at line 471 of file class.ilLOSettings.php.
References $ilDB, $query, create(), getInitialTest(), getInitialTestType(), getObjId(), getPassedObjectiveMode(), getQualifiedTest(), getQualifyingTestType(), isInitialTestStart(), isQualifyingTestStart(), and isResetResultsEnabled().
Referenced by ilLOEditorGUI\updateTestAssignments().
ilLOSettings::updateStartObjects | ( | ilContainerStartObjects | $start | ) |
Update start objects Depends on course objective settings.
ilContainerStartObjects |
Definition at line 499 of file class.ilLOSettings.php.
References ilContainerStartObjects\add(), ilContainerStartObjects\deleteItem(), ilContainerStartObjects\exists(), getInitialTest(), getInitialTestType(), getQualifiedTest(), getQualifyingTestType(), isInitialTestStart(), and isQualifyingTestStart().
ilLOSettings::worksWithInitialTest | ( | ) |
Check if the loc is configured for initial tests.
Definition at line 261 of file class.ilLOSettings.php.
References getInitialTestType().
ilLOSettings::worksWithStartObjects | ( | ) |
Check if start objects are enabled.
Definition at line 252 of file class.ilLOSettings.php.
References isInitialTestStart(), and isQualifyingTestStart().
|
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.
|
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(), and ilLOEditorGUI\updateTestAssignments().
const ilLOSettings::TYPE_INITIAL_PLACEMENT_ALL = 1 |
Definition at line 16 of file class.ilLOSettings.php.
Referenced by ilLOEditorGUI\initSettingsForm(), ilLOEditorGUI\saveSettings(), ilLOEditorGUI\setTabs(), 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(), ilLOEditorGUI\saveSettings(), ilLOEditorGUI\setTabs(), and ilLOEditorGUI\updateTestAssignments().
const ilLOSettings::TYPE_INITIAL_QUALIFYING_SELECTED = 4 |
Definition at line 19 of file class.ilLOSettings.php.
Referenced by ilLOEditorGUI\initSettingsForm(), ilLOEditorGUI\saveSettings(), and ilLOEditorGUI\updateTestAssignments().
const ilLOSettings::TYPE_QUALIFYING_ALL = 1 |
Definition at line 22 of file class.ilLOSettings.php.
Referenced by ilLOEditorGUI\initSettingsForm(), ilLOEditorGUI\saveSettings(), ilLOEditorGUI\setTabs(), and ilLOEditorGUI\updateTestAssignments().
const ilLOSettings::TYPE_QUALIFYING_SELECTED = 2 |
Definition at line 23 of file class.ilLOSettings.php.
Referenced by ilCourseObjectivesTableGUI\__construct(), ilCourseObjectivesTableGUI\fillRow(), ilLOEditorGUI\initSettingsForm(), 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(), ilLOTestAssignments\getTypeByTest(), ilTestLearningObjectivesStatusGUI\getUsersObjectivesStatus(), ilCourseObjective\ilClone(), ilLOTestAssignmentForm\initForm(), ilCourseObjectivesGUI\initFormRandom(), ilLOTestAssignmentTableGUI\initTitle(), ilCourseObjectivesGUI\initWizard(), ilLOTestQuestionAdapter\isQualifiedStartRun(), ilLOTestQuestionAdapter\lookupRelevantObjectiveIdsForTest(), ilLOMemberTestResultTableGUI\parse(), ilCourseObjectivesTableGUI\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(), ilLOTestQuestionAdapter\buildQuestionRelatedObjectiveList(), ilLOEditorGUI\confirmDeleteTest(), ilLOEditorGUI\confirmDeleteTests(), ilLOEditorGUI\deleteTest(), ilLOEditorGUI\deleteTests(), ilCourseObjectivesGUI\finalTestAssignment(), ilLOEditorStatus\getFirstFailedStep(), ilLOEditorStatus\getHTML(), ilLOEditorStatus\getQualifiedTestStatus(), ilLOTestAssignments\getTestByObjective(), ilLOTestAssignments\getTypeByTest(), ilTestLearningObjectivesStatusGUI\getUsersObjectivesStatus(), ilCourseObjective\ilClone(), ilLOTestAssignmentForm\initForm(), ilLOTestAssignmentTableGUI\initTitle(), ilCourseObjectivesGUI\initWizard(), ilLOTestQuestionAdapter\lookupRelevantObjectiveIdsForTest(), ilLOMemberTestResultTableGUI\parse(), ilCourseObjectivesTableGUI\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().