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 #869 Skill: 2/10 Countries
Copenhagen is the capital of which country or region?
-
Question #1871 Skill: 6/10 Chemistry
Which symbol represents the chemical element Tennessine?
-
Question #594 Skill: 4/10 Countries
Which city is the capital of Algeria?
-
Question #2034 Skill: 8/10 Chemistry
When was the chemical element Ruthenium discovered?
-
Question #36 Skill: 6/10 Cinema, Film
Who won the Academy Award (Oscar) for Best Director in the year 2007?
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": "869",
"question": "Copenhagen is the capital of which country or region?",
"answer1": "Kingdom of Denmark",
"answer2": "United States of America",
"answer3": "Sweden",
"answer4": "Tanzania",
"correct": "1",
"categories": "Countries",
"language": "en",
"difficulty": "2",
"category_id": ";1501;",
"info": "Q756617",
"created": "2024-03-21 18:06:20"
},
{
"id": "1871",
"question": "Which symbol represents the chemical element Tennessine?",
"answer1": "Ts",
"answer2": "Ba",
"answer3": "Sn",
"answer4": "Og",
"correct": "1",
"categories": "Chemistry",
"language": "en",
"difficulty": "6",
"category_id": ";1200;",
"info": "",
"created": "2024-03-21 18:07:05"
},
{
"id": "594",
"question": "Which city is the capital of Algeria?",
"answer1": "Algiers",
"answer2": "Panama City",
"answer3": "Tehran",
"answer4": "Kuwait City",
"correct": "1",
"categories": "Countries",
"language": "en",
"difficulty": "4",
"category_id": ";1501;",
"info": "Q262",
"created": "2024-03-21 18:06:08"
},
{
"id": "2034",
"question": "When was the chemical element Ruthenium discovered?",
"answer1": "1844",
"answer2": "Ancient times",
"answer3": "1875",
"answer4": "1998",
"correct": "1",
"categories": "Chemistry",
"language": "en",
"difficulty": "8",
"category_id": ";1200;",
"info": "",
"created": "2024-03-21 18:07:12"
},
{
"id": "36",
"question": "Who won the Academy Award (Oscar) for Best Director in the year 2007?",
"answer1": "Martin Scorsese",
"answer2": "Milo\u0161 Forman",
"answer3": "Frank Capra",
"answer4": "Jonathan Demme",
"correct": "1",
"categories": "Cinema, Film",
"language": "en",
"difficulty": "6",
"category_id": ";F200;",
"info": "",
"created": "2024-03-21 18:05:44"
}
],
"count": 5
}