Package | Description |
---|---|
org.tencompetence.portlet.qtieditor.beans |
Provides the backing bean classes of the QTI Editor.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<RowItem<TextEntryInteractionItem>> |
InlineChoiceEdit.getFillInTheBlankList(org.tencompetence.services.xml.qti.elements.InlineBlock inlineBlock)
Creates a list of all the blanks defined for the current item.
|
java.util.List<RowItem<InlineChoiceInteractionItem>> |
InlineChoiceEdit.getInlineChoiceList(org.tencompetence.services.xml.qti.elements.InlineBlock inlineBlock)
Creates a list of all the blanks defined for the current item.
|