19 declare(strict_types=1);
60 if (!isset($this->test_sequences[$activeId][$pass])) {
61 if ($this->test_obj->isFixedTest()) {
70 if ($this->test_obj->isRandomTest()) {
80 return $this->test_sequences[$activeId][$pass];
Class ChatMainBarProvider .
getSequenceByTestSession($testSession)
creates and returns an instance of a test sequence that corresponds to the current test mode and the ...
__construct(private ilObjTest $test_obj, private ilDBInterface $db, private \ILIAS\TestQuestionPool\QuestionInfoService $questioninfo)
getSequenceByActiveIdAndPass($activeId, $pass)
creates and returns an instance of a test sequence that corresponds to the current test mode and give...