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": "2007",
            "question": "When was the chemical element Chlorine discovered?",
            "answer1": "1774",
            "answer2": "1945",
            "answer3": "1808",
            "answer4": "1952",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "8",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:11"
        },
        {
            "id": "2405",
            "question": "Which symbol does not stand for a chemical element?",
            "answer1": "Ab",
            "answer2": "Sg",
            "answer3": "Ho",
            "answer4": "N",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "6",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:29"
        },
        {
            "id": "652",
            "question": "Which city is the capital of Germany?",
            "answer1": "Berlin",
            "answer2": "Rabat",
            "answer3": "Lima",
            "answer4": "Kathmandu",
            "correct": "1",
            "categories": "Countries",
            "language": "en",
            "difficulty": "1",
            "category_id": ";1501;",
            "info": "Q183",
            "created": "2024-03-21 18:06:10"
        },
        {
            "id": "787",
            "question": "Algiers is the capital of which country or region?",
            "answer1": "Algeria",
            "answer2": "Poland",
            "answer3": "Benin",
            "answer4": "Egypt",
            "correct": "1",
            "categories": "Countries",
            "language": "en",
            "difficulty": "4",
            "category_id": ";1501;",
            "info": "Q262",
            "created": "2024-03-21 18:06:16"
        },
        {
            "id": "58",
            "question": "Who won the Academy Award (Oscar) for Best Director in the year 1985?",
            "answer1": "Milo\u0161 Forman",
            "answer2": "John Ford",
            "answer3": "William Wyler",
            "answer4": "Damien Chazelle",
            "correct": "1",
            "categories": "Cinema, Film",
            "language": "en",
            "difficulty": "7",
            "category_id": ";F200;",
            "info": "",
            "created": "2024-03-21 18:05:45"
        }
    ],
    "count": 5
}