|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ilObjTestSettingsScoring:
Collaboration diagram for ilObjTestSettingsScoring: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) | |
Public Member Functions inherited from TestSettings | |
| __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 |
Protected Attributes inherited from TestSettings | |
| int | $test_id |
Definition at line 25 of file ilObjTestSettingsScoring.php.
| ilObjTestSettingsScoring::__construct | ( | int | $test_id | ) |
Reimplemented from TestSettings.
Definition at line 32 of file ilObjTestSettingsScoring.php.
References TestSettings\$test_id, and ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:| ilObjTestSettingsScoring::getCountSystem | ( | ) |
Definition at line 84 of file ilObjTestSettingsScoring.php.
| ilObjTestSettingsScoring::getPassScoring | ( | ) |
Definition at line 106 of file ilObjTestSettingsScoring.php.
| ilObjTestSettingsScoring::getScoreCutting | ( | ) |
Definition at line 95 of file ilObjTestSettingsScoring.php.
| ilObjTestSettingsScoring::toForm | ( | \ilLanguage | $lng, |
| FieldFactory | $f, | ||
| Refinery | $refinery, | ||
| array | $environment = null |
||
| ) |
Reimplemented from TestSettings.
Definition at line 37 of file ilObjTestSettingsScoring.php.
References withCountSystem(), withPassScoring(), and withScoreCutting().
Here is the call graph for this function:| ilObjTestSettingsScoring::toStorage | ( | ) |
Reimplemented from TestSettings.
Definition at line 74 of file ilObjTestSettingsScoring.php.
| ilObjTestSettingsScoring::withCountSystem | ( | int | $count_system | ) |
Definition at line 88 of file ilObjTestSettingsScoring.php.
Referenced by toForm().
Here is the caller graph for this function:| ilObjTestSettingsScoring::withPassScoring | ( | int | $pass_scoring | ) |
Definition at line 110 of file ilObjTestSettingsScoring.php.
Referenced by toForm().
Here is the caller graph for this function:| ilObjTestSettingsScoring::withScoreCutting | ( | int | $score_cutting | ) |
Definition at line 99 of file ilObjTestSettingsScoring.php.
Referenced by toForm().
Here is the caller graph for this function:
|
protected |
Definition at line 27 of file ilObjTestSettingsScoring.php.
|
protected |
Definition at line 29 of file ilObjTestSettingsScoring.php.
|
protected |
Definition at line 28 of file ilObjTestSettingsScoring.php.