ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
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().
|
private |
Definition at line 418 of file class.ilTestQuestionNavigationGUI.php.
References isQuestionWorkedThrough().
Referenced by getHTML().
ilTestQuestionNavigationGUI::getEditSolutionCommand | ( | ) |
Definition at line 106 of file class.ilTestQuestionNavigationGUI.php.
References $editSolutionCommand.
Referenced by getHTML().
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().
ilTestQuestionNavigationGUI::getInstantFeedbackCommand | ( | ) |
Definition at line 186 of file class.ilTestQuestionNavigationGUI.php.
References $instantFeedbackCommand.
Referenced by getHTML().
ilTestQuestionNavigationGUI::getQuestionMarkCommand | ( | ) |
Definition at line 282 of file class.ilTestQuestionNavigationGUI.php.
References $questionMarkCommand.
Referenced by getHTML().
|
private |
Definition at line 458 of file class.ilTestQuestionNavigationGUI.php.
References isQuestionMarked().
Referenced by getHTML().
|
private |
Definition at line 468 of file class.ilTestQuestionNavigationGUI.php.
References ilUtil\getImagePath(), and isQuestionMarked().
Referenced by getHTML().
|
private |
Definition at line 448 of file class.ilTestQuestionNavigationGUI.php.
References hintRequestsExist().
Referenced by getHTML().
ilTestQuestionNavigationGUI::getRequestHintCommand | ( | ) |
Definition at line 234 of file class.ilTestQuestionNavigationGUI.php.
References $requestHintCommand.
Referenced by getHTML().
ilTestQuestionNavigationGUI::getShowHintsCommand | ( | ) |
Definition at line 250 of file class.ilTestQuestionNavigationGUI.php.
References $showHintsCommand.
Referenced by getHTML().
ilTestQuestionNavigationGUI::getSkipQuestionLinkTarget | ( | ) |
Definition at line 170 of file class.ilTestQuestionNavigationGUI.php.
References $skipQuestionLinkTarget.
Referenced by getHTML().
|
private |
Definition at line 428 of file class.ilTestQuestionNavigationGUI.php.
References isForceInstantResponseEnabled().
Referenced by getHTML().
ilTestQuestionNavigationGUI::getSubmitSolutionCommand | ( | ) |
Definition at line 138 of file class.ilTestQuestionNavigationGUI.php.
References $submitSolutionCommand.
Referenced by getHTML().
|
private |
Definition at line 481 of file class.ilTestQuestionNavigationGUI.php.
Referenced by getHTML().
ilTestQuestionNavigationGUI::hintRequestsExist | ( | ) |
Definition at line 266 of file class.ilTestQuestionNavigationGUI.php.
References $hintRequestsExist.
Referenced by getRequestHintButtonLabel(), and setHintRequestsExist().
ilTestQuestionNavigationGUI::isAnswerFreezingEnabled | ( | ) |
Definition at line 202 of file class.ilTestQuestionNavigationGUI.php.
References $answerFreezingEnabled.
Referenced by getCheckButtonLabel().
ilTestQuestionNavigationGUI::isAnythingRendered | ( | ) |
Definition at line 314 of file class.ilTestQuestionNavigationGUI.php.
References $anythingRendered.
Referenced by getHTML().
ilTestQuestionNavigationGUI::isCharSelectorEnabled | ( | ) |
Definition at line 330 of file class.ilTestQuestionNavigationGUI.php.
References $charSelectorEnabled.
Referenced by getHTML().
ilTestQuestionNavigationGUI::isDiscardSolutionButtonEnabled | ( | ) |
Definition at line 154 of file class.ilTestQuestionNavigationGUI.php.
References $discardSolutionButtonEnabled.
Referenced by getHTML().
ilTestQuestionNavigationGUI::isForceInstantResponseEnabled | ( | ) |
Definition at line 210 of file class.ilTestQuestionNavigationGUI.php.
References $forceInstantResponseEnabled.
Referenced by getHTML(), and getSubmitSolutionButtonLabel().
ilTestQuestionNavigationGUI::isQuestionMarked | ( | ) |
Definition at line 298 of file class.ilTestQuestionNavigationGUI.php.
References $questionMarked.
Referenced by getQuestionMarkIconLabel(), and getQuestionMarkIconSource().
ilTestQuestionNavigationGUI::isQuestionWorkedThrough | ( | ) |
Definition at line 122 of file class.ilTestQuestionNavigationGUI.php.
References $questionWorkedThrough.
Referenced by getEditSolutionButtonLabel().
|
private |
ilTemplate | $tpl |
Definition at line 500 of file class.ilTestQuestionNavigationGUI.php.
References ilTemplate\parseCurrentBlock(), and ilTemplate\setCurrentBlock().
Referenced by renderButtonInstance(), and renderIcon().
|
private |
ilTemplate | $tpl |
Definition at line 491 of file class.ilTestQuestionNavigationGUI.php.
References ilTemplate\parseCurrentBlock(), and ilTemplate\setCurrentBlock().
Referenced by getHTML().
|
private |
ilTemplate | $tpl | |
$button |
Definition at line 510 of file class.ilTestQuestionNavigationGUI.php.
References parseButtonsBlock(), ilTemplate\parseCurrentBlock(), setAnythingRendered(), ilTemplate\setCurrentBlock(), and HTML_Template_IT\setVariable().
Referenced by renderJsLinkedButton(), renderLinkButton(), and renderSubmitButton().
|
private |
ilTemplate | $tpl | |
$command | ||
$iconSrc | ||
$label | ||
$cssClass |
Definition at line 575 of file class.ilTestQuestionNavigationGUI.php.
References parseButtonsBlock(), ilTemplate\parseCurrentBlock(), setAnythingRendered(), ilTemplate\setCurrentBlock(), and HTML_Template_IT\setVariable().
Referenced by getHTML().
|
private |
ilTemplate | $tpl | |
$htmlId | ||
$label | ||
$cssClass |
Definition at line 558 of file class.ilTestQuestionNavigationGUI.php.
References ilLinkButton\getInstance(), and renderButtonInstance().
Referenced by getHTML().
|
private |
ilTemplate | $tpl | |
$htmlId | ||
$label | ||
$cssClass |
Definition at line 543 of file class.ilTestQuestionNavigationGUI.php.
References ilLinkButton\getInstance(), and renderButtonInstance().
Referenced by getHTML().
|
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().
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().
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().
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.