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": "3149",
            "question": "Who is the author of the quotation: To be yourself in a world that is constantly trying to make you something else is the greatest accomplishment.",
            "answer1": "Abraham Lincoln",
            "answer2": "Herman Melville",
            "answer3": "Stan Lee",
            "answer4": "Mae West",
            "correct": "1",
            "categories": "Quotations",
            "language": "en",
            "difficulty": "6",
            "category_id": ";0300;",
            "info": "",
            "created": "2024-03-21 18:08:02"
        },
        {
            "id": "762",
            "question": "Which city is the capital of Tanzania?",
            "answer1": "Dodoma",
            "answer2": "Vientiane",
            "answer3": "London",
            "answer4": "Vaduz",
            "correct": "1",
            "categories": "Countries",
            "language": "en",
            "difficulty": "9",
            "category_id": ";1501;",
            "info": "Q924",
            "created": "2024-03-21 18:06:15"
        },
        {
            "id": "1967",
            "question": "Which chemical element is represented by the symbol Am?",
            "answer1": "Americium",
            "answer2": "Ruthenium",
            "answer3": "Seaborgium",
            "answer4": "Roentgenium",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "7",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:09"
        },
        {
            "id": "2756",
            "question": "Which team won the Super Bowl XI?",
            "answer1": "Oakland Raiders",
            "answer2": "Minnesota Vikings",
            "answer3": "San Francisco 49ers",
            "answer4": "Pittsburgh Steelers",
            "correct": "0",
            "categories": "American Football",
            "language": "en",
            "difficulty": "6",
            "category_id": ";S500;",
            "info": "",
            "created": "2024-03-21 18:07:45"
        },
        {
            "id": "1773",
            "question": "Which symbol represents the chemical element Potassium?",
            "answer1": "K",
            "answer2": "Rg",
            "answer3": "Gd",
            "answer4": "I",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "5",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:01"
        }
    ],
    "count": 5
}