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": "3166",
            "question": "Who is the author of the quotation: Many of life's failures are people who did not realize how close they were to success when they gave up.",
            "answer1": "John D. Rockefeller Jr.",
            "answer2": "Zig Ziglar",
            "answer3": "Nelson Mandela",
            "answer4": "John D. Rockefeller",
            "correct": "1",
            "categories": "Quotations",
            "language": "en",
            "difficulty": "6",
            "category_id": ";0300;",
            "info": "",
            "created": "2024-03-21 18:08:03"
        },
        {
            "id": "1886",
            "question": "Which chemical element is represented by the symbol Si?",
            "answer1": "Silicon",
            "answer2": "Rutherfordium",
            "answer3": "Tennessine",
            "answer4": "Bohrium",
            "correct": "1",
            "categories": "Chemistry, General Knowledge",
            "language": "en",
            "difficulty": "5",
            "category_id": ";1200;0000;",
            "info": "",
            "created": "2024-03-21 18:07:06"
        },
        {
            "id": "930",
            "question": "Kingstown is the capital of which country or region?",
            "answer1": "Saint Vincent and the Grenadines",
            "answer2": "Venezuela",
            "answer3": "Grenada",
            "answer4": "Maldives",
            "correct": "1",
            "categories": "Countries",
            "language": "en",
            "difficulty": "9",
            "category_id": ";1501;",
            "info": "Q757",
            "created": "2024-03-21 18:06:23"
        },
        {
            "id": "707",
            "question": "Which city is the capital of Myanmar?",
            "answer1": "Naypyidaw",
            "answer2": "Tashkent",
            "answer3": "Vilnius",
            "answer4": "South Tarawa",
            "correct": "1",
            "categories": "Countries",
            "language": "en",
            "difficulty": "9",
            "category_id": ";1501;",
            "info": "Q836",
            "created": "2024-03-21 18:06:13"
        },
        {
            "id": "1765",
            "question": "Which symbol represents the chemical element Sodium?",
            "answer1": "Na",
            "answer2": "Xe",
            "answer3": "Bi",
            "answer4": "W",
            "correct": "1",
            "categories": "Chemistry, General Knowledge",
            "language": "en",
            "difficulty": "5",
            "category_id": ";1200;0000;",
            "info": "",
            "created": "2024-03-21 18:07:00"
        }
    ],
    "count": 5
}