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();
ilTestQuestionSetConfig $testQuestionSetConfig
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)
ilComponentRepository $component_repository
getQuestionSetConfigByType()
creates and returns an instance of a test question set config that corresponds to the passed question...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Readable part of repository interface to ilComponentDataDB.