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 #1990 Skill: 7/10 Chemistry
Which chemical element is represented by the symbol Og?
-
Question #46 Skill: 7/10 Cinema, Film
Who won the Academy Award (Oscar) for Best Director in the year 1997?
-
Question #1946 Skill: 7/10 Chemistry
Which chemical element is represented by the symbol W?
-
Question #2406 Skill: 6/10 Chemistry
Which symbol does not stand for a chemical element?
-
Question #53 Skill: 7/10 Cinema, Film
Who won the Academy Award (Oscar) for Best Director in the year 1990?
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": "1990",
"question": "Which chemical element is represented by the symbol Og?",
"answer1": "Oganesson",
"answer2": "Nitrogen",
"answer3": "Tennessine",
"answer4": "Barium",
"correct": "1",
"categories": "Chemistry",
"language": "en",
"difficulty": "7",
"category_id": ";1200;",
"info": "",
"created": "2024-03-21 18:07:10"
},
{
"id": "46",
"question": "Who won the Academy Award (Oscar) for Best Director in the year 1997?",
"answer1": "Anthony Minghella",
"answer2": "Elia Kazan",
"answer3": "James L. Brooks",
"answer4": "Milo\u0161 Forman",
"correct": "1",
"categories": "Cinema, Film",
"language": "en",
"difficulty": "7",
"category_id": ";F200;",
"info": "",
"created": "2024-03-21 18:05:44"
},
{
"id": "1946",
"question": "Which chemical element is represented by the symbol W?",
"answer1": "Tungsten",
"answer2": "Gallium",
"answer3": "Arsenic",
"answer4": "Ruthenium",
"correct": "1",
"categories": "Chemistry",
"language": "en",
"difficulty": "7",
"category_id": ";1200;",
"info": "",
"created": "2024-03-21 18:07:08"
},
{
"id": "2406",
"question": "Which symbol does not stand for a chemical element?",
"answer1": "Bx",
"answer2": "Hg",
"answer3": "Hf",
"answer4": "Eu",
"correct": "1",
"categories": "Chemistry",
"language": "en",
"difficulty": "6",
"category_id": ";1200;",
"info": "",
"created": "2024-03-21 18:07:29"
},
{
"id": "53",
"question": "Who won the Academy Award (Oscar) for Best Director in the year 1990?",
"answer1": "Oliver Stone",
"answer2": "Damien Chazelle",
"answer3": "William Wyler",
"answer4": "Clint Eastwood",
"correct": "1",
"categories": "Cinema, Film",
"language": "en",
"difficulty": "7",
"category_id": ";F200;",
"info": "",
"created": "2024-03-21 18:05:45"
}
],
"count": 5
}