Web Application
Animals Quiz Game
A JavaScript quiz game created to practise vocabulary, DOM manipulation and interactive user feedback.
Overview
About the project
Animals Quiz Game is an interactive browser game where users translate animal names from English into Dutch. Each question contains four possible answers and gives immediate feedback after the user makes a choice.
Feature
Interactive questions
The application presents one question at a time, checks the selected answer and updates the score and progress throughout the quiz.
Feature
Progress and feedback
Users receive feedback after every answer and can see their progress before reaching the final result.
Technology
Technologies used
Reflection
What I learned
- Working with JavaScript arrays and objects.
- Updating page content through the DOM.
- Checking answers and calculating scores.
- Creating feedback and progress indicators.
Next steps
What could be improved
- Add more vocabulary categories and difficulty levels.
- Save high scores in local storage.
- Add sound effects and smoother animations.
- Improve accessibility and keyboard controls.
- Add a language-selection option.
Future use
How it could develop
The project could be expanded into a larger educational platform for practising vocabulary in different languages and subjects.