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": "779",
            "question": "Which city is the capital of Uzbekistan?",
            "answer1": "Tashkent",
            "answer2": "Islamabad",
            "answer3": "Ljubljana",
            "answer4": "Accra",
            "correct": "1",
            "categories": "Countries",
            "language": "en",
            "difficulty": "8",
            "category_id": ";1501;",
            "info": "Q265",
            "created": "2024-03-21 18:06:16"
        },
        {
            "id": "1852",
            "question": "Which symbol represents the chemical element Californium?",
            "answer1": "Cf",
            "answer2": "Cl",
            "answer3": "As",
            "answer4": "Mc",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "6",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:04"
        },
        {
            "id": "2129",
            "question": "Which is the atomic number of the chemical element Scandium?",
            "answer1": "21",
            "answer2": "65",
            "answer3": "92",
            "answer4": "112",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "8",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:17"
        },
        {
            "id": "848",
            "question": "St. George's is the capital of which country or region?",
            "answer1": "Grenada",
            "answer2": "Venezuela",
            "answer3": "S\u00e3o Tom\u00e9 and Pr\u00edncipe",
            "answer4": "El Salvador",
            "correct": "1",
            "categories": "Countries",
            "language": "en",
            "difficulty": "7",
            "category_id": ";1501;",
            "info": "Q769",
            "created": "2024-03-21 18:06:19"
        },
        {
            "id": "766",
            "question": "Which city is the capital of Togo?",
            "answer1": "Lom\u00e9",
            "answer2": "Jerusalem",
            "answer3": "Vilnius",
            "answer4": "Muscat",
            "correct": "1",
            "categories": "Countries",
            "language": "en",
            "difficulty": "8",
            "category_id": ";1501;",
            "info": "Q945",
            "created": "2024-03-21 18:06:15"
        }
    ],
    "count": 5
}