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": "3134",
            "question": "Who is the author of the quotation: The only thing we have to fear is fear itself.",
            "answer1": "Martin Luther King Jr.",
            "answer2": "Winston S. Churchill",
            "answer3": "Albert Einstein",
            "answer4": "Confucius",
            "correct": "1",
            "categories": "Quotations",
            "language": "en",
            "difficulty": "6",
            "category_id": ";0300;",
            "info": "",
            "created": "2024-03-21 18:08:01"
        },
        {
            "id": "2855",
            "question": "Which team lost the Super Bowl to the team Green Bay Packers in the year 1968?",
            "answer1": "Oakland Raiders",
            "answer2": "New England Patriots",
            "answer3": "Carolina Panthers",
            "answer4": "Seattle Seahawks",
            "correct": "0",
            "categories": "American Football",
            "language": "en",
            "difficulty": "6",
            "category_id": ";S500;",
            "info": "",
            "created": "2024-03-21 18:07:49"
        },
        {
            "id": "1980",
            "question": "Which chemical element is represented by the symbol Hs?",
            "answer1": "Hassium",
            "answer2": "Potassium",
            "answer3": "Protactinium",
            "answer4": "Phosphorus",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "7",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:10"
        },
        {
            "id": "1869",
            "question": "Which symbol represents the chemical element Moscovium?",
            "answer1": "Mc",
            "answer2": "Te",
            "answer3": "Pm",
            "answer4": "W",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "6",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:05"
        },
        {
            "id": "632",
            "question": "Which city is the capital of the Czech Republic?",
            "answer1": "Prague",
            "answer2": "Panama City",
            "answer3": "Nuku'alofa",
            "answer4": "Bishkek",
            "correct": "1",
            "categories": "Countries",
            "language": "en",
            "difficulty": "3",
            "category_id": ";1501;",
            "info": "Q213",
            "created": "2024-03-21 18:06:10"
        }
    ],
    "count": 5
}