|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Inheritance diagram for ilAssQuestionHintRequestGUI:
Collaboration diagram for ilAssQuestionHintRequestGUI:Public Member Functions | |
| __construct (private ilTestOutputGUI|ilAssQuestionPreviewGUI $parent_gui, private string $parent_cmd, assQuestionGUI $question_gui, private $question_hint_tracking, private ilCtrl $ctrl, private ilLanguage $lng, private ilGlobalTemplateInterface $tpl, protected ilTabsGUI $tabs, private GlobalScreen $global_screen) | |
| executeCommand () | |
| getHintPresentationLinkTarget ($hint_id, $xml_style=true) | |
Public Member Functions inherited from ilAssQuestionHintAbstractGUI | |
| __construct (assQuestionGUI $questionGUI) | |
| Constructor. More... | |
Data Fields | |
| const | CMD_SHOW_LIST = 'showList' |
| const | CMD_SHOW_HINT = 'showHint' |
| const | CMD_CONFIRM_REQUEST = 'confirmRequest' |
| const | CMD_PERFORM_REQUEST = 'performRequest' |
| const | CMD_BACK_TO_QUESTION = 'backToQuestion' |
Private Member Functions | |
| showListCmd () | |
| showHintCmd () | |
| confirmRequestCmd () | |
| performRequestCmd () | |
| backToQuestionCmd () | |
| populateContent ($content, $tpl) | |
Additional Inherited Members | |
Protected Attributes inherited from ilAssQuestionHintAbstractGUI | |
| ILIAS TestQuestionPool InternalRequestService | $request |
| assQuestionGUI | $questionGUI = null |
| assQuestion | $questionOBJ = null |
| ilTabsGUI | $tabs |
Definition at line 32 of file class.ilAssQuestionHintRequestGUI.php.
| ilAssQuestionHintRequestGUI::__construct | ( | private ilTestOutputGUI|ilAssQuestionPreviewGUI | $parent_gui, |
| private string | $parent_cmd, | ||
| assQuestionGUI | $question_gui, | ||
| private | $question_hint_tracking, | ||
| private ilCtrl | $ctrl, | ||
| private ilLanguage | $lng, | ||
| private ilGlobalTemplateInterface | $tpl, | ||
| protected ilTabsGUI | $tabs, | ||
| private GlobalScreen | $global_screen | ||
| ) |
Definition at line 40 of file class.ilAssQuestionHintRequestGUI.php.
References ILIAS\MetaData\Repository\Validation\Data\__construct().
Here is the call graph for this function:
|
private |
Definition at line 221 of file class.ilAssQuestionHintRequestGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:
|
private |
Definition at line 157 of file class.ilAssQuestionHintRequestGUI.php.
References Vendor\Package\$e, ilUtil\appendUrlParameterString(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), populateContent(), and ilTestPlayerLayoutProvider\TEST_PLAYER_VIEW_TITLE.
Here is the call graph for this function:| ilAssQuestionHintRequestGUI::executeCommand | ( | ) |
Definition at line 55 of file class.ilAssQuestionHintRequestGUI.php.
References ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), ilAssQuestionHintPageObjectCommandForwarder\PRESENTATION_MODE_REQUEST, and ILIAS\Repository\tabs().
Here is the call graph for this function:| ilAssQuestionHintRequestGUI::getHintPresentationLinkTarget | ( | $hint_id, | |
$xml_style = true |
|||
| ) |
Definition at line 232 of file class.ilAssQuestionHintRequestGUI.php.
References ILIAS\Repository\ctrl().
Referenced by performRequestCmd().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 198 of file class.ilAssQuestionHintRequestGUI.php.
References Vendor\Package\$e, ILIAS\Repository\ctrl(), getHintPresentationLinkTarget(), ILIAS\Repository\int(), and ilUtil\redirect().
Here is the call graph for this function:
|
private |
Definition at line 226 of file class.ilAssQuestionHintRequestGUI.php.
Referenced by confirmRequestCmd(), showHintCmd(), and showListCmd().
Here is the caller graph for this function:
|
private |
Definition at line 100 of file class.ilAssQuestionHintRequestGUI.php.
References ILIAS\Repository\ctrl(), ilAssQuestionHint\getInstanceById(), ILIAS\Repository\lng(), populateContent(), ilLegacyFormElementsUtil\prepareTextareaOutput(), and ilTestPlayerLayoutProvider\TEST_PLAYER_VIEW_TITLE.
Here is the call graph for this function:
|
private |
Definition at line 78 of file class.ilAssQuestionHintRequestGUI.php.
References ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), populateContent(), and ilTestPlayerLayoutProvider\TEST_PLAYER_VIEW_TITLE.
Here is the call graph for this function:| const ilAssQuestionHintRequestGUI::CMD_BACK_TO_QUESTION = 'backToQuestion' |
Definition at line 38 of file class.ilAssQuestionHintRequestGUI.php.
Referenced by ilAssQuestionHintsTableGUI\initTestoutputCommands().
| const ilAssQuestionHintRequestGUI::CMD_CONFIRM_REQUEST = 'confirmRequest' |
Definition at line 36 of file class.ilAssQuestionHintRequestGUI.php.
Referenced by ilTestPlayerAbstractGUI\confirmHintRequestCmd(), and ilAssQuestionPreviewGUI\gatewayConfirmHintRequestCmd().
| const ilAssQuestionHintRequestGUI::CMD_PERFORM_REQUEST = 'performRequest' |
Definition at line 37 of file class.ilAssQuestionHintRequestGUI.php.
| const ilAssQuestionHintRequestGUI::CMD_SHOW_HINT = 'showHint' |
Definition at line 35 of file class.ilAssQuestionHintRequestGUI.php.
| const ilAssQuestionHintRequestGUI::CMD_SHOW_LIST = 'showList' |