ILIAS
release_8 Revision v8.19
|
Public Member Functions | |
__construct (int $test_id) | |
toForm (\ilLanguage $lng, FieldFactory $f, Refinery $refinery, array $environment=null) | |
toStorage () | |
getCountSystem () | |
withCountSystem (int $count_system) | |
getScoreCutting () | |
withScoreCutting (int $score_cutting) | |
getPassScoring () | |
withPassScoring (int $pass_scoring) | |
![]() | |
__construct (int $test_id) | |
getTestId () | |
withTestId (int $test_id) | |
toForm (\ilLanguage $lng, FieldFactory $f, Refinery $refinery, array $environment=null) | |
toStorage () | |
Protected Attributes | |
int | $count_system = 0 |
int | $score_cutting = 0 |
int | $pass_scoring = 0 |
![]() | |
int | $test_id |
Definition at line 25 of file ilObjTestSettingsScoring.php.
ilObjTestSettingsScoring::__construct | ( | int | $test_id | ) |
Definition at line 32 of file ilObjTestSettingsScoring.php.
References ILIAS\GlobalScreen\Provider\__construct().
ilObjTestSettingsScoring::getCountSystem | ( | ) |
Definition at line 84 of file ilObjTestSettingsScoring.php.
References $count_system.
Referenced by ilObjTestSettingsScoringResultsGUI\isScoreRecalculationRequired(), toForm(), and toStorage().
ilObjTestSettingsScoring::getPassScoring | ( | ) |
Definition at line 106 of file ilObjTestSettingsScoring.php.
References $pass_scoring.
Referenced by ilObjTestSettingsScoringResultsGUI\isScoreRecalculationRequired(), toForm(), and toStorage().
ilObjTestSettingsScoring::getScoreCutting | ( | ) |
Definition at line 95 of file ilObjTestSettingsScoring.php.
References $score_cutting.
Referenced by ilObjTestSettingsScoringResultsGUI\isScoreRecalculationRequired(), toForm(), and toStorage().
ilObjTestSettingsScoring::toForm | ( | \ilLanguage | $lng, |
FieldFactory | $f, | ||
Refinery | $refinery, | ||
array | $environment = null |
||
) |
Definition at line 37 of file ilObjTestSettingsScoring.php.
References getCountSystem(), getPassScoring(), getScoreCutting(), ilLanguage\txt(), ILIAS\UI\Implementation\Component\Input\ViewControl\withAdditionalTransformation(), withCountSystem(), withPassScoring(), withScoreCutting(), and ILIAS\UI\Implementation\Component\Input\withValue().
ilObjTestSettingsScoring::toStorage | ( | ) |
Definition at line 74 of file ilObjTestSettingsScoring.php.
References getCountSystem(), getPassScoring(), and getScoreCutting().
ilObjTestSettingsScoring::withCountSystem | ( | int | $count_system | ) |
Definition at line 88 of file ilObjTestSettingsScoring.php.
References $count_system.
Referenced by toForm().
ilObjTestSettingsScoring::withPassScoring | ( | int | $pass_scoring | ) |
Definition at line 110 of file ilObjTestSettingsScoring.php.
References $pass_scoring.
Referenced by toForm().
ilObjTestSettingsScoring::withScoreCutting | ( | int | $score_cutting | ) |
Definition at line 99 of file ilObjTestSettingsScoring.php.
References $score_cutting.
Referenced by toForm().
|
protected |
Definition at line 27 of file ilObjTestSettingsScoring.php.
Referenced by getCountSystem(), and withCountSystem().
|
protected |
Definition at line 29 of file ilObjTestSettingsScoring.php.
Referenced by getPassScoring(), and withPassScoring().
|
protected |
Definition at line 28 of file ilObjTestSettingsScoring.php.
Referenced by getScoreCutting(), and withScoreCutting().