|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Collaboration diagram for ilTestQuestionNavigationGUI:Data Fields | |
| const | CSS_CLASS_SUBMIT_BUTTONS = 'ilc_qsubmit_Submit' |
Protected Attributes | |
| $lng | |
Private Member Functions | |
| getEditSolutionButtonLabel () | |
| getSubmitSolutionButtonLabel () | |
| getCheckButtonLabel () | |
| getRequestHintButtonLabel () | |
| getQuestionMarkIconLabel () | |
| getQuestionMarkIconSource () | |
| getTemplate () | |
| 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) | |
Private Attributes | |
| $editSolutionCommand = '' | |
| $questionWorkedThrough = false | |
| $submitSolutionCommand = '' | |
| $discardSolutionButtonEnabled = false | |
| $skipQuestionLinkTarget = '' | |
| $instantFeedbackCommand = '' | |
| $answerFreezingEnabled = false | |
| $forceInstantResponseEnabled = false | |
| $requestHintCommand = '' | |
| $showHintsCommand = '' | |
| $hintRequestsExist = false | |
| $questionMarkCommand = '' | |
| $questionMarked = false | |
| $charSelectorEnabled = false | |
| $anythingRendered = false | |
Definition at line 11 of file class.ilTestQuestionNavigationGUI.php.
| ilTestQuestionNavigationGUI::__construct | ( | ilLanguage | $lng | ) |
| ilLanguage | $lng |
Definition at line 98 of file class.ilTestQuestionNavigationGUI.php.
References $lng.
|
private |
Definition at line 438 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 418 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 106 of file class.ilTestQuestionNavigationGUI.php.
References $editSolutionCommand.
Referenced by getHTML().
Here is the caller graph for this function:| ilTestQuestionNavigationGUI::getHTML | ( | ) |
Definition at line 346 of file class.ilTestQuestionNavigationGUI.php.
References $tpl, getCheckButtonLabel(), getEditSolutionButtonLabel(), getEditSolutionCommand(), getInstantFeedbackCommand(), getQuestionMarkCommand(), getQuestionMarkIconLabel(), getQuestionMarkIconSource(), getRequestHintButtonLabel(), getRequestHintCommand(), getShowHintsCommand(), getSkipQuestionLinkTarget(), getSubmitSolutionButtonLabel(), getSubmitSolutionCommand(), getTemplate(), isAnythingRendered(), isCharSelectorEnabled(), isDiscardSolutionButtonEnabled(), isForceInstantResponseEnabled(), parseNavigation(), renderIcon(), renderJsLinkedButton(), renderLinkButton(), and renderSubmitButton().
Here is the call graph for this function:| ilTestQuestionNavigationGUI::getInstantFeedbackCommand | ( | ) |
Definition at line 186 of file class.ilTestQuestionNavigationGUI.php.
References $instantFeedbackCommand.
Referenced by getHTML().
Here is the caller graph for this function:| ilTestQuestionNavigationGUI::getQuestionMarkCommand | ( | ) |
Definition at line 282 of file class.ilTestQuestionNavigationGUI.php.
References $questionMarkCommand.
Referenced by getHTML().
Here is the caller graph for this function:
|
private |
Definition at line 458 of file class.ilTestQuestionNavigationGUI.php.
References isQuestionMarked().
Referenced by getHTML().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 468 of file class.ilTestQuestionNavigationGUI.php.
References ilUtil\getImagePath(), and isQuestionMarked().
Referenced by getHTML().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 448 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 234 of file class.ilTestQuestionNavigationGUI.php.
References $requestHintCommand.
Referenced by getHTML().
Here is the caller graph for this function:| ilTestQuestionNavigationGUI::getShowHintsCommand | ( | ) |
Definition at line 250 of file class.ilTestQuestionNavigationGUI.php.
References $showHintsCommand.
Referenced by getHTML().
Here is the caller graph for this function:| ilTestQuestionNavigationGUI::getSkipQuestionLinkTarget | ( | ) |
Definition at line 170 of file class.ilTestQuestionNavigationGUI.php.
References $skipQuestionLinkTarget.
Referenced by getHTML().
Here is the caller graph for this function:
|
private |
Definition at line 428 of file class.ilTestQuestionNavigationGUI.php.
References isForceInstantResponseEnabled().
Referenced by getHTML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestQuestionNavigationGUI::getSubmitSolutionCommand | ( | ) |
Definition at line 138 of file class.ilTestQuestionNavigationGUI.php.
References $submitSolutionCommand.
Referenced by getHTML().
Here is the caller graph for this function:
|
private |
Definition at line 481 of file class.ilTestQuestionNavigationGUI.php.
Referenced by getHTML().
Here is the caller graph for this function:| ilTestQuestionNavigationGUI::hintRequestsExist | ( | ) |
Definition at line 266 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 202 of file class.ilTestQuestionNavigationGUI.php.
References $answerFreezingEnabled.
Referenced by getCheckButtonLabel().
Here is the caller graph for this function:| ilTestQuestionNavigationGUI::isAnythingRendered | ( | ) |
Definition at line 314 of file class.ilTestQuestionNavigationGUI.php.
References $anythingRendered.
Referenced by getHTML().
Here is the caller graph for this function:| ilTestQuestionNavigationGUI::isCharSelectorEnabled | ( | ) |
Definition at line 330 of file class.ilTestQuestionNavigationGUI.php.
References $charSelectorEnabled.
Referenced by getHTML().
Here is the caller graph for this function:| ilTestQuestionNavigationGUI::isDiscardSolutionButtonEnabled | ( | ) |
Definition at line 154 of file class.ilTestQuestionNavigationGUI.php.
References $discardSolutionButtonEnabled.
Referenced by getHTML().
Here is the caller graph for this function:| ilTestQuestionNavigationGUI::isForceInstantResponseEnabled | ( | ) |
Definition at line 210 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 298 of file class.ilTestQuestionNavigationGUI.php.
References $questionMarked.
Referenced by getQuestionMarkIconLabel(), and getQuestionMarkIconSource().
Here is the caller graph for this function:| ilTestQuestionNavigationGUI::isQuestionWorkedThrough | ( | ) |
Definition at line 122 of file class.ilTestQuestionNavigationGUI.php.
References $questionWorkedThrough.
Referenced by getEditSolutionButtonLabel().
Here is the caller graph for this function:
|
private |
| ilTemplate | $tpl |
Definition at line 500 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 491 of file class.ilTestQuestionNavigationGUI.php.
References $tpl.
Referenced by getHTML().
Here is the caller graph for this function:
|
private |
| ilTemplate | $tpl | |
| $button |
Definition at line 510 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 575 of file class.ilTestQuestionNavigationGUI.php.
References $tpl, parseButtonsBlock(), and setAnythingRendered().
Referenced by getHTML().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
| ilTemplate | $tpl | |
| $htmlId | ||
| $label | ||
| $cssClass |
Definition at line 558 of file class.ilTestQuestionNavigationGUI.php.
References ilLinkButton\getInstance(), and renderButtonInstance().
Referenced by getHTML().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
| ilTemplate | $tpl | |
| $htmlId | ||
| $label | ||
| $cssClass |
Definition at line 543 of file class.ilTestQuestionNavigationGUI.php.
References ilLinkButton\getInstance(), and renderButtonInstance().
Referenced by getHTML().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
| ilTemplate | $tpl | |
| $command | ||
| $label | ||
| bool | false | $primary |
Definition at line 526 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 226 of file class.ilTestQuestionNavigationGUI.php.
References $answerFreezingEnabled.
| ilTestQuestionNavigationGUI::setAnythingRendered | ( | ) |
| boolean | $buttonRendered |
Definition at line 322 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 338 of file class.ilTestQuestionNavigationGUI.php.
References $charSelectorEnabled.
| ilTestQuestionNavigationGUI::setDiscardSolutionButtonEnabled | ( | $discardSolutionButtonEnabled | ) |
| bool | $discardSolutionButtonEnabled |
Definition at line 162 of file class.ilTestQuestionNavigationGUI.php.
References $discardSolutionButtonEnabled.
| ilTestQuestionNavigationGUI::setEditSolutionCommand | ( | $editSolutionCommand | ) |
| string | $editSolutionCommand |
Definition at line 114 of file class.ilTestQuestionNavigationGUI.php.
References $editSolutionCommand.
| ilTestQuestionNavigationGUI::setForceInstantResponseEnabled | ( | $forceInstantResponseEnabled | ) |
| boolean | $forceInstantResponseEnabled |
Definition at line 218 of file class.ilTestQuestionNavigationGUI.php.
References $forceInstantResponseEnabled.
| ilTestQuestionNavigationGUI::setHintRequestsExist | ( | $hintRequestsExist | ) |
| boolean | $hintRequestsExist |
Definition at line 274 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 194 of file class.ilTestQuestionNavigationGUI.php.
References $instantFeedbackCommand.
| ilTestQuestionNavigationGUI::setQuestionMarkCommand | ( | $questionMarkCommand | ) |
| string | $questionMarkCommand |
Definition at line 290 of file class.ilTestQuestionNavigationGUI.php.
References $questionMarkCommand.
| ilTestQuestionNavigationGUI::setQuestionMarked | ( | $questionMarked | ) |
| boolean | $questionMarked |
Definition at line 306 of file class.ilTestQuestionNavigationGUI.php.
References $questionMarked.
| ilTestQuestionNavigationGUI::setQuestionWorkedThrough | ( | $questionWorkedThrough | ) |
| boolean | $questionWorkedThrough |
Definition at line 130 of file class.ilTestQuestionNavigationGUI.php.
References $questionWorkedThrough.
| ilTestQuestionNavigationGUI::setRequestHintCommand | ( | $requestHintCommand | ) |
| string | $requestHintCommand |
Definition at line 242 of file class.ilTestQuestionNavigationGUI.php.
References $requestHintCommand.
| ilTestQuestionNavigationGUI::setShowHintsCommand | ( | $showHintsCommand | ) |
| string | $showHintsCommand |
Definition at line 258 of file class.ilTestQuestionNavigationGUI.php.
References $showHintsCommand.
| ilTestQuestionNavigationGUI::setSkipQuestionLinkTarget | ( | $skipQuestionLinkTarget | ) |
| string | $skipQuestionLinkTarget |
Definition at line 178 of file class.ilTestQuestionNavigationGUI.php.
References $skipQuestionLinkTarget.
| ilTestQuestionNavigationGUI::setSubmitSolutionCommand | ( | $submitSolutionCommand | ) |
| string | $submitSolutionCommand |
Definition at line 146 of file class.ilTestQuestionNavigationGUI.php.
References $submitSolutionCommand.
|
private |
Definition at line 53 of file class.ilTestQuestionNavigationGUI.php.
Referenced by isAnswerFreezingEnabled(), and setAnswerFreezingEnabled().
|
private |
Definition at line 93 of file class.ilTestQuestionNavigationGUI.php.
Referenced by isAnythingRendered().
|
private |
Definition at line 88 of file class.ilTestQuestionNavigationGUI.php.
Referenced by isCharSelectorEnabled(), and setCharSelectorEnabled().
|
private |
Definition at line 38 of file class.ilTestQuestionNavigationGUI.php.
Referenced by isDiscardSolutionButtonEnabled(), and setDiscardSolutionButtonEnabled().
|
private |
Definition at line 23 of file class.ilTestQuestionNavigationGUI.php.
Referenced by getEditSolutionCommand(), and setEditSolutionCommand().
|
private |
Definition at line 58 of file class.ilTestQuestionNavigationGUI.php.
Referenced by isForceInstantResponseEnabled(), and setForceInstantResponseEnabled().
|
private |
Definition at line 73 of file class.ilTestQuestionNavigationGUI.php.
Referenced by hintRequestsExist(), and setHintRequestsExist().
|
private |
Definition at line 48 of file class.ilTestQuestionNavigationGUI.php.
Referenced by getInstantFeedbackCommand(), and setInstantFeedbackCommand().
|
protected |
Definition at line 18 of file class.ilTestQuestionNavigationGUI.php.
Referenced by __construct().
|
private |
Definition at line 78 of file class.ilTestQuestionNavigationGUI.php.
Referenced by getQuestionMarkCommand(), and setQuestionMarkCommand().
|
private |
Definition at line 83 of file class.ilTestQuestionNavigationGUI.php.
Referenced by isQuestionMarked(), and setQuestionMarked().
|
private |
Definition at line 28 of file class.ilTestQuestionNavigationGUI.php.
Referenced by isQuestionWorkedThrough(), and setQuestionWorkedThrough().
|
private |
Definition at line 63 of file class.ilTestQuestionNavigationGUI.php.
Referenced by getRequestHintCommand(), and setRequestHintCommand().
|
private |
Definition at line 68 of file class.ilTestQuestionNavigationGUI.php.
Referenced by getShowHintsCommand(), and setShowHintsCommand().
|
private |
Definition at line 43 of file class.ilTestQuestionNavigationGUI.php.
Referenced by getSkipQuestionLinkTarget(), and setSkipQuestionLinkTarget().
|
private |
Definition at line 33 of file class.ilTestQuestionNavigationGUI.php.
Referenced by getSubmitSolutionCommand(), and setSubmitSolutionCommand().
| const ilTestQuestionNavigationGUI::CSS_CLASS_SUBMIT_BUTTONS = 'ilc_qsubmit_Submit' |
Definition at line 13 of file class.ilTestQuestionNavigationGUI.php.