ILIAS  release_8 Revision v8.24
class.ilAssQuestionHintAbstractGUI.php
Go to the documentation of this file.
1<?php
2
29{
30 protected \ILIAS\TestQuestionPool\InternalRequestService $request;
31 protected ?assQuestionGUI $questionGUI = null;
32 protected ?assQuestion $questionOBJ = null;
33 protected ilTabsGUI $tabs;
34
42 {
43 $this->questionGUI = $questionGUI;
44 $this->questionOBJ = $questionGUI->object;
45 global $DIC;
46 $this->request = $DIC->testQuestionPool()->internal()->request();
47 $this->tabs = $DIC->tabs();
48 }
49}
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Abstract basic class which is to be extended by the concrete assessment question type classes.
__construct(assQuestionGUI $questionGUI)
Constructor.
ILIAS TestQuestionPool InternalRequestService $request
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
global $DIC
Definition: feed.php:28