Uses of Class
ai.tutor.cab302exceptionalhandlers.model.UserAnswerDAO
Packages that use UserAnswerDAO
-
Uses of UserAnswerDAO in ai.tutor.cab302exceptionalhandlers.controller
Methods in ai.tutor.cab302exceptionalhandlers.controller with parameters of type UserAnswerDAOModifier and TypeMethodDescriptionvoid
QuizController.saveAnswers
(int messageId, int attempt, Map<Integer, String> answers, UserAnswerDAO dao) Saves user answers to the database.