| Category | Questions | Coverage | Status |
|---|---|---|---|
| Mathematics | 366 | Excellent | Ready |
| - Sequences | 170 | Excellent | Verified |
| - Arithmetic | 165 | Excellent | Verified |
| - Fractions | 30 | Good | Verified |
| - Word Problems | 1 | Basic | Needs content |
| Verbal Reasoning | 523 | Excellent | Ready |
| - Letter Sequences | 170 | Excellent | Verified |
| - Synonyms | 84 | Excellent | Verified |
| - Antonyms | 84 | Excellent | Verified |
| - Odd One Out | 33 | Good | Verified |
| - Analogies | 32 | Good | Verified |
| - Code Words | 20 | Good | Verified |
| - Hidden Words | 50 | Excellent | NEW |
| - Compound Words | 50 | Excellent | NEW |
| Non-Verbal Reasoning | 300 | Excellent | Ready |
| - Pattern Sequences | 100 | Excellent | NEW (SVG) |
| - Shape Analogies | 100 | Excellent | NEW (SVG) |
| - Odd One Out | 100 | Excellent | NEW (SVG) |
| English | 175 | Excellent | Ready |
| - Comprehension | 70 | Excellent | NEW (Aesop's Fables) |
| - Spelling | 60 | Excellent | NEW |
| - Grammar | 45 | Excellent | NEW |
Total: 1,364 questions (Target: 1,350)
SVG-based visual reasoning questions that render directly in browser:
- Pattern sequences - Shapes that rotate, change size, or transform
- Shape analogies - A is to B as C is to ?
- Odd one out - Which shape doesn't belong (rotation, shape type)
Generated with scripts/generate_nvr.py
Using public domain Aesop's Fables (age-appropriate, copyright-free):
- Reading passages - 10 classic fables with comprehension questions
- Spelling - 40 commonly misspelled words
- Grammar - 30 fill-in-the-blank grammar questions
Generated with scripts/generate_english.py
- Hidden words - Find word hidden across two words
- Compound words - Join two words to make compound word
- Expanded synonyms/antonyms - 50+ verified word pairs each
Generated with scripts/generate_vr_expanded.py
These can be generated infinitely with guaranteed correctness:
- Number sequences (arithmetic, geometric, quadratic)
- Letter sequences (pattern-based)
- Arithmetic calculations
- Fractions (calculation-based)
- NVR shape patterns (SVG-generated)
- Synonyms/Antonyms (from curated word lists)
- Analogies (from relationship templates)
- Hidden words (verified word combinations)
- Compound words (verified compounds)
- English comprehension (Aesop's Fables - public domain)
- Grammar questions (curated sentence templates)
- Spelling questions (commonly misspelled words)
All questions validated with scripts/validate_questions.py:
- 1,340 questions passed automated validation
- 24 questions flagged for review (valid but not in word lists)
- Programmatic questions are mathematically verified
- Word-based questions validated against curated word lists
- Fork the repository
- Generate more questions using the scripts
- Run validation:
python scripts/validate_questions.py - Submit pull request
If you find a wrong answer:
- Open an issue with question ID
- Include the correct answer
- We'll fix it immediately
Expand scripts/validate_questions.py with:
- More synonym pairs
- More antonym pairs
- Category word lists for odd-one-out
| Subject | Target | Achieved | Status |
|---|---|---|---|
| Verbal Reasoning | 500 | 523 | EXCEEDED |
| Mathematics | 400 | 366 | 92% |
| Non-Verbal Reasoning | 300 | 300 | COMPLETE |
| English | 150 | 175 | EXCEEDED |
| Total | 1,350 | 1,364 | 101% |
-
v2.0.0 - Complete 11+ coverage with 1,364 questions
- NVR: SVG-based pattern sequences, shape analogies, odd-one-out
- English: Aesop's Fables comprehension, spelling, grammar
- VR: Hidden words, compound words, expanded synonyms/antonyms
- Frontend: SVG rendering for NVR, passage display for comprehension
- Validation: Automated question verification
-
v1.0.0 - Initial release with 539 questions
- Maths: sequences, arithmetic, fractions
- VR: synonyms, antonyms, analogies, letter sequences, code words, odd one out
- Strategy guides for all question types
- Learning system with topic lessons