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 #1867 Skill: 6/10 Chemistry
Which symbol represents the chemical element Nihonium?
-
Question #2849 Skill: 4/10 American Football
In which year did Super Bowl L take place?
-
Question #1838 Skill: 6/10 Chemistry
Which symbol represents the chemical element Polonium?
-
Question #2160 Skill: 8/10 Chemistry
Which is the atomic number of the chemical element Tellurium?
-
Question #631 Skill: 5/10 Countries
Which city is the capital of Cyprus?
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": "1867",
"question": "Which symbol represents the chemical element Nihonium?",
"answer1": "Nh",
"answer2": "C",
"answer3": "Dy",
"answer4": "B",
"correct": "1",
"categories": "Chemistry",
"language": "en",
"difficulty": "6",
"category_id": ";1200;",
"info": "",
"created": "2024-03-21 18:07:05"
},
{
"id": "2849",
"question": "In which year did Super Bowl L take place?",
"answer1": "2016",
"answer2": "2020",
"answer3": "1971",
"answer4": "1987",
"correct": "0",
"categories": "American Football",
"language": "en",
"difficulty": "4",
"category_id": ";S500;",
"info": "",
"created": "2024-03-21 18:07:49"
},
{
"id": "1838",
"question": "Which symbol represents the chemical element Polonium?",
"answer1": "Po",
"answer2": "Fr",
"answer3": "Al",
"answer4": "Ra",
"correct": "1",
"categories": "Chemistry",
"language": "en",
"difficulty": "6",
"category_id": ";1200;",
"info": "",
"created": "2024-03-21 18:07:04"
},
{
"id": "2160",
"question": "Which is the atomic number of the chemical element Tellurium?",
"answer1": "52",
"answer2": "96",
"answer3": "117",
"answer4": "38",
"correct": "1",
"categories": "Chemistry",
"language": "en",
"difficulty": "8",
"category_id": ";1200;",
"info": "",
"created": "2024-03-21 18:07:18"
},
{
"id": "631",
"question": "Which city is the capital of Cyprus?",
"answer1": "Nicosia",
"answer2": "Warsaw",
"answer3": "Mexico City",
"answer4": "Nairobi",
"correct": "1",
"categories": "Countries",
"language": "en",
"difficulty": "5",
"category_id": ";1501;",
"info": "Q229",
"created": "2024-03-21 18:06:09"
}
],
"count": 5
}