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": "2390",
            "question": "Which symbol does not stand for a chemical element?",
            "answer1": "Uf",
            "answer2": "Ho",
            "answer3": "Ne",
            "answer4": "La",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "5",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:28"
        },
        {
            "id": "2788",
            "question": "Which team won the Super Bowl XLIII?",
            "answer1": "Pittsburgh Steelers",
            "answer2": "Arizona Cardinals",
            "answer3": "Baltimore Ravens",
            "answer4": "Seattle Seahawks",
            "correct": "0",
            "categories": "American Football",
            "language": "en",
            "difficulty": "4",
            "category_id": ";S500;",
            "info": "",
            "created": "2024-03-21 18:07:46"
        },
        {
            "id": "749",
            "question": "Which city is the capital of Somalia?",
            "answer1": "Mogadishu",
            "answer2": "Yamoussoukro",
            "answer3": "Dushanbe",
            "answer4": "Pyongyang",
            "correct": "1",
            "categories": "Countries",
            "language": "en",
            "difficulty": "8",
            "category_id": ";1501;",
            "info": "Q1045",
            "created": "2024-03-21 18:06:15"
        },
        {
            "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": "2193",
            "question": "Which is the atomic number of the chemical element Astatine?",
            "answer1": "85",
            "answer2": "92",
            "answer3": "40",
            "answer4": "63",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "8",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:19"
        }
    ],
    "count": 5
}