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 #593 Skill: 6/10 Countries
Which city is the capital of Albania?
-
Question #783 Skill: 8/10 Countries
Which city is the capital of Zambia?
-
Question #1997 Skill: 7/10 Chemistry
When was the chemical element Nitrogen discovered?
-
Question #2864 Skill: 6/10 American Football
Which team lost the Super Bowl to the team Oakland Raiders in the year 1977?
-
Question #838 Skill: 8/10 Countries
Addis Ababa 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": "593",
"question": "Which city is the capital of Albania?",
"answer1": "Tirana",
"answer2": "Port-au-Prince",
"answer3": "Monrovia",
"answer4": "Helsinki",
"correct": "1",
"categories": "Countries",
"language": "en",
"difficulty": "6",
"category_id": ";1501;",
"info": "Q222",
"created": "2024-03-21 18:06:08"
},
{
"id": "783",
"question": "Which city is the capital of Zambia?",
"answer1": "Lusaka",
"answer2": "Baghdad",
"answer3": "Madrid",
"answer4": "Yaren District",
"correct": "1",
"categories": "Countries",
"language": "en",
"difficulty": "8",
"category_id": ";1501;",
"info": "Q953",
"created": "2024-03-21 18:06:16"
},
{
"id": "1997",
"question": "When was the chemical element Nitrogen discovered?",
"answer1": "1771",
"answer2": "1828",
"answer3": "1803",
"answer4": "1899",
"correct": "1",
"categories": "Chemistry",
"language": "en",
"difficulty": "7",
"category_id": ";1200;",
"info": "",
"created": "2024-03-21 18:07:11"
},
{
"id": "2864",
"question": "Which team lost the Super Bowl to the team Oakland Raiders in the year 1977?",
"answer1": "Minnesota Vikings",
"answer2": "Chicago Bears",
"answer3": "Philadelphia Eagles",
"answer4": "Dallas Cowboys",
"correct": "0",
"categories": "American Football",
"language": "en",
"difficulty": "6",
"category_id": ";S500;",
"info": "",
"created": "2024-03-21 18:07:49"
},
{
"id": "838",
"question": "Addis Ababa is the capital of which country or region?",
"answer1": "Ethiopia",
"answer2": "Montenegro",
"answer3": "Spain",
"answer4": "Benin",
"correct": "1",
"categories": "Countries",
"language": "en",
"difficulty": "8",
"category_id": ";1501;",
"info": "Q115",
"created": "2024-03-21 18:06:18"
}
],
"count": 5
}