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": "690",
            "question": "Which city is the capital of Luxembourg?",
            "answer1": "Luxembourg",
            "answer2": "Ottawa",
            "answer3": "Nicosia",
            "answer4": "Nur-Sultan",
            "correct": "1",
            "categories": "Countries",
            "language": "en",
            "difficulty": "3",
            "category_id": ";1501;",
            "info": "Q32",
            "created": "2024-03-21 18:06:12"
        },
        {
            "id": "2090",
            "question": "When was the chemical element Fermium discovered?",
            "answer1": "1952",
            "answer2": "1907",
            "answer3": "1802",
            "answer4": "1925",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "8",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:15"
        },
        {
            "id": "894",
            "question": "Chi\u0219in\u0103u is the capital of which country or region?",
            "answer1": "Moldova",
            "answer2": "Togo",
            "answer3": "Tunisia",
            "answer4": "Haiti",
            "correct": "1",
            "categories": "Countries",
            "language": "en",
            "difficulty": "9",
            "category_id": ";1501;",
            "info": "Q217",
            "created": "2024-03-21 18:06:21"
        },
        {
            "id": "1971",
            "question": "Which chemical element is represented by the symbol Es?",
            "answer1": "Einsteinium",
            "answer2": "Potassium",
            "answer3": "Livermorium",
            "answer4": "Cerium",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "7",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:10"
        },
        {
            "id": "2198",
            "question": "Which is the atomic number of the chemical element Thorium?",
            "answer1": "90",
            "answer2": "10",
            "answer3": "100",
            "answer4": "105",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "8",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:20"
        }
    ],
    "count": 5
}