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": "2046",
            "question": "When was the chemical element Barium discovered?",
            "answer1": "1808",
            "answer2": "1842",
            "answer3": "1817",
            "answer4": "1900",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "8",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:13"
        },
        {
            "id": "2252",
            "question": "Which chemical element has the atomic number 26 ?",
            "answer1": "Iron",
            "answer2": "Promethium",
            "answer3": "Silver",
            "answer4": "Fluorine",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "8",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:22"
        },
        {
            "id": "1878",
            "question": "Which chemical element is represented by the symbol C?",
            "answer1": "Carbon",
            "answer2": "Mercury",
            "answer3": "Plutonium",
            "answer4": "Oxygen",
            "correct": "1",
            "categories": "Chemistry, General Knowledge",
            "language": "en",
            "difficulty": "5",
            "category_id": ";1200;0000;",
            "info": "",
            "created": "2024-03-21 18:07:05"
        },
        {
            "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": "777",
            "question": "Which city is the capital of the United States of America?",
            "answer1": "Washington, D.C.",
            "answer2": "Rabat",
            "answer3": "Mogadishu",
            "answer4": "Jakarta",
            "correct": "1",
            "categories": "Countries",
            "language": "en",
            "difficulty": "1",
            "category_id": ";1501;",
            "info": "Q30",
            "created": "2024-03-21 18:06:16"
        }
    ],
    "count": 5
}