public interface MultipleChoiceQuestion
WordChoiceEvaluation
Modifier and Type | Method and Description |
---|---|
int |
getCorrectAnswer()
Returns the index of the correct answer in the list of options.
|
List<String> |
getOptions()
Returns a list of options to the prompt question.
|
String |
getPrompt()
Returns the question prompt.
|
String getPrompt()
int getCorrectAnswer()
Copyright © 2012. All Rights Reserved.