void setQuiz(Quiz quiz) { this.quiz = quiz; }
public QuizEngine() { quizIdentifier = new QuizIdentifier(); quiz = null; }