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 #2345 Skill: 5/10 Chemistry
Which word is not known as a name for a chemical element?
-
Question #2813 Skill: 8/10 American Football
In which year did Super Bowl XIV take place?
-
Question #3146 Skill: 6/10 Quotations
Who is the author of the quotation: The purpose of our lives is to be happy.
-
Question #715 Skill: 6/10 Countries
Which city is the capital of North Korea?
-
Question #2335 Skill: 8/10 Chemistry
Which chemical element has the atomic number 109 ?
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": "2345",
"question": "Which word is not known as a name for a chemical element?",
"answer1": "Berlinium",
"answer2": "Iron",
"answer3": "Moscovium",
"answer4": "Lutetium",
"correct": "1",
"categories": "Chemistry",
"language": "en",
"difficulty": "5",
"category_id": ";1200;",
"info": "",
"created": "2024-03-21 18:07:26"
},
{
"id": "2813",
"question": "In which year did Super Bowl XIV take place?",
"answer1": "1980",
"answer2": "2011",
"answer3": "1968",
"answer4": "1994",
"correct": "0",
"categories": "American Football",
"language": "en",
"difficulty": "8",
"category_id": ";S500;",
"info": "",
"created": "2024-03-21 18:07:47"
},
{
"id": "3146",
"question": "Who is the author of the quotation: The purpose of our lives is to be happy.",
"answer1": "John Lennon",
"answer2": "Oprah Winfrey",
"answer3": "Henry Ford",
"answer4": "Steve Jobs",
"correct": "1",
"categories": "Quotations",
"language": "en",
"difficulty": "6",
"category_id": ";0300;",
"info": "",
"created": "2024-03-21 18:08:02"
},
{
"id": "715",
"question": "Which city is the capital of North Korea?",
"answer1": "Pyongyang",
"answer2": "Tirana",
"answer3": "Canberra",
"answer4": "Havana",
"correct": "1",
"categories": "Countries",
"language": "en",
"difficulty": "6",
"category_id": ";1501;",
"info": "Q423",
"created": "2024-03-21 18:06:13"
},
{
"id": "2335",
"question": "Which chemical element has the atomic number 109 ?",
"answer1": "Meitnerium",
"answer2": "Xenon",
"answer3": "Berkelium",
"answer4": "Oxygen",
"correct": "1",
"categories": "Chemistry",
"language": "en",
"difficulty": "8",
"category_id": ";1200;",
"info": "",
"created": "2024-03-21 18:07:26"
}
],
"count": 5
}