|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilLORandomTestQuestionPools:Public Member Functions | |
| __construct (int $a_container_id, int $a_objective_id, int $a_test_type, int $a_qpl_sequence) | |
| setContainerId (int $a_id) | |
| getContainerId () | |
| setObjectiveId (int $a_id) | |
| getObjectiveId () | |
| setTestType (int $a_type) | |
| getTestType () | |
| setTestId (int $a_id) | |
| getTestId () | |
| setQplSequence (int $a_id) | |
| getQplSequence () | |
| setLimit (int $a_id) | |
| getLimit () | |
| copy (int $a_copy_id, int $a_new_course_id, int $a_new_objective_id) | |
| read () | |
| delete () | |
| create () | |
Static Public Member Functions | |
| static | lookupLimit (int $a_container_id, int $a_objective_id, int $a_test_type) |
| static | lookupSequences (int $a_container_id, int $a_objective_id, int $a_test_id) |
| static | lookupSequencesByType (int $a_container_id, int $a_objective_id, int $a_test_id, int $a_test_type) |
| static | lookupObjectiveIdsBySequence (int $a_container_id, int $a_seq_id) |
| static | deleteForObjectiveAndTestType (int $a_course_id, int $a_objective_id, int $a_tst_type) |
| static | toXml (ilXmlWriter $writer, int $a_objective_id) |
Protected Attributes | |
| int | $container_id = 0 |
| int | $objective_id = 0 |
| int | $test_type = 0 |
| int | $test_id = 0 |
| int | $qpl_seq = 0 |
| int | $limit = 50 |
| ilDBInterface | $db |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class ilLOEditorGUI
Definition at line 25 of file class.ilLORandomTestQuestionPools.php.
| ilLORandomTestQuestionPools::__construct | ( | int | $a_container_id, |
| int | $a_objective_id, | ||
| int | $a_test_type, | ||
| int | $a_qpl_sequence | ||
| ) |
Definition at line 36 of file class.ilLORandomTestQuestionPools.php.
Here is the call graph for this function:| ilLORandomTestQuestionPools::copy | ( | int | $a_copy_id, |
| int | $a_new_course_id, | ||
| int | $a_new_objective_id | ||
| ) |
Definition at line 183 of file class.ilLORandomTestQuestionPools.php.
References $ref_id, ilObject\_getAllReferences(), ilCopyWizardOptions\_getInstance(), and ilLoggerFactory\getLogger().
Here is the call graph for this function:| ilLORandomTestQuestionPools::create | ( | ) |
Definition at line 268 of file class.ilLORandomTestQuestionPools.php.
References $query, and ilDBConstants\T_INTEGER.
| ilLORandomTestQuestionPools::delete | ( | ) |
Definition at line 247 of file class.ilLORandomTestQuestionPools.php.
References $query.
|
static |
Definition at line 257 of file class.ilLORandomTestQuestionPools.php.
References $GLOBALS, $query, ilDBInterface\manipulate(), and ilDBInterface\quote().
Referenced by ilCourseObjectivesGUI\saveRandom().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLORandomTestQuestionPools::getContainerId | ( | ) |
Definition at line 128 of file class.ilLORandomTestQuestionPools.php.
| ilLORandomTestQuestionPools::getLimit | ( | ) |
Definition at line 178 of file class.ilLORandomTestQuestionPools.php.
| ilLORandomTestQuestionPools::getObjectiveId | ( | ) |
Definition at line 138 of file class.ilLORandomTestQuestionPools.php.
| ilLORandomTestQuestionPools::getQplSequence | ( | ) |
Definition at line 168 of file class.ilLORandomTestQuestionPools.php.
| ilLORandomTestQuestionPools::getTestId | ( | ) |
Definition at line 158 of file class.ilLORandomTestQuestionPools.php.
| ilLORandomTestQuestionPools::getTestType | ( | ) |
Definition at line 148 of file class.ilLORandomTestQuestionPools.php.
|
static |
Definition at line 50 of file class.ilLORandomTestQuestionPools.php.
References $DIC, $ilDB, $query, $res, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilCourseObjectivesGUI\initFormRandom().
Here is the caller graph for this function:
|
static |
Definition at line 107 of file class.ilLORandomTestQuestionPools.php.
References $DIC, $ilDB, $query, $res, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilLOTestQuestionAdapter\lookupObjectiveIdByRandomQuestionSelectionDefinitionId().
Here is the caller graph for this function:
|
static |
Definition at line 66 of file class.ilLORandomTestQuestionPools.php.
References $DIC, $ilDB, $query, $res, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilLOEditorStatus\lookupQuestionsAssigned().
Here is the caller graph for this function:
|
static |
Definition at line 84 of file class.ilLORandomTestQuestionPools.php.
References ILIAS\Repository\int().
Referenced by ilCourseObjectivesGUI\initFormRandom(), ilCourseObjectivesTableGUI\parse(), and ilLOTestQuestionAdapter\updateRandomQuestions().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLORandomTestQuestionPools::read | ( | ) |
Definition at line 232 of file class.ilLORandomTestQuestionPools.php.
References $query, $res, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by __construct().
Here is the caller graph for this function:| ilLORandomTestQuestionPools::setContainerId | ( | int | $a_id | ) |
Definition at line 123 of file class.ilLORandomTestQuestionPools.php.
| ilLORandomTestQuestionPools::setLimit | ( | int | $a_id | ) |
Definition at line 173 of file class.ilLORandomTestQuestionPools.php.
| ilLORandomTestQuestionPools::setObjectiveId | ( | int | $a_id | ) |
Definition at line 133 of file class.ilLORandomTestQuestionPools.php.
| ilLORandomTestQuestionPools::setQplSequence | ( | int | $a_id | ) |
Definition at line 163 of file class.ilLORandomTestQuestionPools.php.
| ilLORandomTestQuestionPools::setTestId | ( | int | $a_id | ) |
Definition at line 153 of file class.ilLORandomTestQuestionPools.php.
| ilLORandomTestQuestionPools::setTestType | ( | int | $a_type | ) |
Definition at line 143 of file class.ilLORandomTestQuestionPools.php.
|
static |
Definition at line 283 of file class.ilLORandomTestQuestionPools.php.
References $DIC, $ilDB, $query, $res, ilDBConstants\FETCHMODE_OBJECT, ilLOXmlWriter\TYPE_TST_RND, and ilXmlWriter\xmlElement().
Referenced by ilCourseObjective\toXml().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 27 of file class.ilLORandomTestQuestionPools.php.
|
protected |
Definition at line 34 of file class.ilLORandomTestQuestionPools.php.
|
protected |
Definition at line 32 of file class.ilLORandomTestQuestionPools.php.
|
protected |
Definition at line 28 of file class.ilLORandomTestQuestionPools.php.
|
protected |
Definition at line 31 of file class.ilLORandomTestQuestionPools.php.
|
protected |
Definition at line 30 of file class.ilLORandomTestQuestionPools.php.
|
protected |
Definition at line 29 of file class.ilLORandomTestQuestionPools.php.