|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IInteraction
Represents an interaction, such as a fill-in, multiple-choice or selection question..
Interactions are defined by a SCO with the
cmi.interactions data model.
| Method Summary | |
|---|---|
java.lang.String[] |
getCorrectResponses()
Returns the possible correct responses of this interaction. |
java.lang.String |
getDescription()
Returns a description set by the SCO of this interaction. |
java.lang.String |
getId()
Returns the identifier set by the SCO of this interaction. |
java.lang.String |
getLatency()
Returns the time taken to fulfill the interaction. |
java.lang.String |
getLearnerResponse()
Returns the response given by the learner. |
java.lang.String[] |
getObjectiveIds()
Returns the identifiers of the objectives associated to this interaction. |
IInteractionResult |
getResult()
Returns the overall result of this interaction. |
ITime |
getTimestamp()
Returns the time at which this interaction was started. |
InteractionTypeEnum |
getType()
Returns the type of interaction set by the SCO. |
| Method Detail |
|---|
java.lang.String getId()
java.lang.String getDescription()
null.
InteractionTypeEnum getType()
java.lang.String[] getObjectiveIds()
Returns the identifiers of the objectives associated to this interaction.
A SCO may associate interaction to objective
identifiers. The objective identifiers may or may not correspond to the objective
identifiers found in the Objectives data model element
(cmi.objectives.n.id). Whether or not there is a relationship to the objective
identifiers is implementation specific. The SCO may be designed to track
this information and relationship.
java.lang.String[] getCorrectResponses()
getLearnerResponse().
getLearnerResponse()ITime getTimestamp()
null.
java.lang.String getLatency()
java.lang.String getLearnerResponse()
getCorrectResponses()IInteractionResult getResult()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||