| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
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... | |
| 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::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 122 of file class.ilTestQuestionConfig.php.
References $previousPassSolutionReuseAllowed.
| ilTestQuestionConfig::isScoreEmptyMcSolutionsEnabled | ( | ) | 
Definition at line 162 of file class.ilTestQuestionConfig.php.
References $scoreEmptyMcSolutionsEnabled.
| ilTestQuestionConfig::isSolutionInitiallyPrefilled | ( | ) | 
Definition at line 140 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 178 of file class.ilTestQuestionConfig.php.
References $workedThrough.
| 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().
 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 130 of file class.ilTestQuestionConfig.php.
References $previousPassSolutionReuseAllowed.
| ilTestQuestionConfig::setScoreEmptyMcSolutionsEnabled | ( | $scoreEmptyMcSolutionsEnabled | ) | 
| bool | $scoreEmptyMcSolutionsEnabled | 
Definition at line 170 of file class.ilTestQuestionConfig.php.
References $scoreEmptyMcSolutionsEnabled.
| ilTestQuestionConfig::setSolutionInitiallyPrefilled | ( | $solutionInitiallyPrefilled | ) | 
| bool | $solutionInitiallyPrefilled | hey: prevPassSolutions - streamlined signatures | 
Definition at line 151 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 187 of file class.ilTestQuestionConfig.php.
References $workedThrough.
      
  | 
  protected | 
Definition at line 28 of file class.ilTestQuestionConfig.php.
Referenced by isBackgroundChangeDetectionEnabled().
      
  | 
  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().