|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. 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 | |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Test Question configuration
Definition at line 23 of file class.ilTestQuestionConfig.php.
| ilTestQuestionConfig::__construct | ( | ) |
ilTestQuestionConfig constructor.
Definition at line 42 of file class.ilTestQuestionConfig.php.
| ilTestQuestionConfig::getUseUnchangedAnswerLabel | ( | ) |
Return the label to be used for the 'use unchanged answer' checkbox.
Definition at line 73 of file class.ilTestQuestionConfig.php.
References $useUnchangedAnswerLabel.
| ilTestQuestionConfig::isBackgroundChangeDetectionEnabled | ( | ) |
Return if the detection of background changes is enabled.
Definition at line 113 of file class.ilTestQuestionConfig.php.
References $enableBackgroundChangeDetection.
| ilTestQuestionConfig::isFormChangeDetectionEnabled | ( | ) |
Return if the detection of form changes is enabled.
Definition at line 93 of file class.ilTestQuestionConfig.php.
References $enableFormChangeDetection.
| ilTestQuestionConfig::isPreviousPassSolutionReuseAllowed | ( | ) |
Definition at line 135 of file class.ilTestQuestionConfig.php.
References $previousPassSolutionReuseAllowed.
| ilTestQuestionConfig::isScoreEmptyMcSolutionsEnabled | ( | ) |
Definition at line 175 of file class.ilTestQuestionConfig.php.
References $scoreEmptyMcSolutionsEnabled.
| ilTestQuestionConfig::isSolutionInitiallyPrefilled | ( | ) |
Definition at line 153 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 53 of file class.ilTestQuestionConfig.php.
References $isUnchangedAnswerPossible.
Referenced by setIsUnchangedAnswerPossible().
Here is the caller graph for this function:| ilTestQuestionConfig::isWorkedThrough | ( | ) |
Definition at line 191 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 125 of file class.ilTestQuestionConfig.php.
References $enableBackgroundChangeDetection.
| ilTestQuestionConfig::setFormChangeDetectionEnabled | ( | $enableFormChangeDetection | ) |
Set if the detection of form changes is enabled.
| bool | $enableFormChangeDetection |
Definition at line 103 of file class.ilTestQuestionConfig.php.
References $enableFormChangeDetection.
Referenced by assFileUpload\buildTestPresentationConfig(), and assFlashQuestion\buildTestPresentationConfig().
Here is the caller graph for this function:| ilTestQuestionConfig::setIsUnchangedAnswerPossible | ( | $isUnchangedAnswerPossible | ) |
Set if the saving of an unchanged answer is supported with an additional checkbox.
| bool | $isUnchangedAnswerPossible |
Definition at line 63 of file class.ilTestQuestionConfig.php.
References $isUnchangedAnswerPossible, and isUnchangedAnswerPossible().
Referenced by assOrderingHorizontal\buildTestPresentationConfig(), and assOrderingQuestion\buildTestPresentationConfig().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestQuestionConfig::setPreviousPassSolutionReuseAllowed | ( | $previousPassSolutionReuseAllowed | ) |
| bool | $previousPassSolutionReuseAllowed |
Definition at line 143 of file class.ilTestQuestionConfig.php.
References $previousPassSolutionReuseAllowed.
| ilTestQuestionConfig::setScoreEmptyMcSolutionsEnabled | ( | $scoreEmptyMcSolutionsEnabled | ) |
| bool | $scoreEmptyMcSolutionsEnabled |
Definition at line 183 of file class.ilTestQuestionConfig.php.
References $scoreEmptyMcSolutionsEnabled.
| ilTestQuestionConfig::setSolutionInitiallyPrefilled | ( | $solutionInitiallyPrefilled | ) |
@param bool $solutionInitiallyPrefilled
hey: prevPassSolutions - streamlined signatures
Definition at line 164 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 83 of file class.ilTestQuestionConfig.php.
References $useUnchangedAnswerLabel.
| ilTestQuestionConfig::setWorkedThrough | ( | $workedThrough | ) |
| bool | $workedThrough |
Definition at line 200 of file class.ilTestQuestionConfig.php.
References $workedThrough.
|
protected |
Definition at line 28 of file class.ilTestQuestionConfig.php.
Referenced by isBackgroundChangeDetectionEnabled(), and setBackgroundChangeDetectionEnabled().
|
protected |
Definition at line 27 of file class.ilTestQuestionConfig.php.
Referenced by isFormChangeDetectionEnabled(), and setFormChangeDetectionEnabled().
|
protected |
Definition at line 25 of file class.ilTestQuestionConfig.php.
Referenced by isUnchangedAnswerPossible(), and setIsUnchangedAnswerPossible().
|
protected |
Definition at line 31 of file class.ilTestQuestionConfig.php.
Referenced by isPreviousPassSolutionReuseAllowed(), and setPreviousPassSolutionReuseAllowed().
|
protected |
Definition at line 35 of file class.ilTestQuestionConfig.php.
Referenced by isScoreEmptyMcSolutionsEnabled(), and setScoreEmptyMcSolutionsEnabled().
|
protected |
Definition at line 32 of file class.ilTestQuestionConfig.php.
Referenced by isSolutionInitiallyPrefilled(), and setSolutionInitiallyPrefilled().
|
protected |
Definition at line 26 of file class.ilTestQuestionConfig.php.
Referenced by getUseUnchangedAnswerLabel(), and setUseUnchangedAnswerLabel().
|
protected |
Definition at line 37 of file class.ilTestQuestionConfig.php.
Referenced by isWorkedThrough(), and setWorkedThrough().