public abstract class MultipleChoiceAnswer extends Answer
Constructor and Description |
---|
MultipleChoiceAnswer() |
Modifier and Type | Method and Description |
---|---|
abstract Response |
getCorrectResponse()
Returns the correct response to the
answer.
|
abstract java.util.Collection<Response> |
getResponses()
Retuns all the responses to the answer
|
public abstract Response getCorrectResponse()
getCorrectResponse
in class Answer
public abstract java.util.Collection<Response> getResponses()