32 $this->useUnchangedAnswerLabel =
$lng->txt(
'tst_unchanged_answer_is_correct');
setFormChangeDetectionEnabled($enableFormChangeDetection)
Set if the detection of form changes is enabled.
setWorkedThrough($workedThrough)
Test Question configuration.
setUseUnchangedAnswerLabel($useUnchangedAnswerLabel)
Return the label to be used for the 'use unchanged answer' checkbox.
setSolutionInitiallyPrefilled($solutionInitiallyPrefilled)
setIsUnchangedAnswerPossible($isUnchangedAnswerPossible)
Set if the saving of an unchanged answer is supported with an additional checkbox.
$previousPassSolutionReuseAllowed
isPreviousPassSolutionReuseAllowed()
getUseUnchangedAnswerLabel()
Return the label to be used for the 'use unchanged answer' checkbox.
$solutionInitiallyPrefilled
$isUnchangedAnswerPossible
$enableFormChangeDetection
$enableBackgroundChangeDetection
$scoreEmptyMcSolutionsEnabled
isBackgroundChangeDetectionEnabled()
Return if the detection of background changes is enabled.
setPreviousPassSolutionReuseAllowed($previousPassSolutionReuseAllowed)
setScoreEmptyMcSolutionsEnabled($scoreEmptyMcSolutionsEnabled)
__construct()
ilTestQuestionConfig constructor.
setBackgroundChangeDetectionEnabled($enableBackgroundChangeDetection)
Set if the detection of background changes is enabled This is set by Java and Flash questions to poll...
isSolutionInitiallyPrefilled()
isFormChangeDetectionEnabled()
Return if the detection of form changes is enabled.
isUnchangedAnswerPossible()
Return if the saving of an unchanged answer is supported with an additional checkbox.
isScoreEmptyMcSolutionsEnabled()