A modern, interactive IQ testing application that challenges users with 20 brain-bending questions across multiple cognitive categories.
- 7 Category Types: Art, Logic, Math, Spatial, Patterns, Verbal, and Memory
- 3 Difficulty Levels: Easy, Medium, and Hard
- Adaptive Difficulty: Questions get progressively harder
- Timer System: 30 seconds per question with visual countdown
- Hint System: 3 hints available per test (eliminates wrong answers + shows hints)
- Streak Bonus: Earn bonus points for consecutive correct answers
- IQ Calculation: Scientifically-based IQ estimation with percentile ranking
- Visual Questions: Art-based questions with SVG rendering
- Confetti Celebrations: Fun animations for high scores
Simply open index.html in a web browser. No server required!
bash
# Open in default browser
open index.html
IQ Test/
├── index.html # Main HTML structure
├── styles.css # All animations and styling
├── questions.js # Question bank data
├── game.js # Game logic and state management
├── README.md # This file
└── LICENSE # License information
- Click "Begin Test" to start
- Select 1-4 categories to test your skills
- Answer 20 questions within the time limit
- Use hints wisely - you only have 3!
- View your IQ score and percentile ranking
You can customize the app using the SDK integration:
- Change colors, fonts, and text
- Store results using the data SDK
- Modify game configuration
- Chrome/Edge/Firefox (latest)
- Safari 9+ (with prefix support)
See LICENSE file for details.