Vowel Count
Tests ability to count vowels (a, e, i, o, u and accented forms) in a word across Latin-alphabet languages.
Questions
40
Total Runs
19
Best Score
87/100
Leaderboard
| Rank | Model | Score | Run Date | Actions |
|---|---|---|---|---|
| GPT-5 mini |
87
|
2026-02-26 01:12:22 | View Details | |
| 2 | Claude Haiku 4.5 |
80
|
2026-02-28 19:40:59 | View Details |
| 3 |
OLMo 3 7B (LMStudio)
4300 MB |
67
|
2026-02-28 17:33:08 | View Details |
| 4 |
Qwen3 VL 8B (LMStudio)
5000 MB |
67
|
2026-02-28 18:23:59 | View Details |
| 5 | GPT-5 nano |
55
|
2026-02-25 18:32:52 | View Details |
| 6 |
Ministral 8B (LMStudio)
4900 MB |
47
|
2026-02-28 17:18:39 | View Details |
| 7 |
Qwen3 1.7B (LMStudio)
1100 MB |
45
|
2026-02-28 18:03:26 | View Details |
| 8 |
Gemma 3 12B (LMStudio)
8100 MB |
42
|
2026-02-28 15:43:33 | View Details |
| 9 |
Llama 3.1 8B (LMStudio)
4900 MB |
42
|
2026-02-28 16:57:23 | View Details |
| 10 |
Gemma 2 2B (LMStudio)
1500 MB |
40
|
2026-02-28 03:18:13 | View Details |
| 11 |
Qwen3 4B (LMStudio)
2800 MB |
40
|
2026-02-28 18:10:14 | View Details |
| 12 |
Gemma 2 9B (LMStudio)
5800 MB |
37
|
2026-02-28 14:55:05 | View Details |
| 13 |
Llama 3 8B (LMStudio)
4900 MB |
37
|
2026-02-28 16:42:03 | View Details |
| 14 |
Granite 3.2 8B (LMStudio)
4900 MB |
32
|
2026-02-28 16:13:28 | View Details |
| 15 |
Llama 2 7B (LMStudio)
4900 MB |
27
|
2026-02-28 03:00:36 | View Details |
| 16 |
Gemma 2B (LMStudio)
1500 MB |
27
|
2026-02-28 15:32:25 | View Details |
| 17 |
Llama 3.2 1B (LMStudio)
1300 MB |
27
|
2026-02-28 17:11:11 | View Details |
| 18 |
SmolLM2 1.7B (LMStudio)
1100 MB |
7
|
2026-02-28 19:17:26 | View Details |
| 19 |
Phi-3.5 Mini (LMStudio)
2500 MB |
0
|
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": []
}
}