A modern and interactive 10-question country quiz game built using HTML, CSS, and JavaScript.
The quiz begins by asking the user which country they are from. The remaining questions are then based on the selected country. Users can track their progress, answer multiple-choice questions, and receive a final score with personalised feedback.
Play the Quiz Game:
http://127.0.0.1:5500/index.html
- ๐ฏ 10-question interactive quiz
- ๐ Country selection
- ๐ง Country-specific questions
- โ Multiple-choice answers
- ๐ Real-time score tracking
- ๐ Animated progress bar
- ๐ข Question counter
- ๐ซ No back button
- โก๏ธ Forward-only navigation
- ๐ Final score calculation
- ๐ฌ Personalised performance feedback
- ๐ Play Again functionality
- ๐ฑ Responsive design
- ๐ป Works on desktop, tablet and mobile
- ๐จ Modern blue and red user interface
- โก Runs directly in the browser
- ๐ No login or registration required
- ๐๏ธ No database required
- HTML5 โ Website structure
- CSS3 โ Styling, layout and responsive design
- JavaScript โ Quiz logic, questions, scoring and interactions
- GitHub Pages โ Website hosting
- The user opens the Quiz Game.
- The welcome screen asks: "Are you ready for this quiz?"
- The user clicks START QUIZ.
- Question 1 asks: "Which country are you from?"
- The user selects their country.
- The game provides 9 additional questions about that country.
- The user selects one answer for each question.
- The user clicks NEXT QUESTION to continue.
- The progress bar updates after every question.
- The user cannot return to previous questions.
- After Question 10, the final score is displayed.
- The user receives personalised feedback.
- The user can click PLAY AGAIN to restart the quiz.
The current version includes country-specific questions for:
- ๐ฟ๐ฆ South Africa
- ๐ฎ๐ณ India
- ๐บ๐ธ United States
- ๐ฌ๐ง United Kingdom
More countries and questions can be added in future versions.
Each correct answer is worth 1 point.
The maximum score is:
10/10
Performance feedback is provided based on the user's final score.
- 10/10 โ Outstanding!
- 8โ9/10 โ Great job!
- 6โ7/10 โ Good effort!
- 4โ5/10 โ Keep learning!
- 0โ3/10 โ Better luck next time!
Quiz-Game/
โ
โโโ index.html
โโโ style.css
โโโ script.js
โโโ README.md