ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Additional Inherited Members | |
![]() | |
__construct ($a_type) | |
assClozeGap constructor More... | |
getType () | |
isTextGap () | |
isSelectGap () | |
isNumericGap () | |
setType ($a_type=0) | |
Sets the cloze gap type. More... | |
getItems (Transformation $shuffler, ?int $gap_index=null) | |
getItemsRaw () | |
Gets the items of a cloze gap. More... | |
getItemCount () | |
Gets the item count. More... | |
addItem ($a_item) | |
Adds a gap item. More... | |
setItemPoints ($order, $points) | |
Sets the points for a given item. More... | |
deleteItem ($order) | |
Deletes an item at a given index. More... | |
setItemLowerBound ($order, $bound) | |
Sets the lower bound for a given item. More... | |
setItemUpperBound ($order, $bound) | |
Sets the upper bound for a given item. More... | |
getItem ($a_index) | |
Gets the item with a given index. More... | |
clearItems () | |
Removes all gap items. More... | |
setShuffle ($a_shuffle=true) | |
Sets the shuffle state of the items. More... | |
getShuffle () | |
Gets the shuffle state of the items. More... | |
getMaxWidth () | |
Returns the maximum width of the gap. More... | |
getBestSolutionIndexes () | |
Returns the indexes of the best solutions for the gap. More... | |
getBestSolutionOutput (Transformation $shuffler, $combinations=null) | |
setGapSize (int $gap_size) | |
getGapSize () | |
numericRangeExists () | |
![]() | |
const | TYPE_TEXT = 0 |
const | TYPE_SELECT = 1 |
const | TYPE_NUMERIC = 2 |
const | TEXTGAP_RATING_CASEINSENSITIVE = "ci" |
const | TEXTGAP_RATING_CASESENSITIVE = "cs" |
const | TEXTGAP_RATING_LEVENSHTEIN1 = "l1" |
const | TEXTGAP_RATING_LEVENSHTEIN2 = "l2" |
const | TEXTGAP_RATING_LEVENSHTEIN3 = "l3" |
const | TEXTGAP_RATING_LEVENSHTEIN4 = "l4" |
const | TEXTGAP_RATING_LEVENSHTEIN5 = "l5" |
int | $type |
$items | |
$shuffle | |
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 Class for cloze question select gaps
assClozeSelectGap is a class for the abstraction of cloze select gaps. It represents a select gap.
Definition at line 29 of file class.assClozeSelectGap.php.