ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Test Question configuration. More...
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.
References $lng.
ilTestQuestionConfig::getUseUnchangedAnswerLabel | ( | ) |
Return the label to be used for the 'use unchanged answer' checkbox.
Definition at line 58 of file class.ilTestQuestionConfig.php.
References $useUnchangedAnswerLabel.
ilTestQuestionConfig::isBackgroundChangeDetectionEnabled | ( | ) |
Return if the detection of background changes is enabled.
Definition at line 98 of file class.ilTestQuestionConfig.php.
References $enableBackgroundChangeDetection.
ilTestQuestionConfig::isFormChangeDetectionEnabled | ( | ) |
Return if the detection of form changes is enabled.
Definition at line 78 of file class.ilTestQuestionConfig.php.
References $enableFormChangeDetection.
ilTestQuestionConfig::isPreviousPassSolutionReuseAllowed | ( | ) |
Definition at line 120 of file class.ilTestQuestionConfig.php.
References $previousPassSolutionReuseAllowed.
ilTestQuestionConfig::isScoreEmptyMcSolutionsEnabled | ( | ) |
Definition at line 160 of file class.ilTestQuestionConfig.php.
References $scoreEmptyMcSolutionsEnabled.
ilTestQuestionConfig::isSolutionInitiallyPrefilled | ( | ) |
Definition at line 138 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 38 of file class.ilTestQuestionConfig.php.
References $isUnchangedAnswerPossible.
Referenced by setIsUnchangedAnswerPossible().
ilTestQuestionConfig::isWorkedThrough | ( | ) |
Definition at line 176 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 110 of file class.ilTestQuestionConfig.php.
References $enableBackgroundChangeDetection.
ilTestQuestionConfig::setFormChangeDetectionEnabled | ( | $enableFormChangeDetection | ) |
Set if the detection of form changes is enabled.
bool | $enableFormChangeDetection |
Definition at line 88 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 48 of file class.ilTestQuestionConfig.php.
References $isUnchangedAnswerPossible, and isUnchangedAnswerPossible().
ilTestQuestionConfig::setPreviousPassSolutionReuseAllowed | ( | $previousPassSolutionReuseAllowed | ) |
bool | $previousPassSolutionReuseAllowed |
Definition at line 128 of file class.ilTestQuestionConfig.php.
References $previousPassSolutionReuseAllowed.
ilTestQuestionConfig::setScoreEmptyMcSolutionsEnabled | ( | $scoreEmptyMcSolutionsEnabled | ) |
bool | $scoreEmptyMcSolutionsEnabled |
Definition at line 168 of file class.ilTestQuestionConfig.php.
References $scoreEmptyMcSolutionsEnabled.
ilTestQuestionConfig::setSolutionInitiallyPrefilled | ( | $solutionInitiallyPrefilled | ) |
bool | $solutionInitiallyPrefilled | hey: prevPassSolutions - streamlined signatures |
Definition at line 149 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 68 of file class.ilTestQuestionConfig.php.
References $useUnchangedAnswerLabel.
ilTestQuestionConfig::setWorkedThrough | ( | $workedThrough | ) |
bool | $workedThrough |
Definition at line 185 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().