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 #2700 Skill: 6/10 American Football
Which team won the Super Bowl in 1975?
-
Question #697 Skill: 8/10 Countries
Which city is the capital of Marshall Islands?
-
Question #2090 Skill: 8/10 Chemistry
When was the chemical element Fermium discovered?
-
Question #1913 Skill: 7/10 Chemistry
Which chemical element is represented by the symbol Nb?
-
Question #911 Skill: 7/10 Countries
Muscat is the capital of which country or region?
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": "2700",
"question": "Which team won the Super Bowl in 1975?",
"answer1": "Pittsburgh Steelers",
"answer2": "Minnesota Vikings",
"answer3": "Washington Redskins",
"answer4": "Baltimore Ravens",
"correct": "0",
"categories": "American Football",
"language": "en",
"difficulty": "6",
"category_id": ";S500;",
"info": "",
"created": "2024-03-21 18:07:42"
},
{
"id": "697",
"question": "Which city is the capital of Marshall Islands?",
"answer1": "Majuro",
"answer2": "City of Brussels",
"answer3": "Nuku'alofa",
"answer4": "South Tarawa",
"correct": "1",
"categories": "Countries",
"language": "en",
"difficulty": "8",
"category_id": ";1501;",
"info": "Q709",
"created": "2024-03-21 18:06:12"
},
{
"id": "2090",
"question": "When was the chemical element Fermium discovered?",
"answer1": "1952",
"answer2": "1907",
"answer3": "1802",
"answer4": "1925",
"correct": "1",
"categories": "Chemistry",
"language": "en",
"difficulty": "8",
"category_id": ";1200;",
"info": "",
"created": "2024-03-21 18:07:15"
},
{
"id": "1913",
"question": "Which chemical element is represented by the symbol Nb?",
"answer1": "Niobium",
"answer2": "Oxygen",
"answer3": "Sodium",
"answer4": "Tin",
"correct": "1",
"categories": "Chemistry",
"language": "en",
"difficulty": "7",
"category_id": ";1200;",
"info": "",
"created": "2024-03-21 18:07:07"
},
{
"id": "911",
"question": "Muscat is the capital of which country or region?",
"answer1": "Oman",
"answer2": "Belize",
"answer3": "Bahrain",
"answer4": "Dominican Republic",
"correct": "1",
"categories": "Countries",
"language": "en",
"difficulty": "7",
"category_id": ";1501;",
"info": "Q842",
"created": "2024-03-21 18:06:22"
}
],
"count": 5
}