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": "887",
            "question": "Mal\u00e9 is the capital of which country or region?",
            "answer1": "Maldives",
            "answer2": "Uzbekistan",
            "answer3": "Botswana",
            "answer4": "Belize",
            "correct": "1",
            "categories": "Countries",
            "language": "en",
            "difficulty": "7",
            "category_id": ";1501;",
            "info": "Q826",
            "created": "2024-03-21 18:06:21"
        },
        {
            "id": "2420",
            "question": "Which symbol does not stand for a chemical element?",
            "answer1": "Di",
            "answer2": "Hs",
            "answer3": "Cu",
            "answer4": "Se",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "6",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:30"
        },
        {
            "id": "3208",
            "question": "Who is the author of the quotation: An unexamined life is not worth living.",
            "answer1": "George Addair",
            "answer2": "George Lucas",
            "answer3": "J.M. Power",
            "answer4": "Winston Churchill",
            "correct": "1",
            "categories": "Quotations",
            "language": "en",
            "difficulty": "6",
            "category_id": ";0300;",
            "info": "",
            "created": "2024-03-21 18:08:05"
        },
        {
            "id": "77",
            "question": "Who won the Academy Award (Oscar) for Best Director in the year 1966?",
            "answer1": "Robert Wise",
            "answer2": "John Ford",
            "answer3": "Chlo\u00e9 Zhao",
            "answer4": "Oliver Stone",
            "correct": "1",
            "categories": "Cinema, Film",
            "language": "en",
            "difficulty": "8",
            "category_id": ";F200;",
            "info": "",
            "created": "2024-03-21 18:05:46"
        },
        {
            "id": "97",
            "question": "Who won the Academy Award (Oscar) for Best Director in the year 1947?",
            "answer1": "William Wyler",
            "answer2": "John G. Avildsen",
            "answer3": "Delbert Mann",
            "answer4": "Martin Scorsese",
            "correct": "1",
            "categories": "Cinema, Film",
            "language": "en",
            "difficulty": "9",
            "category_id": ";F200;",
            "info": "",
            "created": "2024-03-21 18:05:46"
        }
    ],
    "count": 5
}