Description:
In the Tic Tac Toe OOP Quiz feature, the quiz modal is not updating properly. After answering questions, the displayed questions and score remain static instead of updating dynamically.
❌ Actual Behavior
Questions do not change after answering
Same question remains visible
Score is not updating correctly (stuck or incorrect value)
UI shows outdated progress (e.g., still shows previous score like 3/5)
✅ Expected Behavior
Each question should update after selecting an answer
Score should increment/decrement based on correct/incorrect answers
Progress (e.g., question number and score) should update in real-time
Final score should reflect actual user performance

Description:
In the Tic Tac Toe OOP Quiz feature, the quiz modal is not updating properly. After answering questions, the displayed questions and score remain static instead of updating dynamically.
❌ Actual Behavior
Questions do not change after answering
Same question remains visible
Score is not updating correctly (stuck or incorrect value)
UI shows outdated progress (e.g., still shows previous score like 3/5)
✅ Expected Behavior
Each question should update after selecting an answer
Score should increment/decrement based on correct/incorrect answers
Progress (e.g., question number and score) should update in real-time
Final score should reflect actual user performance