|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ilTestQuestionHeaderBlockBuilder:
Collaboration diagram for ilTestQuestionHeaderBlockBuilder:Public Member Functions | |
| __construct (ilLanguage $lng) | |
| getHeaderMode () | |
| setHeaderMode ($headerMode) | |
| getQuestionTitle () | |
| setQuestionTitle ($questionTitle) | |
| getQuestionPoints () | |
| setQuestionPoints ($questionPoints) | |
| setQuestionAnswered ($questionAnswered) | |
| getQuestionPosition () | |
| setQuestionPosition ($questionPosition) | |
| getQuestionCount () | |
| setQuestionCount ($questionCount) | |
| isQuestionPostponed () | |
| isQuestionAnswered () | |
| setQuestionPostponed ($questionPostponed) | |
| isQuestionObligatory () | |
| setQuestionObligatory ($questionObligatory) | |
| getQuestionRelatedObjectives () | |
| setQuestionRelatedObjectives ($questionRelatedObjectives) | |
| getPresentationTitle () | |
| Get the presentation title of the question This is shown above the title line in a test run. More... | |
| getQuestionInfoHTML () | |
| Get the additional question info and answering status This is shown below the title line in a test run. More... | |
| getHTML () | |
| Get the HTML representation of the header block. More... | |
| getHTML () | |
| Get the HTML representation of the header block. More... | |
Protected Member Functions | |
| buildQuestionPositionString () | |
| buildQuestionPointsString () | |
| buildQuestionPostponedString () | |
| buildQuestionObligatoryString () | |
| buildQuestionRelatedObjectivesString () | |
Protected Attributes | |
| $lng | |
| $headerMode | |
| $questionTitle | |
| $questionPoints | |
| $questionPosition | |
| $questionCount | |
| $questionPostponed | |
| $questionObligatory | |
| $questionRelatedObjectives | |
| $questionAnswered | |
Definition at line 25 of file class.ilTestQuestionHeaderBlockBuilder.php.
| ilTestQuestionHeaderBlockBuilder::__construct | ( | ilLanguage | $lng | ) |
Definition at line 79 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $lng, and ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Definition at line 272 of file class.ilTestQuestionHeaderBlockBuilder.php.
References isQuestionObligatory(), and ILIAS\Repository\lng().
Referenced by getHTML(), and getQuestionInfoHTML().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 254 of file class.ilTestQuestionHeaderBlockBuilder.php.
References getQuestionPoints().
Referenced by getHTML(), and getQuestionInfoHTML().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 240 of file class.ilTestQuestionHeaderBlockBuilder.php.
References getQuestionCount(), getQuestionPosition(), and ILIAS\Repository\lng().
Referenced by getHTML(), getPresentationTitle(), and getQuestionInfoHTML().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 263 of file class.ilTestQuestionHeaderBlockBuilder.php.
References isQuestionPostponed(), and ILIAS\Repository\lng().
Referenced by getHTML(), and getQuestionInfoHTML().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 281 of file class.ilTestQuestionHeaderBlockBuilder.php.
References getQuestionRelatedObjectives(), and ILIAS\Repository\lng().
Referenced by getHTML(), and getQuestionInfoHTML().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestQuestionHeaderBlockBuilder::getHeaderMode | ( | ) |
Definition at line 96 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $headerMode.
Referenced by getHTML(), getPresentationTitle(), and getQuestionInfoHTML().
Here is the caller graph for this function:| ilTestQuestionHeaderBlockBuilder::getHTML | ( | ) |
Get the HTML representation of the header block.
Implements ilQuestionHeaderBlockBuilder.
Definition at line 371 of file class.ilTestQuestionHeaderBlockBuilder.php.
References buildQuestionObligatoryString(), buildQuestionPointsString(), buildQuestionPositionString(), buildQuestionPostponedString(), buildQuestionRelatedObjectivesString(), getHeaderMode(), and getQuestionTitle().
Here is the call graph for this function:| ilTestQuestionHeaderBlockBuilder::getPresentationTitle | ( | ) |
Get the presentation title of the question This is shown above the title line in a test run.
Definition at line 300 of file class.ilTestQuestionHeaderBlockBuilder.php.
References buildQuestionPositionString(), getHeaderMode(), and getQuestionTitle().
Here is the call graph for this function:| ilTestQuestionHeaderBlockBuilder::getQuestionCount | ( | ) |
Definition at line 169 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $questionCount.
Referenced by buildQuestionPositionString().
Here is the caller graph for this function:| ilTestQuestionHeaderBlockBuilder::getQuestionInfoHTML | ( | ) |
Get the additional question info and answering status This is shown below the title line in a test run.
Definition at line 320 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $tpl, buildQuestionObligatoryString(), buildQuestionPointsString(), buildQuestionPositionString(), buildQuestionPostponedString(), buildQuestionRelatedObjectivesString(), getHeaderMode(), ilUtil\getImagePath(), getQuestionRelatedObjectives(), isQuestionAnswered(), isQuestionObligatory(), isQuestionPostponed(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilTestQuestionHeaderBlockBuilder::getQuestionPoints | ( | ) |
Definition at line 128 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $questionPoints.
Referenced by buildQuestionPointsString().
Here is the caller graph for this function:| ilTestQuestionHeaderBlockBuilder::getQuestionPosition | ( | ) |
Definition at line 153 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $questionPosition.
Referenced by buildQuestionPositionString().
Here is the caller graph for this function:| ilTestQuestionHeaderBlockBuilder::getQuestionRelatedObjectives | ( | ) |
Definition at line 227 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $questionRelatedObjectives.
Referenced by buildQuestionRelatedObjectivesString(), and getQuestionInfoHTML().
Here is the caller graph for this function:| ilTestQuestionHeaderBlockBuilder::getQuestionTitle | ( | ) |
Definition at line 112 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $questionTitle.
Referenced by getHTML(), and getPresentationTitle().
Here is the caller graph for this function:| ilTestQuestionHeaderBlockBuilder::isQuestionAnswered | ( | ) |
Definition at line 194 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $questionAnswered.
Referenced by getQuestionInfoHTML().
Here is the caller graph for this function:| ilTestQuestionHeaderBlockBuilder::isQuestionObligatory | ( | ) |
Definition at line 211 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $questionObligatory.
Referenced by buildQuestionObligatoryString(), and getQuestionInfoHTML().
Here is the caller graph for this function:| ilTestQuestionHeaderBlockBuilder::isQuestionPostponed | ( | ) |
Definition at line 185 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $questionPostponed.
Referenced by buildQuestionPostponedString(), and getQuestionInfoHTML().
Here is the caller graph for this function:| ilTestQuestionHeaderBlockBuilder::setHeaderMode | ( | $headerMode | ) |
| int | $headerMode |
Definition at line 104 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $headerMode.
| ilTestQuestionHeaderBlockBuilder::setQuestionAnswered | ( | $questionAnswered | ) |
| bool | $questionAnswered |
Definition at line 145 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $questionAnswered.
| ilTestQuestionHeaderBlockBuilder::setQuestionCount | ( | $questionCount | ) |
| int | $questionCount |
Definition at line 177 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $questionCount.
| ilTestQuestionHeaderBlockBuilder::setQuestionObligatory | ( | $questionObligatory | ) |
| boolean | $questionObligatory |
Definition at line 219 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $questionObligatory.
| ilTestQuestionHeaderBlockBuilder::setQuestionPoints | ( | $questionPoints | ) |
| float | $questionPoints |
Definition at line 136 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $questionPoints.
| ilTestQuestionHeaderBlockBuilder::setQuestionPosition | ( | $questionPosition | ) |
| int | $questionPosition |
Definition at line 161 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $questionPosition.
| ilTestQuestionHeaderBlockBuilder::setQuestionPostponed | ( | $questionPostponed | ) |
| boolean | $questionPostponed |
Definition at line 203 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $questionPostponed.
| ilTestQuestionHeaderBlockBuilder::setQuestionRelatedObjectives | ( | $questionRelatedObjectives | ) |
| string | $questionRelatedObjectives |
Definition at line 235 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $questionRelatedObjectives.
| ilTestQuestionHeaderBlockBuilder::setQuestionTitle | ( | $questionTitle | ) |
| string | $questionTitle |
Definition at line 120 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $questionTitle.
|
protected |
Definition at line 35 of file class.ilTestQuestionHeaderBlockBuilder.php.
Referenced by getHeaderMode(), and setHeaderMode().
|
protected |
Definition at line 30 of file class.ilTestQuestionHeaderBlockBuilder.php.
Referenced by __construct().
|
protected |
Definition at line 76 of file class.ilTestQuestionHeaderBlockBuilder.php.
Referenced by isQuestionAnswered(), and setQuestionAnswered().
|
protected |
Definition at line 55 of file class.ilTestQuestionHeaderBlockBuilder.php.
Referenced by getQuestionCount(), and setQuestionCount().
|
protected |
Definition at line 65 of file class.ilTestQuestionHeaderBlockBuilder.php.
Referenced by isQuestionObligatory(), and setQuestionObligatory().
|
protected |
Definition at line 45 of file class.ilTestQuestionHeaderBlockBuilder.php.
Referenced by getQuestionPoints(), and setQuestionPoints().
|
protected |
Definition at line 50 of file class.ilTestQuestionHeaderBlockBuilder.php.
Referenced by getQuestionPosition(), and setQuestionPosition().
|
protected |
Definition at line 60 of file class.ilTestQuestionHeaderBlockBuilder.php.
Referenced by isQuestionPostponed(), and setQuestionPostponed().
|
protected |
Definition at line 70 of file class.ilTestQuestionHeaderBlockBuilder.php.
Referenced by getQuestionRelatedObjectives(), and setQuestionRelatedObjectives().
|
protected |
Definition at line 40 of file class.ilTestQuestionHeaderBlockBuilder.php.
Referenced by getQuestionTitle(), and setQuestionTitle().