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": "2230",
            "question": "Which chemical element has the atomic number 4 ?",
            "answer1": "Beryllium",
            "answer2": "Rhodium",
            "answer3": "Platinum",
            "answer4": "Tellurium",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "6",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:21"
        },
        {
            "id": "732",
            "question": "Which city is the capital of Romania?",
            "answer1": "Bucharest",
            "answer2": "Ottawa",
            "answer3": "Amsterdam",
            "answer4": "Bras\u00edlia",
            "correct": "1",
            "categories": "Countries",
            "language": "en",
            "difficulty": "5",
            "category_id": ";1501;",
            "info": "Q218",
            "created": "2024-03-21 18:06:14"
        },
        {
            "id": "3173",
            "question": "Who is the author of the quotation: Everything you can imagine is real.\u201d",
            "answer1": "J.M. Power",
            "answer2": "Pablo Picasso",
            "answer3": "Jonathan Swift",
            "answer4": "George Addair",
            "correct": "1",
            "categories": "Quotations",
            "language": "en",
            "difficulty": "6",
            "category_id": ";0300;",
            "info": "",
            "created": "2024-03-21 18:08:03"
        },
        {
            "id": "2169",
            "question": "Which is the atomic number of the chemical element Promethium?",
            "answer1": "61",
            "answer2": "23",
            "answer3": "14",
            "answer4": "10",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "8",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:18"
        },
        {
            "id": "714",
            "question": "Which city is the capital of Nigeria?",
            "answer1": "Abuja",
            "answer2": "Athens",
            "answer3": "Gitega",
            "answer4": "Funafuti",
            "correct": "1",
            "categories": "Countries",
            "language": "en",
            "difficulty": "8",
            "category_id": ";1501;",
            "info": "Q1033",
            "created": "2024-03-21 18:06:13"
        }
    ],
    "count": 5
}