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": "2156",
            "question": "Which is the atomic number of the chemical element Cadmium?",
            "answer1": "48",
            "answer2": "57",
            "answer3": "59",
            "answer4": "95",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "8",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:18"
        },
        {
            "id": "86",
            "question": "Who won the Academy Award (Oscar) for Best Director in the year 1958?",
            "answer1": "David Lean",
            "answer2": "Michel Hazanavicius",
            "answer3": "George Cukor",
            "answer4": "Ron Howard",
            "correct": "1",
            "categories": "Cinema, Film",
            "language": "en",
            "difficulty": "8",
            "category_id": ";F200;",
            "info": "",
            "created": "2024-03-21 18:05:46"
        },
        {
            "id": "656",
            "question": "Which city is the capital of Guatemala?",
            "answer1": "Guatemala City",
            "answer2": "Antananarivo",
            "answer3": "Suva",
            "answer4": "Vaduz",
            "correct": "1",
            "categories": "Countries",
            "language": "en",
            "difficulty": "4",
            "category_id": ";1501;",
            "info": "Q774",
            "created": "2024-03-21 18:06:11"
        },
        {
            "id": "3216",
            "question": "Who is the author of the quotation: A man may die, nations may rise and fall, but an idea lives on\".",
            "answer1": "Rosa Parks",
            "answer2": "Confucius",
            "answer3": "Thomas A. Edison",
            "answer4": "Henry David Thoreau",
            "correct": "1",
            "categories": "Quotations",
            "language": "en",
            "difficulty": "6",
            "category_id": ";0300;",
            "info": "",
            "created": "2024-03-21 18:08:05"
        },
        {
            "id": "912",
            "question": "Islamabad is the capital of which country or region?",
            "answer1": "Pakistan",
            "answer2": "Madagascar",
            "answer3": "Moldova",
            "answer4": "Tanzania",
            "correct": "1",
            "categories": "Countries",
            "language": "en",
            "difficulty": "7",
            "category_id": ";1501;",
            "info": "Q843",
            "created": "2024-03-21 18:06:22"
        }
    ],
    "count": 5
}