Vowel Count

Tests ability to count vowels (a, e, i, o, u and accented forms) in a word across Latin-alphabet languages.

Questions

40

Leaderboard Entries

27

Best Score

98/100

Leaderboard
Rank Model Score Run Date Actions
GPT-5.4 mini
98
818.5ms median
cost warning
2026-03-17 18:49:25 View Details
2 GPT-5 mini
88
1134.0ms median
2026-02-26 01:12:22 View Details
3 Phi-4 (LMStudio)
9100 MB
85
1246.5ms median
2026-03-03 00:44:00 View Details
4 Claude Haiku 4.5
80
572.0ms median
2026-02-28 19:40:59 View Details
5 Qwen3 VL 8B (LMStudio)
5000 MB
68
2987.0ms median
2026-02-28 18:23:59 View Details
6 OLMo 3 7B (LMStudio)
4300 MB
68
635.5ms median
2026-02-28 17:33:08 View Details
7 GPT-5 nano
55
948.5ms median
2026-02-25 18:32:52 View Details
8 Gemma 4 E4B IT (LMStudio)
3200 MB
52
869.0ms median
2026-04-02 20:54:24 View Details
9 GPT-5.4 nano
50
691.5ms median
2026-03-17 19:12:42 View Details
10 Ministral 8B (LMStudio)
4900 MB
48
721.0ms median
2026-02-28 17:18:39 View Details
11 Qwen3 1.7B (LMStudio)
1100 MB
45
245.5ms median
2026-02-28 18:03:26 View Details
12 Llama 3.1 8B (LMStudio)
4900 MB
42
731.5ms median
2026-02-28 16:57:23 View Details
13 Gemma 3 12B (LMStudio)
8100 MB
42
1501.0ms median
2026-02-28 15:43:33 View Details
14 Qwen3 4B (LMStudio)
2800 MB
40
473.0ms median
2026-02-28 18:10:14 View Details
15 Gemma 2 2B (LMStudio)
1500 MB
40
694.0ms median
2026-02-28 03:18:13 View Details
16 Llama 3 8B (LMStudio)
4900 MB
38
695.0ms median
2026-02-28 16:42:03 View Details
17 Gemma 2 9B (LMStudio)
5800 MB
38
969.5ms median
2026-02-28 14:55:05 View Details
18 Granite 3.2 8B (LMStudio)
4900 MB
32
796.0ms median
2026-02-28 16:13:28 View Details
19 Qwen3.5 9B (LMStudio)
6600 MB
28
1972.0ms median
2026-03-03 19:47:10 View Details
20 Llama 3.2 1B (LMStudio)
1300 MB
28
238.0ms median
2026-02-28 17:11:11 View Details
21 Gemma 2B (LMStudio)
1500 MB
28
363.5ms median
2026-02-28 15:32:25 View Details
22 Llama 2 7B (LMStudio)
4900 MB
28
723.5ms median
2026-02-28 03:00:36 View Details
23 Qwen3.5 4B (LMStudio)
3400 MB
25
1193.5ms median
2026-03-03 20:56:41 View Details
24 Qwen3.5 2B (LMStudio)
2700 MB
15
581.0ms median
2026-03-03 19:18:04 View Details
25 Gemma 4 12B (LMStudio)
7560 MB
12
1664.0ms median
2026-06-03 18:38:59 View Details
26 SmolLM2 1.7B (LMStudio)
1100 MB
8
244.0ms median
2026-02-28 19:17:26 View Details
27 Phi-3.5 Mini (LMStudio)
2500 MB
0
430.5ms median
2026-02-28 17:46:18 View Details
Questions

