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": "2136",
            "question": "Which is the atomic number of the chemical element Nickel?",
            "answer1": "28",
            "answer2": "111",
            "answer3": "18",
            "answer4": "52",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "8",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:17"
        },
        {
            "id": "2351",
            "question": "Which word is not known as a name for a chemical element?",
            "answer1": "Oorm",
            "answer2": "Xenon",
            "answer3": "Krypton",
            "answer4": "Fluorine",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "5",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:26"
        },
        {
            "id": "919",
            "question": "Manila is the capital of which country or region?",
            "answer1": "Philippines",
            "answer2": "Nicaragua",
            "answer3": "Cyprus",
            "answer4": "Bosnia and Herzegovina",
            "correct": "1",
            "categories": "Countries",
            "language": "en",
            "difficulty": "6",
            "category_id": ";1501;",
            "info": "Q928",
            "created": "2024-03-21 18:06:22"
        },
        {
            "id": "2293",
            "question": "Which chemical element has the atomic number 67 ?",
            "answer1": "Holmium",
            "answer2": "Hafnium",
            "answer3": "Gold",
            "answer4": "Nitrogen",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "8",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:24"
        },
        {
            "id": "727",
            "question": "Which city is the capital of Poland?",
            "answer1": "Warsaw",
            "answer2": "Luxembourg",
            "answer3": "Djibouti",
            "answer4": "Amman",
            "correct": "1",
            "categories": "Countries",
            "language": "en",
            "difficulty": "3",
            "category_id": ";1501;",
            "info": "Q36",
            "created": "2024-03-21 18:06:14"
        }
    ],
    "count": 5
}