Skip to content

Commit

Permalink
TA: integrate quetionservice (after merge)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhaagen committed Sep 25, 2023
1 parent 35573b1 commit 0fe4a9e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Modules/Test/classes/class.ilObjTestGUI.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@ public function __construct($refId = null)
$this->lng,
$this->logging_services->root(),
$this->component_repository,
$this->object
$this->object,
$this->questioninfo
);

$this->test_player_factory = new ilTestPlayerFactory($this->object);
Expand Down Expand Up @@ -2155,7 +2156,8 @@ public function questionsObject()
'questions',
$this->object->getRefId(),
$this->ui_factory,
$this->ui_renderer
$this->ui_renderer,
$this->questioninfo
);

$isset = ilSession::get('tst_qst_move_' . $this->object->getTestId()) !== null;
Expand Down

0 comments on commit 0fe4a9e

Please sign in to comment.