|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Collaboration diagram for assClozeGapCombination:Public Member Functions | |
| loadFromDb ($question_id) | |
| getCleanCombinationArray ($question_id) | |
| saveGapCombinationToDb ($question_id, $gap_combinations, $gap_values) | |
| combinationExistsForQid ($question_id) | |
| getGapsWhichAreUsedInCombination ($question_id) | |
| getMaxPointsForCombination ($question_id, $combination_id=-1) | |
| getBestSolutionCombination ($question_id) | |
Static Public Member Functions | |
| static | importGapCombinationToDb ($question_id, $gap_combinations) |
| static | clearGapCombinationsFromDb ($question_id) |
Definition at line 3 of file class.assClozeGapCombination.php.
|
static |
Definition at line 147 of file class.assClozeGapCombination.php.
Referenced by assClozeTestImport\fromXML().
Here is the caller graph for this function:| assClozeGapCombination::combinationExistsForQid | ( | $question_id | ) |
Definition at line 159 of file class.assClozeGapCombination.php.
| assClozeGapCombination::getBestSolutionCombination | ( | $question_id | ) |
Definition at line 230 of file class.assClozeGapCombination.php.
| assClozeGapCombination::getCleanCombinationArray | ( | $question_id | ) |
Definition at line 50 of file class.assClozeGapCombination.php.
| assClozeGapCombination::getGapsWhichAreUsedInCombination | ( | $question_id | ) |
Definition at line 176 of file class.assClozeGapCombination.php.
| assClozeGapCombination::getMaxPointsForCombination | ( | $question_id, | |
$combination_id = -1 |
|||
| ) |
Definition at line 195 of file class.assClozeGapCombination.php.
|
static |
Definition at line 111 of file class.assClozeGapCombination.php.
Referenced by assClozeTestImport\fromXML().
Here is the caller graph for this function:| assClozeGapCombination::loadFromDb | ( | $question_id | ) |
Definition at line 5 of file class.assClozeGapCombination.php.
| assClozeGapCombination::saveGapCombinationToDb | ( | $question_id, | |
| $gap_combinations, | |||
| $gap_values | |||
| ) |
Definition at line 63 of file class.assClozeGapCombination.php.