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 #2370 Skill: 6/10 Chemistry
Which word is not known as a name for a chemical element?
-
Question #2274 Skill: 8/10 Chemistry
Which chemical element has the atomic number 48 ?
-
Question #2001 Skill: 7/10 Chemistry
When was the chemical element Sodium discovered?
-
Question #2844 Skill: 4/10 American Football
In which year did Super Bowl XLV take place?
-
Question #1784 Skill: 6/10 Chemistry
Which symbol represents the chemical element Zinc?
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": "2370",
"question": "Which word is not known as a name for a chemical element?",
"answer1": "Alkoholonin",
"answer2": "Chlorine",
"answer3": "Zinc",
"answer4": "Rhenium",
"correct": "1",
"categories": "Chemistry",
"language": "en",
"difficulty": "6",
"category_id": ";1200;",
"info": "",
"created": "2023-05-21 16:31:10"
},
{
"id": "2274",
"question": "Which chemical element has the atomic number 48 ?",
"answer1": "Cadmium",
"answer2": "Lawrencium",
"answer3": "Neodymium",
"answer4": "Tin",
"correct": "1",
"categories": "Chemistry",
"language": "en",
"difficulty": "8",
"category_id": ";1200;",
"info": "",
"created": "2023-05-21 16:31:05"
},
{
"id": "2001",
"question": "When was the chemical element Sodium discovered?",
"answer1": "1807",
"answer2": "1895",
"answer3": "13. Century",
"answer4": "1801",
"correct": "1",
"categories": "Chemistry",
"language": "en",
"difficulty": "7",
"category_id": ";1200;",
"info": "",
"created": "2023-05-21 16:30:53"
},
{
"id": "2844",
"question": "In which year did Super Bowl XLV take place?",
"answer1": "2011",
"answer2": "2015",
"answer3": "2005",
"answer4": "2000",
"correct": "0",
"categories": "American Football",
"language": "en",
"difficulty": "4",
"category_id": ";S500;",
"info": "",
"created": "2023-05-21 16:31:31"
},
{
"id": "1784",
"question": "Which symbol represents the chemical element Zinc?",
"answer1": "Zn",
"answer2": "Md",
"answer3": "U",
"answer4": "Nb",
"correct": "1",
"categories": "Chemistry",
"language": "en",
"difficulty": "6",
"category_id": ";1200;",
"info": "",
"created": "2023-05-21 16:30:43"
}
],
"count": 5
}