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 #663 Skill: 3/10 Countries
Which city is the capital of Iceland?
-
Question #3217 Skill: 6/10 Quotations
Who is the author of the quotation: I have learned over the years that when one's mind is made up, this diminishes fear.
-
Question #94 Skill: 9/10 Cinema, Film
Who won the Academy Award (Oscar) for Best Director in the year 1950?
-
Question #1780 Skill: 6/10 Chemistry
Which symbol represents the chemical element Iron?
-
Question #2052 Skill: 8/10 Chemistry
When was the chemical element Samarium discovered?
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": "663",
"question": "Which city is the capital of Iceland?",
"answer1": "Reykjav\u00edk",
"answer2": "Porto-Novo",
"answer3": "Amman",
"answer4": "Baku",
"correct": "1",
"categories": "Countries",
"language": "en",
"difficulty": "3",
"category_id": ";1501;",
"info": "Q189",
"created": "2024-03-21 18:06:11"
},
{
"id": "3217",
"question": "Who is the author of the quotation: I have learned over the years that when one's mind is made up, this diminishes fear.",
"answer1": "Benjamin Franklin",
"answer2": "Michael Jordan",
"answer3": "Henry David Thoreau",
"answer4": "Amelia Earhart",
"correct": "1",
"categories": "Quotations",
"language": "en",
"difficulty": "6",
"category_id": ";0300;",
"info": "",
"created": "2024-03-21 18:08:05"
},
{
"id": "94",
"question": "Who won the Academy Award (Oscar) for Best Director in the year 1950?",
"answer1": "Joseph L. Mankiewicz",
"answer2": "Fred Zinnemann",
"answer3": "William Wyler",
"answer4": "Bong Joon-ho",
"correct": "1",
"categories": "Cinema, Film",
"language": "en",
"difficulty": "9",
"category_id": ";F200;",
"info": "",
"created": "2024-03-21 18:05:46"
},
{
"id": "1780",
"question": "Which symbol represents the chemical element Iron?",
"answer1": "Fe",
"answer2": "Pa",
"answer3": "Pr",
"answer4": "U",
"correct": "1",
"categories": "Chemistry",
"language": "en",
"difficulty": "6",
"category_id": ";1200;",
"info": "",
"created": "2024-03-21 18:07:01"
},
{
"id": "2052",
"question": "When was the chemical element Samarium discovered?",
"answer1": "1879",
"answer2": "1949",
"answer3": "1907",
"answer4": "Ancient times",
"correct": "1",
"categories": "Chemistry",
"language": "en",
"difficulty": "8",
"category_id": ";1200;",
"info": "",
"created": "2024-03-21 18:07:13"
}
],
"count": 5
}