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.

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": "2753",
            "question": "Which team won the Super Bowl VIII?",
            "answer1": "Miami Dolphins",
            "answer2": "Minnesota Vikings",
            "answer3": "Pittsburgh Steelers",
            "answer4": "Baltimore Ravens",
            "correct": "0",
            "categories": "American Football",
            "language": "en",
            "difficulty": "8",
            "category_id": ";S500;",
            "info": "",
            "created": "2024-03-21 18:07:44"
        },
        {
            "id": "2304",
            "question": "Which chemical element has the atomic number 78 ?",
            "answer1": "Platinum",
            "answer2": "Moscovium",
            "answer3": "Magnesium",
            "answer4": "Samarium",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "8",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:24"
        },
        {
            "id": "1968",
            "question": "Which chemical element is represented by the symbol Cm?",
            "answer1": "Curium",
            "answer2": "Lawrencium",
            "answer3": "Sodium",
            "answer4": "Thulium",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "7",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:09"
        },
        {
            "id": "2865",
            "question": "Which team lost the Super Bowl to the team Dallas Cowboys in the year 1978?",
            "answer1": "Denver Broncos",
            "answer2": "Cincinnati Bengals",
            "answer3": "Buffalo Bills",
            "answer4": "San Diego Chargers",
            "correct": "0",
            "categories": "American Football",
            "language": "en",
            "difficulty": "6",
            "category_id": ";S500;",
            "info": "",
            "created": "2024-03-21 18:07:49"
        },
        {
            "id": "1998",
            "question": "When was the chemical element Oxygen discovered?",
            "answer1": "1774",
            "answer2": "1879",
            "answer3": "1808",
            "answer4": "1860",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "7",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:11"
        }
    ],
    "count": 5
}