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": "633",
            "question": "Which city is the capital of the Democratic Republic of the Congo?",
            "answer1": "Kinshasa",
            "answer2": "Malabo",
            "answer3": "Nouakchott",
            "answer4": "San Jos\u00e9",
            "correct": "1",
            "categories": "Countries",
            "language": "en",
            "difficulty": "7",
            "category_id": ";1501;",
            "info": "Q974",
            "created": "2024-03-21 18:06:10"
        },
        {
            "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": "1860",
            "question": "Which symbol represents the chemical element Seaborgium?",
            "answer1": "Sg",
            "answer2": "Be",
            "answer3": "Md",
            "answer4": "Al",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "6",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:05"
        },
        {
            "id": "874",
            "question": "Bishkek is the capital of which country or region?",
            "answer1": "Kyrgyzstan",
            "answer2": "Armenia",
            "answer3": "Turkmenistan",
            "answer4": "Republic of the Congo",
            "correct": "1",
            "categories": "Countries",
            "language": "en",
            "difficulty": "10",
            "category_id": ";1501;",
            "info": "Q813",
            "created": "2024-03-21 18:06:20"
        },
        {
            "id": "2292",
            "question": "Which chemical element has the atomic number 66 ?",
            "answer1": "Dysprosium",
            "answer2": "Nihonium",
            "answer3": "Xenon",
            "answer4": "Uranium",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "8",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:24"
        }
    ],
    "count": 5
}