19 declare(strict_types=1);
52 if ($this->testQuestionSetConfig === null) {
53 if ($this->test_obj->isFixedTest()) {
59 $this->component_repository,
64 if ($this->test_obj->isRandomTest()) {
70 $this->component_repository,
76 $this->testQuestionSetConfig->loadFromDb();
Readable part of repository interface to ilComponentDataDB.
ilTestQuestionSetConfig $testQuestionSetConfig
__construct(protected ilTree $tree, protected ilDBInterface $db, protected ilLanguage $lng, protected ilLogger $log, protected ilComponentRepository $component_repository, protected ilObjTest $test_obj, protected QuestionInfoService $questioninfo)
getQuestionSetConfig()
creates and returns an instance of a test question set config that corresponds to the test's current ...