|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IInteractionResult
Represents the overall result of this interaction.
A result can be one of InteractionResultEnum values,
such as correct or incorrect, or may be a numerical value
such as 0.8. This last value is given by a SCO, not by
the LMS.
| Method Summary | |
|---|---|
double |
getNumericValue()
Returns the numeric value of this result, if the result is a numeric value, or 0 otherwise. |
InteractionResultEnum |
getResult()
Returns the overall result of this interaction, such as correct or incorrect, if the result is not a numeric value, or null
otherwise. |
boolean |
isNumericValue()
Determines if the result is a numeric value, such as 0.8. |
| Method Detail |
|---|
boolean isNumericValue()
true if the result is a numeric
value, false otherwisedouble getNumericValue()
isNumericValue()InteractionResultEnum getResult()
null
otherwise.
isNumericValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||