|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Class for cloze question select gaps. More...
Inheritance diagram for assClozeSelectGap:
Collaboration diagram for assClozeSelectGap:Additional Inherited Members | |
Public Member Functions inherited from assClozeGap | |
| __construct ($a_type) | |
| assClozeGap constructor More... | |
| getType () | |
| Gets the cloze gap type. More... | |
| setType ($a_type=0) | |
| Sets the cloze gap type. More... | |
| getItems (ilArrayElementShuffler $shuffler) | |
| Gets the items of a cloze gap. More... | |
| 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 (ilArrayElementShuffler $shuffler, $combinations=null) | |
| setGapSize ( $gap_size) | |
| getGapSize () | |
Data Fields inherited from assClozeGap | |
| $type | |
| Type of gap. More... | |
| $items | |
| $shuffle | |
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 17 of file class.assClozeSelectGap.php.