|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Collaboration diagram for ilTestRandomQuestionSetStagingPoolBuilder:Public Member Functions | |
| __construct (ilDBInterface $db, ilObjTest $testOBJ) | |
| rebuild (ilTestRandomQuestionSetSourcePoolDefinitionList $sourcePoolDefinitionList) | |
| reset () | |
Data Fields | |
| $db = null | |
| $testOBJ = null | |
Private Member Functions | |
| removeMirroredTaxonomies () | |
| removeStagedQuestions () | |
| build (ilTestRandomQuestionSetSourcePoolDefinitionList $sourcePoolDefinitionList) | |
| stageQuestionsFromSourcePool ($sourcePoolId) | |
| mirrorSourcePoolTaxonomies ($sourcePoolId, $questionIdMapping) | |
| cleanupTestSettings () | |
Definition at line 14 of file class.ilTestRandomQuestionSetStagingPoolBuilder.php.
| ilTestRandomQuestionSetStagingPoolBuilder::__construct | ( | ilDBInterface | $db, |
| ilObjTest | $testOBJ | ||
| ) |
Definition at line 26 of file class.ilTestRandomQuestionSetStagingPoolBuilder.php.
|
private |
Definition at line 87 of file class.ilTestRandomQuestionSetStagingPoolBuilder.php.
References mirrorSourcePoolTaxonomies(), and stageQuestionsFromSourcePool().
Referenced by rebuild().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 166 of file class.ilTestRandomQuestionSetStagingPoolBuilder.php.
Referenced by reset().
Here is the caller graph for this function:
|
private |
Definition at line 127 of file class.ilTestRandomQuestionSetStagingPoolBuilder.php.
Referenced by build().
Here is the caller graph for this function:| ilTestRandomQuestionSetStagingPoolBuilder::rebuild | ( | ilTestRandomQuestionSetSourcePoolDefinitionList | $sourcePoolDefinitionList | ) |
Definition at line 34 of file class.ilTestRandomQuestionSetStagingPoolBuilder.php.
References build(), and reset().
Here is the call graph for this function:
|
private |
Definition at line 50 of file class.ilTestRandomQuestionSetStagingPoolBuilder.php.
References ilObjTaxonomy\getUsageOfObject().
Referenced by reset().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 61 of file class.ilTestRandomQuestionSetStagingPoolBuilder.php.
References $GLOBALS, $query, $res, $row, and assQuestion\_instanciateQuestion().
Referenced by reset().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestRandomQuestionSetStagingPoolBuilder::reset | ( | ) |
Definition at line 41 of file class.ilTestRandomQuestionSetStagingPoolBuilder.php.
References cleanupTestSettings(), removeMirroredTaxonomies(), and removeStagedQuestions().
Referenced by rebuild().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 101 of file class.ilTestRandomQuestionSetStagingPoolBuilder.php.
References $query, $res, $row, and assQuestion\_instanciateQuestion().
Referenced by build().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestRandomQuestionSetStagingPoolBuilder::$db = null |
Definition at line 19 of file class.ilTestRandomQuestionSetStagingPoolBuilder.php.
Referenced by __construct().
| ilTestRandomQuestionSetStagingPoolBuilder::$testOBJ = null |
Definition at line 24 of file class.ilTestRandomQuestionSetStagingPoolBuilder.php.
Referenced by __construct().