public class TextEntryInteractionItem
extends java.lang.Object
Constructor and Description |
---|
TextEntryInteractionItem(org.tencompetence.services.xml.qti.elements.TextEntryInteraction textEntryInteraction,
java.lang.String answer)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAnswer()
Gets the answer.
|
java.lang.String |
getPosition()
Gets the position of the interaction.
|
org.tencompetence.services.xml.qti.elements.TextEntryInteraction |
getTextEntryInteraction()
Gets the text entry interaction.
|
public TextEntryInteractionItem(org.tencompetence.services.xml.qti.elements.TextEntryInteraction textEntryInteraction, java.lang.String answer)
textEntryInteraction
- the text entry interactionanswer
- the answerpublic org.tencompetence.services.xml.qti.elements.TextEntryInteraction getTextEntryInteraction()
public java.lang.String getPosition()
public java.lang.String getAnswer()