62 if ($this->testQuestionSetConfig === null) {
63 if ($this->testOBJ->isFixedTest()) {
67 $this->component_repository,
71 if ($this->testOBJ->isRandomTest()) {
75 $this->component_repository,
80 if ($this->testOBJ->isDynamicTest()) {
84 $this->component_repository,
89 $this->testQuestionSetConfig->loadFromDb();
Readable part of repository interface to ilComponentDataDB.
ilComponentRepository $component_repository
ilTestQuestionSetConfig $testQuestionSetConfig
getQuestionSetConfigByType()
creates and returns an instance of a test question set config that corresponds to the passed question...
getQuestionSetConfig()
creates and returns an instance of a test question set config that corresponds to the test's current ...
__construct(ilTree $tree, ilDBInterface $db, ilComponentRepository $component_repository, ilObjTest $testOBJ)