| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Inheritance diagram for ilObjTestSettingsResultDetails:
 Collaboration diagram for ilObjTestSettingsResultDetails:Data Fields | |
| const | RESULTPRES_BIT_PASS_DETAILS = 1 | 
| const | RESULTPRES_BIT_SOLUTION_DETAILS = 2 | 
| const | RESULTPRES_BIT_SOLUTION_PRINTVIEW = 4 | 
| const | RESULTPRES_BIT_SOLUTION_FEEDBACK = 8 | 
| const | RESULTPRES_BIT_SOLUTION_ANSWERS_ONLY = 16 | 
| const | RESULTPRES_BIT_SOLUTION_SIGNATURE = 32 | 
| const | RESULTPRES_BIT_SOLUTION_SUGGESTED = 64 | 
| const | RESULTPRES_BIT_SOLUTION_LISTCOMPARE = 128 | 
| const | RESULTPRES_BIT_SOLUTION_LISTOWNANSWERS = 256 | 
Protected Member Functions | |
| compareResultPresentation (int $bit) | |
| modifyResultPresentation (int $bit, bool $flag) | |
| compareExportSetting (int $bit) | |
| modifyExportSetting (int $bit, bool $flag) | |
Protected Attributes | |
| bool | $examid_in_test_res = true | 
| int | $exportsettings = 0 | 
| int | $results_presentation = 0 | 
  Protected Attributes inherited from TestSettings | |
| int | $test_id | 
Definition at line 25 of file ilObjTestSettingsResultDetails.php.
| ilObjTestSettingsResultDetails::__construct | ( | int | $test_id | ) | 
Definition at line 42 of file ilObjTestSettingsResultDetails.php.
References ILIAS\MetaData\Repository\Validation\Data\__construct().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 231 of file ilObjTestSettingsResultDetails.php.
Referenced by modifyExportSetting().
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 138 of file ilObjTestSettingsResultDetails.php.
Referenced by getShowPassDetails(), getShowSolutionAnswersOnly(), getShowSolutionFeedback(), getShowSolutionListComparison(), getShowSolutionPrintview(), getShowSolutionSignature(), getShowSolutionSuggested(), and modifyResultPresentation().
 Here is the caller graph for this function:| ilObjTestSettingsResultDetails::getExportSettings | ( | ) | 
Definition at line 221 of file ilObjTestSettingsResultDetails.php.
References $exportsettings.
Referenced by toStorage().
 Here is the caller graph for this function:| ilObjTestSettingsResultDetails::getResultsPresentation | ( | ) | 
Definition at line 116 of file ilObjTestSettingsResultDetails.php.
References $results_presentation.
Referenced by toStorage().
 Here is the caller graph for this function:| ilObjTestSettingsResultDetails::getShowExamIdInTestResults | ( | ) | 
Definition at line 127 of file ilObjTestSettingsResultDetails.php.
References $examid_in_test_res.
Referenced by toForm(), and toStorage().
 Here is the caller graph for this function:| ilObjTestSettingsResultDetails::getShowPassDetails | ( | ) | 
Definition at line 158 of file ilObjTestSettingsResultDetails.php.
References compareResultPresentation().
Referenced by ilObjTestScoreSettings\__construct().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilObjTestSettingsResultDetails::getShowSolutionAnswersOnly | ( | ) | 
Definition at line 185 of file ilObjTestSettingsResultDetails.php.
References compareResultPresentation().
Referenced by toForm().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilObjTestSettingsResultDetails::getShowSolutionFeedback | ( | ) | 
Definition at line 176 of file ilObjTestSettingsResultDetails.php.
References compareResultPresentation().
Referenced by toForm().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilObjTestSettingsResultDetails::getShowSolutionListComparison | ( | ) | 
Definition at line 212 of file ilObjTestSettingsResultDetails.php.
References compareResultPresentation().
Referenced by toForm().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilObjTestSettingsResultDetails::getShowSolutionPrintview | ( | ) | 
Definition at line 167 of file ilObjTestSettingsResultDetails.php.
References compareResultPresentation().
Referenced by toForm().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilObjTestSettingsResultDetails::getShowSolutionSignature | ( | ) | 
Definition at line 194 of file ilObjTestSettingsResultDetails.php.
References compareResultPresentation().
Referenced by toForm().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilObjTestSettingsResultDetails::getShowSolutionSuggested | ( | ) | 
Definition at line 203 of file ilObjTestSettingsResultDetails.php.
References compareResultPresentation().
Referenced by toForm().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 235 of file ilObjTestSettingsResultDetails.php.
References compareExportSetting().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 142 of file ilObjTestSettingsResultDetails.php.
References compareResultPresentation().
Referenced by withShowPassDetails(), withShowSolutionAnswersOnly(), withShowSolutionFeedback(), withShowSolutionListComparison(), withShowSolutionPrintview(), withShowSolutionSignature(), and withShowSolutionSuggested().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilObjTestSettingsResultDetails::toForm | ( | \ilLanguage | $lng, | 
| FieldFactory | $f, | ||
| Refinery | $refinery, | ||
| array | $environment = null  | 
        ||
| ) | 
Definition at line 47 of file ilObjTestSettingsResultDetails.php.
References getShowExamIdInTestResults(), getShowSolutionAnswersOnly(), getShowSolutionFeedback(), getShowSolutionListComparison(), getShowSolutionPrintview(), getShowSolutionSignature(), getShowSolutionSuggested(), ilLanguage\txt(), ILIAS\UI\Implementation\Component\Input\ViewControl\withAdditionalTransformation(), withShowExamIdInTestResults(), withShowSolutionAnswersOnly(), withShowSolutionFeedback(), withShowSolutionListComparison(), withShowSolutionPrintview(), withShowSolutionSignature(), withShowSolutionSuggested(), and ILIAS\UI\Implementation\Component\Input\withValue().
 Here is the call graph for this function:| ilObjTestSettingsResultDetails::toStorage | ( | ) | 
