This is a simple, interactive Quiz App built with Python and Flask. Users can select quiz categories, answer timed multiple-choice questions, and get immediate feedback on their scores. A teacher login feature allows viewing all student scores in a dashboard.
- User registration with name and email before starting quiz.
- Category-based quiz selection (e.g., General Knowledge, Science).
- Timed quizzes with a 60-second countdown.
- Instant result display showing correct and incorrect answers.
- Teacher login with a dashboard to view all student scores.
- Session management to track users throughout the quiz.
- Clean and responsive UI using HTML, CSS, and Flask templates.
- Clone the repository:
git clone <your-repo-url> cd quiz-app