public abstract class MCQuestion extends Question
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Collection<java.lang.String> |
correctAnswerIndexes
The collection of answers that are considered the
right answer by the Instructor
|
(package private) java.util.Collection<java.lang.String> |
possibleAnswers
The collection of answers that are defined by the
Instructor as options
|
author, course, difficulty, lastUsed, questionText, time, topics
Constructor and Description |
---|
MCQuestion() |
java.util.Collection<java.lang.String> possibleAnswers
java.util.Collection<java.lang.String> correctAnswerIndexes