|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Collaboration diagram for ilTestQuestionNavigationGUI:Data Fields | |
| const | SHOW_DISABLED_COMMANDS = false |
| const | CSS_CLASS_SUBMIT_BUTTONS = 'ilc_qsubmit_Submit' |
Protected Attributes | |
| $lng | |
Private Member Functions | |
| getEditSolutionButtonLabel () | |
| getSubmitSolutionButtonLabel () | |
| getCheckButtonLabel () | |
| getRequestHintButtonLabel () | |
| getQuestionMarkActionLabel () | |
| getQuestionMarkIconLabel () | |
| getQuestionMarkIconSource () | |
| getTemplate ($a_purpose='toolbar') | |
| Get the template. More... | |
| parseNavigation (ilTemplate $tpl) | |
| parseButtonsBlock (ilTemplate $tpl) | |
| renderButtonInstance (ilTemplate $tpl, $button) | |
| renderSubmitButton (ilTemplate $tpl, $command, $label, $primary=false) | |
| renderLinkButton (ilTemplate $tpl, $href, $label) | |
| renderJsLinkedButton (ilTemplate $tpl, $htmlId, $label, $cssClass) | |
| renderIcon (ilTemplate $tpl, $command, $iconSrc, $label, $cssClass) | |
| renderActionsIcon (ilTemplate $tpl, $iconSrc, $label, $cssClass) | |
Private Attributes | |
| $editSolutionCommand = '' | |
| $questionWorkedThrough = false | |
| $submitSolutionCommand = '' | |
| $revertChangesLinkTarget = '' | |
| $discardSolutionButtonEnabled = false | |
| $skipQuestionLinkTarget = '' | |
| $instantFeedbackCommand = '' | |
| $answerFreezingEnabled = false | |
| $forceInstantResponseEnabled = false | |
| $requestHintCommand = '' | |
| $showHintsCommand = '' | |
| $hintRequestsExist = false | |
| $questionMarkLinkTarget = '' | |
| $questionMarked = false | |
| $charSelectorEnabled = false | |
| $anythingRendered = false | |
Definition at line 11 of file class.ilTestQuestionNavigationGUI.php.
| ilTestQuestionNavigationGUI::__construct | ( | ilLanguage | $lng | ) |
| ilLanguage | $lng |
Definition at line 109 of file class.ilTestQuestionNavigationGUI.php.
References $lng.
| ilTestQuestionNavigationGUI::getActionsHTML | ( | ) |
Get the HTML of an actions menu below the title.
Definition at line 379 of file class.ilTestQuestionNavigationGUI.php.
References $tpl, getQuestionMarkActionLabel(), getQuestionMarkIconLabel(), getQuestionMarkIconSource(), getQuestionMarkLinkTarget(), getRevertChangesLinkTarget(), getSkipQuestionLinkTarget(), getTemplate(), isCharSelectorEnabled(), isDiscardSolutionButtonEnabled(), and renderActionsIcon().
Here is the call graph for this function:
|
private |
Definition at line 530 of file class.ilTestQuestionNavigationGUI.php.
References isAnswerFreezingEnabled().
Referenced by getHTML().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 508 of file class.ilTestQuestionNavigationGUI.php.
References isQuestionWorkedThrough().
Referenced by getHTML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestQuestionNavigationGUI::getEditSolutionCommand | ( | ) |
Definition at line 117 of file class.ilTestQuestionNavigationGUI.php.
References $editSolutionCommand.
Referenced by getHTML().
Here is the caller graph for this function:| ilTestQuestionNavigationGUI::getHTML | ( | ) |
Definition at line 459 of file class.ilTestQuestionNavigationGUI.php.
References $tpl, getCheckButtonLabel(), getEditSolutionButtonLabel(), getEditSolutionCommand(), getInstantFeedbackCommand(), getRequestHintButtonLabel(), getRequestHintCommand(), getShowHintsCommand(), getTemplate(), isAnythingRendered(), isForceInstantResponseEnabled(), parseNavigation(), and renderSubmitButton().
Here is the call graph for this function:| ilTestQuestionNavigationGUI::getInstantFeedbackCommand | ( | ) |
Definition at line 215 of file class.ilTestQuestionNavigationGUI.php.
References $instantFeedbackCommand.
Referenced by getHTML().
Here is the caller graph for this function:
|
private |
Definition at line 551 of file class.ilTestQuestionNavigationGUI.php.
References isQuestionMarked().
Referenced by getActionsHTML().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 562 of file class.ilTestQuestionNavigationGUI.php.
References isQuestionMarked().
Referenced by getActionsHTML().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 573 of file class.ilTestQuestionNavigationGUI.php.
References ilUtil\getImagePath(), and isQuestionMarked().
Referenced by getActionsHTML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestQuestionNavigationGUI::getQuestionMarkLinkTarget | ( | ) |
Definition at line 312 of file class.ilTestQuestionNavigationGUI.php.
References $questionMarkLinkTarget.
Referenced by getActionsHTML().
Here is the caller graph for this function:
|
private |
Definition at line 540 of file class.ilTestQuestionNavigationGUI.php.
References hintRequestsExist().
Referenced by getHTML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestQuestionNavigationGUI::getRequestHintCommand | ( | ) |
Definition at line 263 of file class.ilTestQuestionNavigationGUI.php.
References $requestHintCommand.
Referenced by getHTML().
Here is the caller graph for this function:| ilTestQuestionNavigationGUI::getRevertChangesLinkTarget | ( | ) |
Definition at line 166 of file class.ilTestQuestionNavigationGUI.php.
References $revertChangesLinkTarget.
Referenced by getActionsHTML().
Here is the caller graph for this function:| ilTestQuestionNavigationGUI::getShowHintsCommand | ( | ) |
Definition at line 279 of file class.ilTestQuestionNavigationGUI.php.
References $showHintsCommand.
Referenced by getHTML().
Here is the caller graph for this function:| ilTestQuestionNavigationGUI::getSkipQuestionLinkTarget | ( | ) |
Definition at line 199 of file class.ilTestQuestionNavigationGUI.php.
References $skipQuestionLinkTarget.
Referenced by getActionsHTML().
Here is the caller graph for this function:
|
private |
Definition at line 518 of file class.ilTestQuestionNavigationGUI.php.
References isForceInstantResponseEnabled().
Here is the call graph for this function:| ilTestQuestionNavigationGUI::getSubmitSolutionCommand | ( | ) |
Definition at line 149 of file class.ilTestQuestionNavigationGUI.php.
References $submitSolutionCommand.
|
private |
Get the template.
| string | $a_purpose | ('toolbar' | 'actions') |
Definition at line 589 of file class.ilTestQuestionNavigationGUI.php.
Referenced by getActionsHTML(), and getHTML().
Here is the caller graph for this function:| ilTestQuestionNavigationGUI::hintRequestsExist | ( | ) |
Definition at line 295 of file class.ilTestQuestionNavigationGUI.php.
References $hintRequestsExist.
Referenced by getRequestHintButtonLabel(), and setHintRequestsExist().
Here is the caller graph for this function:| ilTestQuestionNavigationGUI::isAnswerFreezingEnabled | ( | ) |
Definition at line 231 of file class.ilTestQuestionNavigationGUI.php.
References $answerFreezingEnabled.
Referenced by getCheckButtonLabel().
Here is the caller graph for this function:| ilTestQuestionNavigationGUI::isAnythingRendered | ( | ) |
Definition at line 345 of file class.ilTestQuestionNavigationGUI.php.
References $anythingRendered.
Referenced by getHTML().
Here is the caller graph for this function:| ilTestQuestionNavigationGUI::isCharSelectorEnabled | ( | ) |
Definition at line 361 of file class.ilTestQuestionNavigationGUI.php.
References $charSelectorEnabled.
Referenced by getActionsHTML().
Here is the caller graph for this function:| ilTestQuestionNavigationGUI::isDiscardSolutionButtonEnabled | ( | ) |
Definition at line 183 of file class.ilTestQuestionNavigationGUI.php.
References $discardSolutionButtonEnabled.
Referenced by getActionsHTML().
Here is the caller graph for this function:| ilTestQuestionNavigationGUI::isForceInstantResponseEnabled | ( | ) |
Definition at line 239 of file class.ilTestQuestionNavigationGUI.php.
References $forceInstantResponseEnabled.
Referenced by getHTML(), and getSubmitSolutionButtonLabel().
Here is the caller graph for this function:| ilTestQuestionNavigationGUI::isQuestionMarked | ( | ) |
Definition at line 329 of file class.ilTestQuestionNavigationGUI.php.
References $questionMarked.
Referenced by getQuestionMarkActionLabel(), getQuestionMarkIconLabel(), and getQuestionMarkIconSource().
Here is the caller graph for this function:| ilTestQuestionNavigationGUI::isQuestionWorkedThrough | ( | ) |
Definition at line 133 of file class.ilTestQuestionNavigationGUI.php.
References $questionWorkedThrough.
Referenced by getEditSolutionButtonLabel().
Here is the caller graph for this function:
|
private |
| ilTemplate | $tpl |
Definition at line 618 of file class.ilTestQuestionNavigationGUI.php.
References $tpl.
Referenced by renderButtonInstance(), and renderIcon().
Here is the caller graph for this function:
|
private |
| ilTemplate | $tpl |
Definition at line 609 of file class.ilTestQuestionNavigationGUI.php.
References $tpl.
Referenced by getHTML().
Here is the caller graph for this function:
|
private |
Definition at line 707 of file class.ilTestQuestionNavigationGUI.php.
References $tpl.
Referenced by getActionsHTML().
Here is the caller graph for this function:
|
private |
| ilTemplate | $tpl | |
| $button |
Definition at line 628 of file class.ilTestQuestionNavigationGUI.php.
References $tpl, parseButtonsBlock(), and setAnythingRendered().
Referenced by renderJsLinkedButton(), renderLinkButton(), and renderSubmitButton().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
| ilTemplate | $tpl | |
| $command | ||
| $iconSrc | ||
| $label | ||
| $cssClass |
Definition at line 693 of file class.ilTestQuestionNavigationGUI.php.
References $tpl, parseButtonsBlock(), and setAnythingRendered().
Here is the call graph for this function:
|
private |
| ilTemplate | $tpl | |
| $htmlId | ||
| $label | ||
| $cssClass |
Definition at line 676 of file class.ilTestQuestionNavigationGUI.php.
References ilLinkButton\getInstance(), and renderButtonInstance().
Here is the call graph for this function:
|
private |
| ilTemplate | $tpl | |
| $htmlId | ||
| $label | ||
| $cssClass |
Definition at line 661 of file class.ilTestQuestionNavigationGUI.php.
References ilLinkButton\getInstance(), and renderButtonInstance().
Here is the call graph for this function:
|
private |
| ilTemplate | $tpl | |
| $command | ||
| $label | ||
| bool | false | $primary |
Definition at line 644 of file class.ilTestQuestionNavigationGUI.php.
References ilSubmitButton\getInstance(), and renderButtonInstance().
Referenced by getHTML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestQuestionNavigationGUI::setAnswerFreezingEnabled | ( | $answerFreezingEnabled | ) |
| boolean | $answerFreezingEnabled |
Definition at line 255 of file class.ilTestQuestionNavigationGUI.php.
References $answerFreezingEnabled.
| ilTestQuestionNavigationGUI::setAnythingRendered | ( | ) |
| boolean | $buttonRendered |
Definition at line 353 of file class.ilTestQuestionNavigationGUI.php.
Referenced by renderButtonInstance(), and renderIcon().
Here is the caller graph for this function:| ilTestQuestionNavigationGUI::setCharSelectorEnabled | ( | $charSelectorEnabled | ) |
| boolean | $charSelectorEnabled |
Definition at line 369 of file class.ilTestQuestionNavigationGUI.php.
References $charSelectorEnabled.
| ilTestQuestionNavigationGUI::setDiscardSolutionButtonEnabled | ( | $discardSolutionButtonEnabled | ) |
| bool | $discardSolutionButtonEnabled |
Definition at line 191 of file class.ilTestQuestionNavigationGUI.php.
References $discardSolutionButtonEnabled.
| ilTestQuestionNavigationGUI::setEditSolutionCommand | ( | $editSolutionCommand | ) |
| string | $editSolutionCommand |
Definition at line 125 of file class.ilTestQuestionNavigationGUI.php.
References $editSolutionCommand.
| ilTestQuestionNavigationGUI::setForceInstantResponseEnabled | ( | $forceInstantResponseEnabled | ) |
| boolean | $forceInstantResponseEnabled |
Definition at line 247 of file class.ilTestQuestionNavigationGUI.php.
References $forceInstantResponseEnabled.
| ilTestQuestionNavigationGUI::setHintRequestsExist | ( | $hintRequestsExist | ) |
| boolean | $hintRequestsExist |
Definition at line 303 of file class.ilTestQuestionNavigationGUI.php.
References $hintRequestsExist, and hintRequestsExist().
Here is the call graph for this function:| ilTestQuestionNavigationGUI::setInstantFeedbackCommand | ( | $instantFeedbackCommand | ) |
| string | $instantFeedbackCommand |
Definition at line 223 of file class.ilTestQuestionNavigationGUI.php.
References $instantFeedbackCommand.
| ilTestQuestionNavigationGUI::setQuestionMarked | ( | $questionMarked | ) |
| boolean | $questionMarked |
Definition at line 337 of file class.ilTestQuestionNavigationGUI.php.
References $questionMarked.
| ilTestQuestionNavigationGUI::setQuestionMarkLinkTarget | ( | $questionMarkLinkTarget | ) |
| string | $questionMarkLinkTarget |
Definition at line 320 of file class.ilTestQuestionNavigationGUI.php.
References $questionMarkLinkTarget.
| ilTestQuestionNavigationGUI::setQuestionWorkedThrough | ( | $questionWorkedThrough | ) |
| boolean | $questionWorkedThrough |
Definition at line 141 of file class.ilTestQuestionNavigationGUI.php.
References $questionWorkedThrough.
| ilTestQuestionNavigationGUI::setRequestHintCommand | ( | $requestHintCommand | ) |
| string | $requestHintCommand |
Definition at line 271 of file class.ilTestQuestionNavigationGUI.php.
References $requestHintCommand.
| ilTestQuestionNavigationGUI::setRevertChangesLinkTarget | ( | $revertChangesLinkTarget | ) |
| string |
Definition at line 174 of file class.ilTestQuestionNavigationGUI.php.
References $revertChangesLinkTarget.
| ilTestQuestionNavigationGUI::setShowHintsCommand | ( | $showHintsCommand | ) |
| string | $showHintsCommand |
Definition at line 287 of file class.ilTestQuestionNavigationGUI.php.
References $showHintsCommand.
| ilTestQuestionNavigationGUI::setSkipQuestionLinkTarget | ( | $skipQuestionLinkTarget | ) |
| string | $skipQuestionLinkTarget |
Definition at line 207 of file class.ilTestQuestionNavigationGUI.php.
References $skipQuestionLinkTarget.
| ilTestQuestionNavigationGUI::setSubmitSolutionCommand | ( | $submitSolutionCommand | ) |
| string | $submitSolutionCommand |
Definition at line 157 of file class.ilTestQuestionNavigationGUI.php.
References $submitSolutionCommand.
|
private |
Definition at line 62 of file class.ilTestQuestionNavigationGUI.php.
Referenced by isAnswerFreezingEnabled(), and setAnswerFreezingEnabled().
|
private |
Definition at line 104 of file class.ilTestQuestionNavigationGUI.php.
Referenced by isAnythingRendered().
|
private |
Definition at line 99 of file class.ilTestQuestionNavigationGUI.php.
Referenced by isCharSelectorEnabled(), and setCharSelectorEnabled().
|
private |
Definition at line 47 of file class.ilTestQuestionNavigationGUI.php.
Referenced by isDiscardSolutionButtonEnabled(), and setDiscardSolutionButtonEnabled().
|
private |
Definition at line 25 of file class.ilTestQuestionNavigationGUI.php.
Referenced by getEditSolutionCommand(), and setEditSolutionCommand().
|
private |
Definition at line 67 of file class.ilTestQuestionNavigationGUI.php.
Referenced by isForceInstantResponseEnabled(), and setForceInstantResponseEnabled().
|
private |
Definition at line 82 of file class.ilTestQuestionNavigationGUI.php.
Referenced by hintRequestsExist(), and setHintRequestsExist().
|
private |
Definition at line 57 of file class.ilTestQuestionNavigationGUI.php.
Referenced by getInstantFeedbackCommand(), and setInstantFeedbackCommand().
|
protected |
Definition at line 20 of file class.ilTestQuestionNavigationGUI.php.
Referenced by __construct().
|
private |
Definition at line 94 of file class.ilTestQuestionNavigationGUI.php.
Referenced by isQuestionMarked(), and setQuestionMarked().
|
private |
Definition at line 88 of file class.ilTestQuestionNavigationGUI.php.
Referenced by getQuestionMarkLinkTarget(), and setQuestionMarkLinkTarget().
|
private |
Definition at line 30 of file class.ilTestQuestionNavigationGUI.php.
Referenced by isQuestionWorkedThrough(), and setQuestionWorkedThrough().
|
private |
Definition at line 72 of file class.ilTestQuestionNavigationGUI.php.
Referenced by getRequestHintCommand(), and setRequestHintCommand().
|
private |
Definition at line 41 of file class.ilTestQuestionNavigationGUI.php.
Referenced by getRevertChangesLinkTarget(), and setRevertChangesLinkTarget().
|
private |
Definition at line 77 of file class.ilTestQuestionNavigationGUI.php.
Referenced by getShowHintsCommand(), and setShowHintsCommand().
|
private |
Definition at line 52 of file class.ilTestQuestionNavigationGUI.php.
Referenced by getSkipQuestionLinkTarget(), and setSkipQuestionLinkTarget().
|
private |
Definition at line 35 of file class.ilTestQuestionNavigationGUI.php.
Referenced by getSubmitSolutionCommand(), and setSubmitSolutionCommand().
| const ilTestQuestionNavigationGUI::CSS_CLASS_SUBMIT_BUTTONS = 'ilc_qsubmit_Submit' |
Definition at line 15 of file class.ilTestQuestionNavigationGUI.php.
| const ilTestQuestionNavigationGUI::SHOW_DISABLED_COMMANDS = false |
Definition at line 13 of file class.ilTestQuestionNavigationGUI.php.