|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
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) | |
| buildCheap (ilTestRandomQuestionSetSourcePoolDefinitionList $sourcePoolDefinitionList) | |
| stageQuestionsFromSourcePoolCheap ($sourcePoolId, $questionIdMappingPerPool, $filterIds=null, $typeFilter=null) | |
| 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 90 of file class.ilTestRandomQuestionSetStagingPoolBuilder.php.
References mirrorSourcePoolTaxonomies(), and stageQuestionsFromSourcePool().
Here is the call graph for this function:
|
private |
Definition at line 129 of file class.ilTestRandomQuestionSetStagingPoolBuilder.php.
References ilObjTaxonomy\getSubTreeItems(), mirrorSourcePoolTaxonomies(), and stageQuestionsFromSourcePoolCheap().
Referenced by rebuild().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 271 of file class.ilTestRandomQuestionSetStagingPoolBuilder.php.
Referenced by reset().
Here is the caller graph for this function:
|
private |
Definition at line 230 of file class.ilTestRandomQuestionSetStagingPoolBuilder.php.
Referenced by build(), and buildCheap().
Here is the caller graph for this function:| ilTestRandomQuestionSetStagingPoolBuilder::rebuild | ( | ilTestRandomQuestionSetSourcePoolDefinitionList | $sourcePoolDefinitionList | ) |
Definition at line 34 of file class.ilTestRandomQuestionSetStagingPoolBuilder.php.
References buildCheap(), and reset().
Here is the call graph for this function:
|
private |
Definition at line 54 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 64 of file class.ilTestRandomQuestionSetStagingPoolBuilder.php.
References $DIC, $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 45 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 103 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:
|
private |
Definition at line 195 of file class.ilTestRandomQuestionSetStagingPoolBuilder.php.
References $query, $res, $row, and assQuestion\_instantiateQuestion().
Referenced by buildCheap().
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().