72 if (!isset($this->testSequences[$activeId][$pass])) {
73 if ($this->testOBJ->isFixedTest()) {
77 $this->testOBJ->isRandomTest()
81 if ($this->testOBJ->isRandomTest()) {
85 $this->testOBJ->isRandomTest()
89 if ($this->testOBJ->isDynamicTest()) {
94 $this->component_repository,
105 return $this->testSequences[$activeId][$pass];
Readable part of repository interface to ilComponentDataDB.
ilComponentRepository $component_repository
getSequenceByTestSession($testSession)
creates and returns an instance of a test sequence that corresponds to the current test mode and the ...
__construct(ilDBInterface $db, ilLanguage $lng, Refinery $refinery, ilComponentRepository $component_repository, ilObjTest $testOBJ)
getSequenceByActiveIdAndPass($activeId, $pass)
creates and returns an instance of a test sequence that corresponds to the current test mode and give...