testtool.component.question
Class MultipleChoiceQuestion
java.lang.Object
testtool.component.question.Question
testtool.component.question.MultipleChoiceQuestion
public abstract class MultipleChoiceQuestion
- extends Question
The Multiple choice class extends the question class and has an list of correct answers, a list of the correct answer index and the student
answers indexes.
Methods inherited from class testtool.component.question.Question |
getID |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
possibleAnswers
private java.util.List<java.lang.String> possibleAnswers
correctAnswerIndex
private java.util.List<java.lang.Integer> correctAnswerIndex
studentAnswers
private java.util.List<java.lang.Integer> studentAnswers
MultipleChoiceQuestion
public MultipleChoiceQuestion()