ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
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 (private readonly ilDBInterface $db) | |
loadFromDb (int $question_id) | |
getCleanCombinationArray (int $question_id) | |
saveGapCombinationToDb (int $question_id, array $gap_combinations, array $gap_values) | |
importGapCombinationToDb (int $question_id, array $gap_combinations) | |
clearGapCombinationsFromDb ($question_id) | |
combinationExistsForQid ($question_id) | |
getGapsWhichAreUsedInCombination ($question_id) | |
getMaxPointsForCombination (int $question_id, int $combination_id=-1) | |
Private Member Functions | |
fetchResult (int $question_id, int $combination_id) | |
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 19 of file class.assClozeGapCombination.php.
assClozeGapCombination::__construct | ( | private readonly ilDBInterface | $db | ) |
Definition at line 21 of file class.assClozeGapCombination.php.
assClozeGapCombination::clearGapCombinationsFromDb | ( | $question_id | ) |
Definition at line 164 of file class.assClozeGapCombination.php.
assClozeGapCombination::combinationExistsForQid | ( | $question_id | ) |
Definition at line 173 of file class.assClozeGapCombination.php.
|
private |
Definition at line 217 of file class.assClozeGapCombination.php.
assClozeGapCombination::getCleanCombinationArray | ( | int | $question_id | ) |
Definition at line 69 of file class.assClozeGapCombination.php.
References loadFromDb().
assClozeGapCombination::getGapsWhichAreUsedInCombination | ( | $question_id | ) |
Definition at line 186 of file class.assClozeGapCombination.php.
References $data.
assClozeGapCombination::getMaxPointsForCombination | ( | int | $question_id, |
int | $combination_id = -1 |
||
) |
Definition at line 204 of file class.assClozeGapCombination.php.
References $data.
assClozeGapCombination::importGapCombinationToDb | ( | int | $question_id, |
array | $gap_combinations | ||
) |
Definition at line 130 of file class.assClozeGapCombination.php.
assClozeGapCombination::loadFromDb | ( | int | $question_id | ) |
Definition at line 27 of file class.assClozeGapCombination.php.
References $data.
Referenced by getCleanCombinationArray().
assClozeGapCombination::saveGapCombinationToDb | ( | int | $question_id, |
array | $gap_combinations, | ||
array | $gap_values | ||
) |
Definition at line 81 of file class.assClozeGapCombination.php.