|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
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) | |
| isScoreEmptyMcSolutionsEnabled () | |
| setScoreEmptyMcSolutionsEnabled ($scoreEmptyMcSolutionsEnabled) | |
| isWorkedThrough () | |
| setWorkedThrough ($workedThrough) | |
Protected Attributes | |
| $isUnchangedAnswerPossible = false | |
| $useUnchangedAnswerLabel = '' | |
| $enableFormChangeDetection = true | |
| $enableBackgroundChangeDetection = false | |
| $previousPassSolutionReuseAllowed = false | |
| $solutionInitiallyPrefilled = false | |
| $scoreEmptyMcSolutionsEnabled = false | |
| $workedThrough = false | |
Test Question configuration.
Definition at line 9 of file class.ilTestQuestionConfig.php.
| ilTestQuestionConfig::__construct | ( | ) |
ilTestQuestionConfig constructor.
Definition at line 28 of file class.ilTestQuestionConfig.php.
| ilTestQuestionConfig::getUseUnchangedAnswerLabel | ( | ) |
Return the label to be used for the 'use unchanged answer' checkbox.
Definition at line 59 of file class.ilTestQuestionConfig.php.
References $useUnchangedAnswerLabel.
| ilTestQuestionConfig::isBackgroundChangeDetectionEnabled | ( | ) |
Return if the detection of background changes is enabled.
Definition at line 99 of file class.ilTestQuestionConfig.php.
References $enableBackgroundChangeDetection.
| ilTestQuestionConfig::isFormChangeDetectionEnabled | ( | ) |
Return if the detection of form changes is enabled.
Definition at line 79 of file class.ilTestQuestionConfig.php.
References $enableFormChangeDetection.
| ilTestQuestionConfig::isPreviousPassSolutionReuseAllowed | ( | ) |
Definition at line 121 of file class.ilTestQuestionConfig.php.
References $previousPassSolutionReuseAllowed.
| ilTestQuestionConfig::isScoreEmptyMcSolutionsEnabled | ( | ) |
Definition at line 161 of file class.ilTestQuestionConfig.php.
References $scoreEmptyMcSolutionsEnabled.
| ilTestQuestionConfig::isSolutionInitiallyPrefilled | ( | ) |
Definition at line 139 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 39 of file class.ilTestQuestionConfig.php.
References $isUnchangedAnswerPossible.
Referenced by setIsUnchangedAnswerPossible().
Here is the caller graph for this function:| ilTestQuestionConfig::isWorkedThrough | ( | ) |
Definition at line 177 of file class.ilTestQuestionConfig.php.
References $workedThrough.
| 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 111 of file class.ilTestQuestionConfig.php.
References $enableBackgroundChangeDetection.
| ilTestQuestionConfig::setFormChangeDetectionEnabled | ( | $enableFormChangeDetection | ) |
Set if the detection of form changes is enabled.
| bool | $enableFormChangeDetection |
Definition at line 89 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 49 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 129 of file class.ilTestQuestionConfig.php.
References $previousPassSolutionReuseAllowed.
| ilTestQuestionConfig::setScoreEmptyMcSolutionsEnabled | ( | $scoreEmptyMcSolutionsEnabled | ) |
| bool | $scoreEmptyMcSolutionsEnabled |
Definition at line 169 of file class.ilTestQuestionConfig.php.
References $scoreEmptyMcSolutionsEnabled.
| ilTestQuestionConfig::setSolutionInitiallyPrefilled | ( | $solutionInitiallyPrefilled | ) |
@param bool $solutionInitiallyPrefilled
hey: prevPassSolutions - streamlined signatures
Definition at line 150 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 69 of file class.ilTestQuestionConfig.php.
References $useUnchangedAnswerLabel.
| ilTestQuestionConfig::setWorkedThrough | ( | $workedThrough | ) |
| bool | $workedThrough |
Definition at line 186 of file class.ilTestQuestionConfig.php.
References $workedThrough.
|
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 21 of file class.ilTestQuestionConfig.php.
Referenced by isScoreEmptyMcSolutionsEnabled(), and setScoreEmptyMcSolutionsEnabled().
|
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().
|
protected |
Definition at line 23 of file class.ilTestQuestionConfig.php.
Referenced by isWorkedThrough(), and setWorkedThrough().