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 #2788 Skill: 4/10 American Football
Which team won the Super Bowl XLIII?
-
Question #2897 Skill: 6/10 American Football
Which team lost the Super Bowl to the team New Orleans Saints in the year 2010?
-
Question #2380 Skill: 6/10 Chemistry
Which word is not known as a name for a chemical element?
-
Question #1845 Skill: 6/10 Chemistry
Which symbol represents the chemical element Protactinium?
-
Question #730 Skill: 3/10 Countries
Which city is the capital of Republic of Ireland?
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": "2788",
"question": "Which team won the Super Bowl XLIII?",
"answer1": "Pittsburgh Steelers",
"answer2": "Arizona Cardinals",
"answer3": "Baltimore Ravens",
"answer4": "Seattle Seahawks",
"correct": "0",
"categories": "American Football",
"language": "en",
"difficulty": "4",
"category_id": ";S500;",
"info": "",
"created": "2024-03-21 18:07:46"
},
{
"id": "2897",
"question": "Which team lost the Super Bowl to the team New Orleans Saints in the year 2010?",
"answer1": "Indianapolis Colts",
"answer2": "Arizona Cardinals",
"answer3": "Washington Redskins",
"answer4": "Miami Dolphins",
"correct": "0",
"categories": "American Football",
"language": "en",
"difficulty": "6",
"category_id": ";S500;",
"info": "",
"created": "2024-03-21 18:07:51"
},
{
"id": "2380",
"question": "Which word is not known as a name for a chemical element?",
"answer1": "Halodriumin",
"answer2": "Antimony",
"answer3": "Boron",
"answer4": "Lawrencium",
"correct": "1",
"categories": "Chemistry",
"language": "en",
"difficulty": "6",
"category_id": ";1200;",
"info": "",
"created": "2024-03-21 18:07:28"
},
{
"id": "1845",
"question": "Which symbol represents the chemical element Protactinium?",
"answer1": "Pa",
"answer2": "Ne",
"answer3": "I",
"answer4": "P",
"correct": "1",
"categories": "Chemistry",
"language": "en",
"difficulty": "6",
"category_id": ";1200;",
"info": "",
"created": "2024-03-21 18:07:04"
},
{
"id": "730",
"question": "Which city is the capital of Republic of Ireland?",
"answer1": "Dublin",
"answer2": "Manila",
"answer3": "City of Brussels",
"answer4": "Asmara",
"correct": "1",
"categories": "Countries",
"language": "en",
"difficulty": "3",
"category_id": ";1501;",
"info": "Q27",
"created": "2024-03-21 18:06:14"
}
],
"count": 5
}