Question
How many vowels (a, e, i, o, u and their accented forms) are in the English word 'cat'?
Question payload
{
  "question_text": "How many vowels (a, e, i, o, u and their accented forms) are in the English word 'cat'?",
  "answer_type": "numeric",
  "correct_answer": 1,
  "category": "Vowel Count",
  "difficulty": "easy",
  "tags": [
    "vowel_count",
    "counting",
    "token_processing"
  ],
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
How many vowels (a, e, i, o, u and their accented forms) are in the English word 'tree'?
Question payload
{
  "question_text": "How many vowels (a, e, i, o, u and their accented forms) are in the English word 'tree'?",
  "answer_type": "numeric",
  "correct_answer": 2,
  "category": "Vowel Count",
  "difficulty": "easy",
  "tags": [
    "vowel_count",
    "counting",
    "token_processing"
  ],
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
How many vowels (a, e, i, o, u and their accented forms) are in the French word 'ami'?
Question payload
{
  "question_text": "How many vowels (a, e, i, o, u and their accented forms) are in the French word 'ami'?",
  "answer_type": "numeric",
  "correct_answer": 2,
  "category": "Vowel Count",
  "difficulty": "easy",
  "tags": [
    "vowel_count",
    "counting",
    "token_processing"
  ],
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
How many vowels (a, e, i, o, u and their accented forms) are in the French word 'école'?
Question payload
{
  "question_text": "How many vowels (a, e, i, o, u and their accented forms) are in the French word 'école'?",
  "answer_type": "numeric",
  "correct_answer": 3,
  "category": "Vowel Count",
  "difficulty": "easy",
  "tags": [
    "vowel_count",
    "counting",
    "token_processing"
  ],
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
How many vowels (a, e, i, o, u and their accented forms) are in the French word 'liberté'?
Question payload
{
  "question_text": "How many vowels (a, e, i, o, u and their accented forms) are in the French word 'liberté'?",
  "answer_type": "numeric",
  "correct_answer": 3,
  "category": "Vowel Count",
  "difficulty": "easy",
  "tags": [
    "vowel_count",
    "counting",
    "token_processing"
  ],
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
How many vowels (a, e, i, o, u and their accented forms) are in the French word 'maison'?
Question payload
{
  "question_text": "How many vowels (a, e, i, o, u and their accented forms) are in the French word 'maison'?",
  "answer_type": "numeric",
  "correct_answer": 3,
  "category": "Vowel Count",
  "difficulty": "easy",
  "tags": [
    "vowel_count",
    "counting",
    "token_processing"
  ],
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
How many vowels (a, e, i, o, u and their accented forms) are in the French word 'château'?
Question payload
{
  "question_text": "How many vowels (a, e, i, o, u and their accented forms) are in the French word 'château'?",
  "answer_type": "numeric",
  "correct_answer": 4,
  "category": "Vowel Count",
  "difficulty": "medium",
  "tags": [
    "vowel_count",
    "counting",
    "token_processing"
  ],
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
How many vowels (a, e, i, o, u and their accented forms) are in the French word 'révolution'?
Question payload
{
  "question_text": "How many vowels (a, e, i, o, u and their accented forms) are in the French word 'révolution'?",
  "answer_type": "numeric",
  "correct_answer": 5,
  "category": "Vowel Count",
  "difficulty": "medium",
  "tags": [
    "vowel_count",
    "counting",
    "token_processing"
  ],
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
How many vowels (a, e, i, o, u and their accented forms) are in the French word 'époque'?
Question payload
{
  "question_text": "How many vowels (a, e, i, o, u and their accented forms) are in the French word 'époque'?",
  "answer_type": "numeric",
  "correct_answer": 4,
  "category": "Vowel Count",
  "difficulty": "medium",
  "tags": [
    "vowel_count",
    "counting",
    "token_processing"
  ],
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
How many vowels (a, e, i, o, u and their accented forms) are in the French word 'intelligence'?
Question payload
{
  "question_text": "How many vowels (a, e, i, o, u and their accented forms) are in the French word 'intelligence'?",
  "answer_type": "numeric",
  "correct_answer": 5,
  "category": "Vowel Count",
  "difficulty": "hard",
  "tags": [
    "vowel_count",
    "counting",
    "token_processing"
  ],
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
How many vowels (a, e, i, o, u and their accented forms) are in the French word 'conversation'?
Question payload
{
  "question_text": "How many vowels (a, e, i, o, u and their accented forms) are in the French word 'conversation'?",
  "answer_type": "numeric",
  "correct_answer": 5,
  "category": "Vowel Count",
  "difficulty": "hard",
  "tags": [
    "vowel_count",
    "counting",
    "token_processing"
  ],
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
How many vowels (a, e, i, o, u and their accented forms) are in the French word 'beauté'?
Question payload
{
  "question_text": "How many vowels (a, e, i, o, u and their accented forms) are in the French word 'beauté'?",
  "answer_type": "numeric",
  "correct_answer": 4,
  "category": "Vowel Count",
  "difficulty": "medium",
  "tags": [
    "vowel_count",
    "counting",
    "token_processing"
  ],
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
How many vowels (a, e, i, o, u and their accented forms) are in the English word 'apple'?
Question payload
{
  "question_text": "How many vowels (a, e, i, o, u and their accented forms) are in the English word 'apple'?",
  "answer_type": "numeric",
  "correct_answer": 2,
  "category": "Vowel Count",
  "difficulty": "easy",
  "tags": [
    "vowel_count",
    "counting",
    "token_processing"
  ],
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
How many vowels (a, e, i, o, u and their accented forms) are in the Spanish word 'casa'?
Question payload
{
  "question_text": "How many vowels (a, e, i, o, u and their accented forms) are in the Spanish word 'casa'?",
  "answer_type": "numeric",
  "correct_answer": 2,
  "category": "Vowel Count",
  "difficulty": "easy",
  "tags": [
    "vowel_count",
    "counting",
    "token_processing"
  ],
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
How many vowels (a, e, i, o, u and their accented forms) are in the Spanish word 'amigo'?
Question payload
{
  "question_text": "How many vowels (a, e, i, o, u and their accented forms) are in the Spanish word 'amigo'?",
  "answer_type": "numeric",
  "correct_answer": 3,
  "category": "Vowel Count",
  "difficulty": "easy",
  "tags": [
    "vowel_count",
    "counting",
    "token_processing"
  ],
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
How many vowels (a, e, i, o, u and their accented forms) are in the Spanish word 'señor'?
Question payload
{
  "question_text": "How many vowels (a, e, i, o, u and their accented forms) are in the Spanish word 'señor'?",
  "answer_type": "numeric",
  "correct_answer": 2,
  "category": "Vowel Count",
  "difficulty": "easy",
  "tags": [
    "vowel_count",
    "counting",
    "token_processing"
  ],
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
How many vowels (a, e, i, o, u and their accented forms) are in the Spanish word 'música'?
Question payload
{
  "question_text": "How many vowels (a, e, i, o, u and their accented forms) are in the Spanish word 'música'?",
  "answer_type": "numeric",
  "correct_answer": 3,
  "category": "Vowel Count",
  "difficulty": "easy",
  "tags": [
    "vowel_count",
    "counting",
    "token_processing"
  ],
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
How many vowels (a, e, i, o, u and their accented forms) are in the Spanish word 'corazón'?
Question payload
{
  "question_text": "How many vowels (a, e, i, o, u and their accented forms) are in the Spanish word 'corazón'?",
  "answer_type": "numeric",
  "correct_answer": 3,
  "category": "Vowel Count",
  "difficulty": "medium",
  "tags": [
    "vowel_count",
    "counting",
    "token_processing"
  ],
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
How many vowels (a, e, i, o, u and their accented forms) are in the Spanish word 'educación'?
Question payload
{
  "question_text": "How many vowels (a, e, i, o, u and their accented forms) are in the Spanish word 'educación'?",
  "answer_type": "numeric",
  "correct_answer": 5,
  "category": "Vowel Count",
  "difficulty": "medium",
  "tags": [
    "vowel_count",
    "counting",
    "token_processing"
  ],
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
How many vowels (a, e, i, o, u and their accented forms) are in the Spanish word 'universidad'?
Question payload
{
  "question_text": "How many vowels (a, e, i, o, u and their accented forms) are in the Spanish word 'universidad'?",
  "answer_type": "numeric",
  "correct_answer": 5,
  "category": "Vowel Count",
  "difficulty": "medium",
  "tags": [
    "vowel_count",
    "counting",
    "token_processing"
  ],
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
How many vowels (a, e, i, o, u and their accented forms) are in the Spanish word 'comunicación'?
Question payload
{
  "question_text": "How many vowels (a, e, i, o, u and their accented forms) are in the Spanish word 'comunicación'?",
  "answer_type": "numeric",
  "correct_answer": 6,
  "category": "Vowel Count",
  "difficulty": "hard",
  "tags": [
    "vowel_count",
    "counting",
    "token_processing"
  ],
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
How many vowels (a, e, i, o, u and their accented forms) are in the Spanish word 'extraordinario'?
Question payload
{
  "question_text": "How many vowels (a, e, i, o, u and their accented forms) are in the Spanish word 'extraordinario'?",
  "answer_type": "numeric",
  "correct_answer": 7,
  "category": "Vowel Count",
  "difficulty": "hard",
  "tags": [
    "vowel_count",
    "counting",
    "token_processing"
  ],
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
How many vowels (a, e, i, o, u and their accented forms) are in the Spanish word 'primavera'?
Question payload
{
  "question_text": "How many vowels (a, e, i, o, u and their accented forms) are in the Spanish word 'primavera'?",
  "answer_type": "numeric",
  "correct_answer": 4,
  "category": "Vowel Count",
  "difficulty": "medium",
  "tags": [
    "vowel_count",
    "counting",
    "token_processing"
  ],
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
How many vowels (a, e, i, o, u and their accented forms) are in the English word 'umbrella'?
Question payload
{
  "question_text": "How many vowels (a, e, i, o, u and their accented forms) are in the English word 'umbrella'?",
  "answer_type": "numeric",
  "correct_answer": 3,
  "category": "Vowel Count",
  "difficulty": "medium",
  "tags": [
    "vowel_count",
    "counting",
    "token_processing"
  ],
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
How many vowels (a, e, i, o, u and their accented forms) are in the Italian word 'cane'?
Question payload
{
  "question_text": "How many vowels (a, e, i, o, u and their accented forms) are in the Italian word 'cane'?",
  "answer_type": "numeric",
  "correct_answer": 2,
  "category": "Vowel Count",
  "difficulty": "easy",
  "tags": [
    "vowel_count",
    "counting",
    "token_processing"
  ],
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
How many vowels (a, e, i, o, u and their accented forms) are in the Italian word 'amore'?
Question payload
{
  "question_text": "How many vowels (a, e, i, o, u and their accented forms) are in the Italian word 'amore'?",
  "answer_type": "numeric",
  "correct_answer": 3,
  "category": "Vowel Count",
  "difficulty": "easy",
  "tags": [
    "vowel_count",
    "counting",
    "token_processing"
  ],
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
How many vowels (a, e, i, o, u and their accented forms) are in the Italian word 'libro'?
Question payload
{
  "question_text": "How many vowels (a, e, i, o, u and their accented forms) are in the Italian word 'libro'?",
  "answer_type": "numeric",
  "correct_answer": 2,
  "category": "Vowel Count",
  "difficulty": "easy",
  "tags": [
    "vowel_count",
    "counting",
    "token_processing"
  ],
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
How many vowels (a, e, i, o, u and their accented forms) are in the Italian word 'bambino'?
Question payload
{
  "question_text": "How many vowels (a, e, i, o, u and their accented forms) are in the Italian word 'bambino'?",
  "answer_type": "numeric",
  "correct_answer": 3,
  "category": "Vowel Count",
  "difficulty": "easy",
  "tags": [
    "vowel_count",
    "counting",
    "token_processing"
  ],
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
How many vowels (a, e, i, o, u and their accented forms) are in the Italian word 'università'?
Question payload
{
  "question_text": "How many vowels (a, e, i, o, u and their accented forms) are in the Italian word 'università'?",
  "answer_type": "numeric",
  "correct_answer": 5,
  "category": "Vowel Count",
  "difficulty": "medium",
  "tags": [
    "vowel_count",
    "counting",
    "token_processing"
  ],
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
How many vowels (a, e, i, o, u and their accented forms) are in the Italian word 'bellissimo'?
Question payload
{
  "question_text": "How many vowels (a, e, i, o, u and their accented forms) are in the Italian word 'bellissimo'?",
  "answer_type": "numeric",
  "correct_answer": 4,
  "category": "Vowel Count",
  "difficulty": "medium",
  "tags": [
    "vowel_count",
    "counting",
    "token_processing"
  ],
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
How many vowels (a, e, i, o, u and their accented forms) are in the Italian word 'comunicazione'?
Question payload
{
  "question_text": "How many vowels (a, e, i, o, u and their accented forms) are in the Italian word 'comunicazione'?",
  "answer_type": "numeric",
  "correct_answer": 7,
  "category": "Vowel Count",
  "difficulty": "hard",
  "tags": [
    "vowel_count",
    "counting",
    "token_processing"
  ],
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
How many vowels (a, e, i, o, u and their accented forms) are in the Italian word 'meraviglioso'?
Question payload
{
  "question_text": "How many vowels (a, e, i, o, u and their accented forms) are in the Italian word 'meraviglioso'?",
  "answer_type": "numeric",
  "correct_answer": 6,
  "category": "Vowel Count",
  "difficulty": "hard",
  "tags": [
    "vowel_count",
    "counting",
    "token_processing"
  ],
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
How many vowels (a, e, i, o, u and their accented forms) are in the Italian word 'straordinario'?
Question payload
{
  "question_text": "How many vowels (a, e, i, o, u and their accented forms) are in the Italian word 'straordinario'?",
  "answer_type": "numeric",
  "correct_answer": 6,
  "category": "Vowel Count",
  "difficulty": "hard",
  "tags": [
    "vowel_count",
    "counting",
    "token_processing"
  ],
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
How many vowels (a, e, i, o, u and their accented forms) are in the Italian word 'pianoforte'?
Question payload
{
  "question_text": "How many vowels (a, e, i, o, u and their accented forms) are in the Italian word 'pianoforte'?",
  "answer_type": "numeric",
  "correct_answer": 5,
  "category": "Vowel Count",
  "difficulty": "medium",
  "tags": [
    "vowel_count",
    "counting",
    "token_processing"
  ],
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
How many vowels (a, e, i, o, u and their accented forms) are in the English word 'beautiful'?
Question payload
{
  "question_text": "How many vowels (a, e, i, o, u and their accented forms) are in the English word 'beautiful'?",
  "answer_type": "numeric",
  "correct_answer": 5,
  "category": "Vowel Count",
  "difficulty": "medium",
  "tags": [
    "vowel_count",
    "counting",
    "token_processing"
  ],
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
How many vowels (a, e, i, o, u and their accented forms) are in the English word 'education'?
Question payload
{
  "question_text": "How many vowels (a, e, i, o, u and their accented forms) are in the English word 'education'?",
  "answer_type": "numeric",
  "correct_answer": 5,
  "category": "Vowel Count",
  "difficulty": "medium",
  "tags": [
    "vowel_count",
    "counting",
    "token_processing"
  ],
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
How many vowels (a, e, i, o, u and their accented forms) are in the English word 'strength'?
Question payload
{
  "question_text": "How many vowels (a, e, i, o, u and their accented forms) are in the English word 'strength'?",
  "answer_type": "numeric",
  "correct_answer": 1,
  "category": "Vowel Count",
  "difficulty": "easy",
  "tags": [
    "vowel_count",
    "counting",
    "token_processing"
  ],
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
How many vowels (a, e, i, o, u and their accented forms) are in the English word 'programming'?
Question payload
{
  "question_text": "How many vowels (a, e, i, o, u and their accented forms) are in the English word 'programming'?",
  "answer_type": "numeric",
  "correct_answer": 3,
  "category": "Vowel Count",
  "difficulty": "medium",
  "tags": [
    "vowel_count",
    "counting",
    "token_processing"
  ],
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
How many vowels (a, e, i, o, u and their accented forms) are in the English word 'communication'?
Question payload
{
  "question_text": "How many vowels (a, e, i, o, u and their accented forms) are in the English word 'communication'?",
  "answer_type": "numeric",
  "correct_answer": 6,
  "category": "Vowel Count",
  "difficulty": "hard",
  "tags": [
    "vowel_count",
    "counting",
    "token_processing"
  ],
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}

Question
How many vowels (a, e, i, o, u and their accented forms) are in the English word 'strawberry'?
Question payload
{
  "question_text": "How many vowels (a, e, i, o, u and their accented forms) are in the English word 'strawberry'?",
  "answer_type": "numeric",
  "correct_answer": 2,
  "category": "Vowel Count",
  "difficulty": "easy",
  "tags": [
    "vowel_count",
    "counting",
    "token_processing"
  ],
  "evaluation_criteria": {
    "exact_match": true,
    "case_sensitive": false,
    "contains": false,
    "required_fields": [],
    "tolerance": 0.0,
    "alternatives": []
  }
}