Class AIUtils.QuizFormat
java.lang.Object
ai.tutor.cab302exceptionalhandlers.Utils.AIUtils.QuizFormat
- Enclosing class:
AIUtils
Structure of a quiz generated by the AI.
This class contains the title of this quiz and an array of AIUtils.Question
objects.
-
Constructor Summary
ConstructorsConstructorDescriptionQuizFormat
(String quizTitle, AIUtils.Question[] questions) Constructor ofQuizFormat
. -
Method Summary
-
Constructor Details
-
QuizFormat
Constructor ofQuizFormat
.- Parameters:
quizTitle
- The title of this quiz.questions
- An array of questions for this quiz.
-
-
Method Details
-
getQuizTitle
-
getQuestions
-