java.lang.Object
ai.tutor.cab302exceptionalhandlers.Utils.AIUtils.QuizFormat
Enclosing class:
AIUtils

public class AIUtils.QuizFormat extends Object
Structure of a quiz generated by the AI.

This class contains the title of this quiz and an array of AIUtils.Question objects.

  • Constructor Details

    • QuizFormat

      public QuizFormat(String quizTitle, AIUtils.Question[] questions)
      Constructor of QuizFormat.
      Parameters:
      quizTitle - The title of this quiz.
      questions - An array of questions for this quiz.
  • Method Details