ILIAS
release_8 Revision v8.23
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct (ilDBInterface $db) | |
getForObjFi (int $obj_fi) | |
getFor (int $test_id) | |
store (ilObjTestScoreSettings $settings) | |
Data Fields | |
const | TABLE_NAME = 'tst_tests' |
const | STORAGE_DATE_FORMAT = 'YmdHis' |
Protected Member Functions | |
doSelect (string $where_part) | |
Protected Attributes | |
ilDBInterface | $db |
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
Definition at line 21 of file class.ilObjTestScoreSettingsDatabaseRepository.php.
ilObjTestScoreSettingsDatabaseRepository::__construct | ( | ilDBInterface | $db | ) |
Definition at line 28 of file class.ilObjTestScoreSettingsDatabaseRepository.php.
References $db.
|
protected |
Definition at line 45 of file class.ilObjTestScoreSettingsDatabaseRepository.php.
References $query, $res, ILIAS\LTI\ToolProvider\$settings, and ILIAS\Repository\int().
Referenced by getFor(), and getForObjFi().
ilObjTestScoreSettingsDatabaseRepository::getFor | ( | int | $test_id | ) |
Implements ScoreSettingsRepository.
Definition at line 39 of file class.ilObjTestScoreSettingsDatabaseRepository.php.
References doSelect().
ilObjTestScoreSettingsDatabaseRepository::getForObjFi | ( | int | $obj_fi | ) |
Definition at line 33 of file class.ilObjTestScoreSettingsDatabaseRepository.php.
References doSelect().
ilObjTestScoreSettingsDatabaseRepository::store | ( | ilObjTestScoreSettings | $settings | ) |
Implements ScoreSettingsRepository.
Definition at line 121 of file class.ilObjTestScoreSettingsDatabaseRepository.php.
References ilObjTestScoreSettings\getGamificationSettings(), ilObjTestScoreSettings\getResultDetailsSettings(), ilObjTestScoreSettings\getResultSummarySettings(), ilObjTestScoreSettings\getScoringSettings(), and ilObjTestScoreSettings\getTestId().
|
protected |
Definition at line 26 of file class.ilObjTestScoreSettingsDatabaseRepository.php.
Referenced by __construct().
const ilObjTestScoreSettingsDatabaseRepository::STORAGE_DATE_FORMAT = 'YmdHis' |
Definition at line 24 of file class.ilObjTestScoreSettingsDatabaseRepository.php.
Referenced by ilObjTestSettingsResultSummary\toStorage().
const ilObjTestScoreSettingsDatabaseRepository::TABLE_NAME = 'tst_tests' |
Definition at line 23 of file class.ilObjTestScoreSettingsDatabaseRepository.php.