ILIAS
Release_5_0_x_branch Revision 61816
|
Settings for LO courses. More...
Static Public Member Functions | |
static | isCompleted ($a_cont_oid, $a_test_rid, $a_objective_id, $max_points, $reached, $limit_perc) |
Check if objective is completed. | |
static | lookupObjectiveRequiredPercentage ($a_container_id, $a_objective_id, $a_test_type, $a_max_points) |
static | lookupMaxAttempts ($a_container_id, $a_objective_id) |
static | lookupRandomTest ($a_test_obj_id) |
Check if test is a random test. | |
static | lookupQplBySequence ($a_test_ref_id, $a_sequence_id) |
Lookup assigned qpl name (including taxonomy) by sequence. | |
static | hasActiveRun ($a_container_id, $a_test_ref_id, $a_objective_id) |
Static Protected Member Functions | |
static | buildQplTitleByDefinition (ilTestRandomQuestionSetSourcePoolDefinition $def, ilTestTaxonomyFilterLabelTranslater $trans) |
build title by definition |
|
staticprotected |
build title by definition
ilTestRandomQuestionSetSourcePoolDefinition | $def |
Definition at line 160 of file class.ilLOUtils.php.
References ilTestRandomQuestionSetSourcePoolDefinition\getMappedFilterTaxId(), ilTestRandomQuestionSetSourcePoolDefinition\getMappedFilterTaxNodeId(), ilTestRandomQuestionSetSourcePoolDefinition\getPoolTitle(), and ilTestTaxonomyFilterLabelTranslater\getTaxonomyTreeLabel().
Referenced by lookupQplBySequence().
|
static |
Definition at line 176 of file class.ilLOUtils.php.
References $GLOBALS, ilObject\_lookupObjId(), ilObjTest\isParticipantsLastPassActive(), and ilLOTestRun\lookupObjectives().
Referenced by ilContainerObjectiveGUI\showObjectives().
|
static |
Check if objective is completed.
Definition at line 16 of file class.ilLOUtils.php.
References ilObject\_lookupObjId(), and ilLOSettings\getInstanceByObjId().
Referenced by ilLOTestQuestionAdapter\updateQuestionResult().
|
static |
type | $a_container_id | |
type | $a_objective_id | |
type | $a_passes |
Definition at line 84 of file class.ilLOUtils.php.
References ilLOSettings\getInstanceByObjId(), and ilCourseObjective\lookupMaxPasses().
Referenced by ilLOTestQuestionAdapter\initUserResult().
|
static |
type | $a_container_id | |
type | $a_objective_id | |
type | $a_test_type |
Definition at line 51 of file class.ilLOUtils.php.
References ilObject\_lookupObjId(), ilLOSettings\getInstanceByObjId(), ilLORandomTestQuestionPools\lookupLimit(), ilCourseObjectiveQuestion\loookupTestLimit(), and ilLOSettings\TYPE_TEST_QUALIFIED.
Referenced by ilLOTestQuestionAdapter\initUserResult().
|
static |
Lookup assigned qpl name (including taxonomy) by sequence.
type | $a_test_ref_id | |
type | $a_sequence_id |
Definition at line 116 of file class.ilLOUtils.php.
References $GLOBALS, buildQplTitleByDefinition(), and ilObjectFactory\getInstanceByRefId().
Referenced by ilCourseObjectivesTableGUI\parse().
|
static |
Check if test is a random test.
type | $a_test_obj_id |
Definition at line 104 of file class.ilLOUtils.php.
References ilObjTest\_lookupRandomTest().
Referenced by ilLOEditorStatus\lookupQuestionsAssigned(), and ilCourseObjectivesTableGUI\parse().