Class AIUtils.Question
java.lang.Object
ai.tutor.cab302exceptionalhandlers.Utils.AIUtils.Question
- Enclosing class:
AIUtils
A singular question in a quiz generated by the AI.
-
Constructor Summary
ConstructorsConstructorDescriptionQuestion
(int questionNumber, String questionText, AIUtils.Option[] options) Constructor ofQuestion
. -
Method Summary
Modifier and TypeMethodDescriptionint
-
Constructor Details
-
Question
Constructor ofQuestion
.- Parameters:
questionNumber
- The question number (e.g., 1, 2, 3).questionText
- The text content of this question.options
- An array of answer options for this question.
-
-
Method Details
-
getQuestionNumber
public int getQuestionNumber() -
getQuestionContent
-
getOptions
-