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": "725",
            "question": "Which city is the capital of Peru?",
            "answer1": "Lima",
            "answer2": "Luanda",
            "answer3": "Thimphu",
            "answer4": "Yamoussoukro",
            "correct": "1",
            "categories": "Countries",
            "language": "en",
            "difficulty": "5",
            "category_id": ";1501;",
            "info": "Q419",
            "created": "2024-03-21 18:06:14"
        },
        {
            "id": "1833",
            "question": "Which symbol represents the chemical element Gold?",
            "answer1": "Au",
            "answer2": "At",
            "answer3": "Mn",
            "answer4": "Bk",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "6",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:03"
        },
        {
            "id": "920",
            "question": "Warsaw is the capital of which country or region?",
            "answer1": "Poland",
            "answer2": "People's Republic of China",
            "answer3": "Switzerland",
            "answer4": "Azerbaijan",
            "correct": "1",
            "categories": "Countries",
            "language": "en",
            "difficulty": "3",
            "category_id": ";1501;",
            "info": "Q36",
            "created": "2024-03-21 18:06:22"
        },
        {
            "id": "2844",
            "question": "In which year did Super Bowl XLV take place?",
            "answer1": "2011",
            "answer2": "2015",
            "answer3": "2005",
            "answer4": "2000",
            "correct": "0",
            "categories": "American Football",
            "language": "en",
            "difficulty": "4",
            "category_id": ";S500;",
            "info": "",
            "created": "2024-03-21 18:07:48"
        },
        {
            "id": "2103",
            "question": "When was the chemical element Nihonium discovered?",
            "answer1": "2006",
            "answer2": "1774",
            "answer3": "Ancient times",
            "answer4": "1824",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "8",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:15"
        }
    ],
    "count": 5
}