|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
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... | |
Protected Member Functions | |
| buildQuestionPositionString () | |
| buildQuestionPointsString () | |
| buildQuestionPostponedString () | |
| buildQuestionObligatoryString () | |
| buildQuestionRelatedObjectivesString () | |
Protected Attributes | |
| $lng | |
| $headerMode | |
| $questionTitle | |
| $questionPoints | |
| $questionPosition | |
| $questionCount | |
| $questionPostponed | |
| $questionObligatory | |
| $questionRelatedObjectives | |
| $questionAnswered | |
Definition at line 27 of file class.ilTestQuestionHeaderBlockBuilder.php.
| ilTestQuestionHeaderBlockBuilder::__construct | ( | ilLanguage | $lng | ) |
Definition at line 81 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $lng, and ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Definition at line 274 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 256 of file class.ilTestQuestionHeaderBlockBuilder.php.
References getQuestionPoints().
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 242 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 265 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 283 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 98 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 379 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 302 of file class.ilTestQuestionHeaderBlockBuilder.php.
References buildQuestionPointsString(), buildQuestionPositionString(), getHeaderMode(), and getQuestionTitle().
Here is the call graph for this function:| ilTestQuestionHeaderBlockBuilder::getQuestionCount | ( | ) |
Definition at line 171 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 325 of file class.ilTestQuestionHeaderBlockBuilder.php.
References 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 130 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $questionPoints.
Referenced by buildQuestionPointsString().
Here is the caller graph for this function:| ilTestQuestionHeaderBlockBuilder::getQuestionPosition | ( | ) |
Definition at line 155 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $questionPosition.
Referenced by buildQuestionPositionString().
Here is the caller graph for this function:| ilTestQuestionHeaderBlockBuilder::getQuestionRelatedObjectives | ( | ) |
Definition at line 229 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 114 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 196 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $questionAnswered.
Referenced by getQuestionInfoHTML().
Here is the caller graph for this function:| ilTestQuestionHeaderBlockBuilder::isQuestionObligatory | ( | ) |
Definition at line 213 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 187 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 106 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $headerMode.
| ilTestQuestionHeaderBlockBuilder::setQuestionAnswered | ( | $questionAnswered | ) |
| bool | $questionAnswered |
Definition at line 147 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $questionAnswered.
| ilTestQuestionHeaderBlockBuilder::setQuestionCount | ( | $questionCount | ) |
| int | $questionCount |
Definition at line 179 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $questionCount.
| ilTestQuestionHeaderBlockBuilder::setQuestionObligatory | ( | $questionObligatory | ) |
| boolean | $questionObligatory |
Definition at line 221 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $questionObligatory.
| ilTestQuestionHeaderBlockBuilder::setQuestionPoints | ( | $questionPoints | ) |
| float | $questionPoints |
Definition at line 138 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $questionPoints.
| ilTestQuestionHeaderBlockBuilder::setQuestionPosition | ( | $questionPosition | ) |
| int | $questionPosition |
Definition at line 163 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $questionPosition.
| ilTestQuestionHeaderBlockBuilder::setQuestionPostponed | ( | $questionPostponed | ) |
| boolean | $questionPostponed |
Definition at line 205 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $questionPostponed.
| ilTestQuestionHeaderBlockBuilder::setQuestionRelatedObjectives | ( | $questionRelatedObjectives | ) |
| string | $questionRelatedObjectives |
Definition at line 237 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $questionRelatedObjectives.
| ilTestQuestionHeaderBlockBuilder::setQuestionTitle | ( | $questionTitle | ) |
| string | $questionTitle |
Definition at line 122 of file class.ilTestQuestionHeaderBlockBuilder.php.
References $questionTitle.
|
protected |
Definition at line 37 of file class.ilTestQuestionHeaderBlockBuilder.php.
Referenced by getHeaderMode(), and setHeaderMode().
|
protected |
Definition at line 32 of file class.ilTestQuestionHeaderBlockBuilder.php.
Referenced by __construct().
|
protected |
Definition at line 78 of file class.ilTestQuestionHeaderBlockBuilder.php.
Referenced by isQuestionAnswered(), and setQuestionAnswered().
|
protected |
Definition at line 57 of file class.ilTestQuestionHeaderBlockBuilder.php.
Referenced by getQuestionCount(), and setQuestionCount().
|
protected |
Definition at line 67 of file class.ilTestQuestionHeaderBlockBuilder.php.
Referenced by isQuestionObligatory(), and setQuestionObligatory().
|
protected |
Definition at line 47 of file class.ilTestQuestionHeaderBlockBuilder.php.
Referenced by getQuestionPoints(), and setQuestionPoints().
|
protected |
Definition at line 52 of file class.ilTestQuestionHeaderBlockBuilder.php.
Referenced by getQuestionPosition(), and setQuestionPosition().
|
protected |
Definition at line 62 of file class.ilTestQuestionHeaderBlockBuilder.php.
Referenced by isQuestionPostponed(), and setQuestionPostponed().
|
protected |
Definition at line 72 of file class.ilTestQuestionHeaderBlockBuilder.php.
Referenced by getQuestionRelatedObjectives(), and setQuestionRelatedObjectives().
|
protected |
Definition at line 42 of file class.ilTestQuestionHeaderBlockBuilder.php.
Referenced by getQuestionTitle(), and setQuestionTitle().