Definition at line 106 of file ilObjTestSettingsResultDetails.php.
References getExportSettings(), getResultsPresentation(), getShowExamIdInTestResults(), and ILIAS\Repository\int().
 Here is the call graph for this function:| ilObjTestSettingsResultDetails::withExportSettings | ( | int | $exportsettings | ) | 
Definition at line 225 of file ilObjTestSettingsResultDetails.php.
References $exportsettings.
| ilObjTestSettingsResultDetails::withResultsPresentation | ( | int | $results_presentation | ) | 
Definition at line 120 of file ilObjTestSettingsResultDetails.php.
References $results_presentation.
| ilObjTestSettingsResultDetails::withShowExamIdInTestResults | ( | bool | $examid_in_test_res | ) | 
Definition at line 131 of file ilObjTestSettingsResultDetails.php.
References $examid_in_test_res.
Referenced by toForm().
 Here is the caller graph for this function:| ilObjTestSettingsResultDetails::withShowPassDetails | ( | bool | $flag | ) | 
Definition at line 162 of file ilObjTestSettingsResultDetails.php.
References modifyResultPresentation().
 Here is the call graph for this function:| ilObjTestSettingsResultDetails::withShowSolutionAnswersOnly | ( | bool | $flag | ) | 
Definition at line 189 of file ilObjTestSettingsResultDetails.php.
References modifyResultPresentation().
Referenced by toForm().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilObjTestSettingsResultDetails::withShowSolutionFeedback | ( | bool | $flag | ) | 
Definition at line 180 of file ilObjTestSettingsResultDetails.php.
References modifyResultPresentation().
Referenced by toForm().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilObjTestSettingsResultDetails::withShowSolutionListComparison | ( | bool | $flag | ) | 
Definition at line 216 of file ilObjTestSettingsResultDetails.php.
References modifyResultPresentation().
Referenced by toForm().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilObjTestSettingsResultDetails::withShowSolutionPrintview | ( | bool | $flag | ) | 
Definition at line 171 of file ilObjTestSettingsResultDetails.php.
References modifyResultPresentation().
Referenced by toForm().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilObjTestSettingsResultDetails::withShowSolutionSignature | ( | bool | $flag | ) | 
Definition at line 198 of file ilObjTestSettingsResultDetails.php.
References modifyResultPresentation().
Referenced by toForm().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilObjTestSettingsResultDetails::withShowSolutionSuggested | ( | bool | $flag | ) | 
Definition at line 207 of file ilObjTestSettingsResultDetails.php.
References modifyResultPresentation().
Referenced by toForm().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 37 of file ilObjTestSettingsResultDetails.php.
Referenced by getShowExamIdInTestResults(), and withShowExamIdInTestResults().
      
  | 
  protected | 
Definition at line 38 of file ilObjTestSettingsResultDetails.php.
Referenced by getExportSettings(), and withExportSettings().
      
  | 
  protected | 
Definition at line 39 of file ilObjTestSettingsResultDetails.php.
Referenced by getResultsPresentation(), and withResultsPresentation().
| const ilObjTestSettingsResultDetails::RESULTPRES_BIT_PASS_DETAILS = 1 | 
Definition at line 27 of file ilObjTestSettingsResultDetails.php.
| const ilObjTestSettingsResultDetails::RESULTPRES_BIT_SOLUTION_ANSWERS_ONLY = 16 | 
Definition at line 31 of file ilObjTestSettingsResultDetails.php.
| const ilObjTestSettingsResultDetails::RESULTPRES_BIT_SOLUTION_DETAILS = 2 | 
Definition at line 28 of file ilObjTestSettingsResultDetails.php.
| const ilObjTestSettingsResultDetails::RESULTPRES_BIT_SOLUTION_FEEDBACK = 8 | 
Definition at line 30 of file ilObjTestSettingsResultDetails.php.
| const ilObjTestSettingsResultDetails::RESULTPRES_BIT_SOLUTION_LISTCOMPARE = 128 | 
Definition at line 34 of file ilObjTestSettingsResultDetails.php.
| const ilObjTestSettingsResultDetails::RESULTPRES_BIT_SOLUTION_LISTOWNANSWERS = 256 | 
Definition at line 35 of file ilObjTestSettingsResultDetails.php.
| const ilObjTestSettingsResultDetails::RESULTPRES_BIT_SOLUTION_PRINTVIEW = 4 | 
Definition at line 29 of file ilObjTestSettingsResultDetails.php.
| const ilObjTestSettingsResultDetails::RESULTPRES_BIT_SOLUTION_SIGNATURE = 32 | 
Definition at line 32 of file ilObjTestSettingsResultDetails.php.
| const ilObjTestSettingsResultDetails::RESULTPRES_BIT_SOLUTION_SUGGESTED = 64 | 
Definition at line 33 of file ilObjTestSettingsResultDetails.php.