Index
All Classes|All Packages
M
- main(String[]) - Static method in class Quiz
-
Creates a Quiz object from a local CSV resource named
questions.csv
and runs the quiz. - MULTIPLE_CHOICE_QUESTION_TYPE - Static variable in class Quiz
-
Question type for multiple choice questions.
- MultipleChoiceQuestion - Class in <Unnamed>
-
A MultipleChoiceQuestion includes list of possible answers.
- MultipleChoiceQuestion(String, String, String[]) - Constructor for class MultipleChoiceQuestion
-
Constructs a MultipleChoiceQuestion with the given prompt, answer, and choices.
All Classes|All Packages