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": "869",
            "question": "Copenhagen is the capital of which country or region?",
            "answer1": "Kingdom of Denmark",
            "answer2": "United States of America",
            "answer3": "Sweden",
            "answer4": "Tanzania",
            "correct": "1",
            "categories": "Countries",
            "language": "en",
            "difficulty": "2",
            "category_id": ";1501;",
            "info": "Q756617",
            "created": "2024-03-21 18:06:20"
        },
        {
            "id": "1871",
            "question": "Which symbol represents the chemical element Tennessine?",
            "answer1": "Ts",
            "answer2": "Ba",
            "answer3": "Sn",
            "answer4": "Og",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "6",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:05"
        },
        {
            "id": "594",
            "question": "Which city is the capital of Algeria?",
            "answer1": "Algiers",
            "answer2": "Panama City",
            "answer3": "Tehran",
            "answer4": "Kuwait City",
            "correct": "1",
            "categories": "Countries",
            "language": "en",
            "difficulty": "4",
            "category_id": ";1501;",
            "info": "Q262",
            "created": "2024-03-21 18:06:08"
        },
        {
            "id": "2034",
            "question": "When was the chemical element Ruthenium discovered?",
            "answer1": "1844",
            "answer2": "Ancient times",
            "answer3": "1875",
            "answer4": "1998",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "8",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:12"
        },
        {
            "id": "36",
            "question": "Who won the Academy Award (Oscar) for Best Director in the year 2007?",
            "answer1": "Martin Scorsese",
            "answer2": "Milo\u0161 Forman",
            "answer3": "Frank Capra",
            "answer4": "Jonathan Demme",
            "correct": "1",
            "categories": "Cinema, Film",
            "language": "en",
            "difficulty": "6",
            "category_id": ";F200;",
            "info": "",
            "created": "2024-03-21 18:05:44"
        }
    ],
    "count": 5
}