|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Test Question configuration. More...
Collaboration diagram for ilTestQuestionConfig:Public Member Functions | |
| __construct () | |
| ilTestQuestionConfig constructor. More... | |
| isUnchangedAnswerPossible () | |
| Return if the saving of an unchanged answer is supported with an additional checkbox. More... | |
| setIsUnchangedAnswerPossible ($isUnchangedAnswerPossible) | |
| Set if the saving of an unchanged answer is supported with an additional checkbox. More... | |
| getUseUnchangedAnswerLabel () | |
| Return the label to be used for the 'use unchanged answer' checkbox. More... | |
| setUseUnchangedAnswerLabel ($useUnchangedAnswerLabel) | |
| Return the label to be used for the 'use unchanged answer' checkbox. More... | |
| isFormChangeDetectionEnabled () | |
| Return if the detection of form changes is enabled. More... | |
| setFormChangeDetectionEnabled ($enableFormChangeDetection) | |
| Set if the detection of form changes is enabled. More... | |
| isBackgroundChangeDetectionEnabled () | |
| Return if the detection of background changes is enabled. More... | |
| setBackgroundChangeDetectionEnabled ($enableBackgroundChangeDetection) | |
| Set if the detection of background changes is enabled This is set by Java and Flash questions to poll for server-side savings. More... | |
| isPreviousPassSolutionReuseAllowed () | |
| setPreviousPassSolutionReuseAllowed ($previousPassSolutionReuseAllowed) | |
| isSolutionInitiallyPrefilled () | |
| setSolutionInitiallyPrefilled ($solutionInitiallyPrefilled) | |
Protected Attributes | |
| $isUnchangedAnswerPossible = false | |
| $useUnchangedAnswerLabel = '' | |
| $enableFormChangeDetection = true | |
| $enableBackgroundChangeDetection = false | |
| $previousPassSolutionReuseAllowed = false | |
| $solutionInitiallyPrefilled = false | |
Test Question configuration.
Definition at line 9 of file class.ilTestQuestionConfig.php.
| ilTestQuestionConfig::__construct | ( | ) |
ilTestQuestionConfig constructor.
Definition at line 24 of file class.ilTestQuestionConfig.php.
References $lng.
| ilTestQuestionConfig::getUseUnchangedAnswerLabel | ( | ) |
Return the label to be used for the 'use unchanged answer' checkbox.
Definition at line 54 of file class.ilTestQuestionConfig.php.
References $useUnchangedAnswerLabel.
| ilTestQuestionConfig::isBackgroundChangeDetectionEnabled | ( | ) |
Return if the detection of background changes is enabled.
Definition at line 94 of file class.ilTestQuestionConfig.php.
References $enableBackgroundChangeDetection.
| ilTestQuestionConfig::isFormChangeDetectionEnabled | ( | ) |
Return if the detection of form changes is enabled.
Definition at line 74 of file class.ilTestQuestionConfig.php.
References $enableFormChangeDetection.
| ilTestQuestionConfig::isPreviousPassSolutionReuseAllowed | ( | ) |
Definition at line 116 of file class.ilTestQuestionConfig.php.
References $previousPassSolutionReuseAllowed.
| ilTestQuestionConfig::isSolutionInitiallyPrefilled | ( | ) |
Definition at line 134 of file class.ilTestQuestionConfig.php.
References $solutionInitiallyPrefilled.
| ilTestQuestionConfig::isUnchangedAnswerPossible | ( | ) |
Return if the saving of an unchanged answer is supported with an additional checkbox.
Definition at line 34 of file class.ilTestQuestionConfig.php.
References $isUnchangedAnswerPossible.
Referenced by setIsUnchangedAnswerPossible().
Here is the caller graph for this function:| ilTestQuestionConfig::setBackgroundChangeDetectionEnabled | ( | $enableBackgroundChangeDetection | ) |
Set if the detection of background changes is enabled This is set by Java and Flash questions to poll for server-side savings.
| $enableBackgroundChangeDetection |
Definition at line 106 of file class.ilTestQuestionConfig.php.
References $enableBackgroundChangeDetection.
| ilTestQuestionConfig::setFormChangeDetectionEnabled | ( | $enableFormChangeDetection | ) |
Set if the detection of form changes is enabled.
| bool | $enableFormChangeDetection |
Definition at line 84 of file class.ilTestQuestionConfig.php.
References $enableFormChangeDetection.
| ilTestQuestionConfig::setIsUnchangedAnswerPossible | ( | $isUnchangedAnswerPossible | ) |
Set if the saving of an unchanged answer is supported with an additional checkbox.
| bool | $isUnchangedAnswerPossible |
Definition at line 44 of file class.ilTestQuestionConfig.php.
References $isUnchangedAnswerPossible, and isUnchangedAnswerPossible().
Here is the call graph for this function:| ilTestQuestionConfig::setPreviousPassSolutionReuseAllowed | ( | $previousPassSolutionReuseAllowed | ) |
| bool | $previousPassSolutionReuseAllowed |
Definition at line 124 of file class.ilTestQuestionConfig.php.
References $previousPassSolutionReuseAllowed.
| ilTestQuestionConfig::setSolutionInitiallyPrefilled | ( | $solutionInitiallyPrefilled | ) |
@param bool $solutionInitiallyPrefilled
hey: prevPassSolutions - streamlined signatures
Definition at line 145 of file class.ilTestQuestionConfig.php.
References $solutionInitiallyPrefilled.
| ilTestQuestionConfig::setUseUnchangedAnswerLabel | ( | $useUnchangedAnswerLabel | ) |
Return the label to be used for the 'use unchanged answer' checkbox.
| string | $useUnchangedAnswerLabel |
Definition at line 64 of file class.ilTestQuestionConfig.php.
References $useUnchangedAnswerLabel.
|
protected |
Definition at line 14 of file class.ilTestQuestionConfig.php.
Referenced by isBackgroundChangeDetectionEnabled(), and setBackgroundChangeDetectionEnabled().
|
protected |
Definition at line 13 of file class.ilTestQuestionConfig.php.
Referenced by isFormChangeDetectionEnabled(), and setFormChangeDetectionEnabled().
|
protected |
Definition at line 11 of file class.ilTestQuestionConfig.php.
Referenced by isUnchangedAnswerPossible(), and setIsUnchangedAnswerPossible().
|
protected |
Definition at line 17 of file class.ilTestQuestionConfig.php.
Referenced by isPreviousPassSolutionReuseAllowed(), and setPreviousPassSolutionReuseAllowed().
|
protected |
Definition at line 18 of file class.ilTestQuestionConfig.php.
Referenced by isSolutionInitiallyPrefilled(), and setSolutionInitiallyPrefilled().
|
protected |
Definition at line 12 of file class.ilTestQuestionConfig.php.
Referenced by getUseUnchangedAnswerLabel(), and setUseUnchangedAnswerLabel().