Samples of our puzzle questions.
This page shows some samples who you can access our questions.
Exercises as web content
The Exercises presented as web content in a list view. To have a real play experience go to our partner site and play together with other brain training exercises: Free Brain Training.
-
Question #2746 Skill: 6/10 American Football
Which team won the Super Bowl I?
-
Question #864 Skill: 8/10 Countries
Kingston is the capital of which country or region?
-
Question #2254 Skill: 8/10 Chemistry
Which chemical element has the atomic number 28 ?
-
Question #829 Skill: 7/10 Countries
Santo Domingo is the capital of which country or region?
-
Question #2041 Skill: 8/10 Chemistry
When was the chemical element Antimony discovered?
Quiz-Question Json-Sample
When You access Quiz-Questions by RES-API the preferred return format is Json. The next section shows a sample response body:
{
"data": [
{
"id": "2746",
"question": "Which team won the Super Bowl I?",
"answer1": "Green Bay Packers",
"answer2": "Kansas City Chiefs",
"answer3": "Pittsburgh Steelers",
"answer4": "Oakland Raiders",
"correct": "0",
"categories": "American Football",
"language": "en",
"difficulty": "6",
"category_id": ";S500;",
"info": "",
"created": "2024-03-21 18:07:44"
},
{
"id": "864",
"question": "Kingston is the capital of which country or region?",
"answer1": "Jamaica",
"answer2": "Montenegro",
"answer3": "Sri Lanka",
"answer4": "Togo",
"correct": "1",
"categories": "Countries",
"language": "en",
"difficulty": "8",
"category_id": ";1501;",
"info": "Q766",
"created": "2024-03-21 18:06:20"
},
{
"id": "2254",
"question": "Which chemical element has the atomic number 28 ?",
"answer1": "Nickel",
"answer2": "Fluorine",
"answer3": "Arsenic",
"answer4": "Radium",
"correct": "1",
"categories": "Chemistry",
"language": "en",
"difficulty": "8",
"category_id": ";1200;",
"info": "",
"created": "2024-03-21 18:07:22"
},
{
"id": "829",
"question": "Santo Domingo is the capital of which country or region?",
"answer1": "Dominican Republic",
"answer2": "Samoa",
"answer3": "Afghanistan",
"answer4": "Poland",
"correct": "1",
"categories": "Countries",
"language": "en",
"difficulty": "7",
"category_id": ";1501;",
"info": "Q786",
"created": "2024-03-21 18:06:18"
},
{
"id": "2041",
"question": "When was the chemical element Antimony discovered?",
"answer1": "Ancient times",
"answer2": "1944",
"answer3": "1789",
"answer4": "1817",
"correct": "1",
"categories": "Chemistry",
"language": "en",
"difficulty": "8",
"category_id": ";1200;",
"info": "",
"created": "2024-03-21 18:07:13"
}
],
"count": 5
}