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": "729",
            "question": "Which city is the capital of Qatar?",
            "answer1": "Doha",
            "answer2": "Nuku'alofa",
            "answer3": "San Salvador",
            "answer4": "Abuja",
            "correct": "1",
            "categories": "Countries",
            "language": "en",
            "difficulty": "7",
            "category_id": ";1501;",
            "info": "Q846",
            "created": "2024-03-21 18:06:14"
        },
        {
            "id": "2948",
            "question": "Who was the quarterback when the Pittsburgh Steelers won the Super Bowl in 2009?",
            "answer1": "Ben Roethlisberger",
            "answer2": "Joe Flacco",
            "answer3": "Bob Griese",
            "answer4": "Terry Bradshaw",
            "correct": "0",
            "categories": "American Football",
            "language": "en",
            "difficulty": "6",
            "category_id": ";S500;",
            "info": "",
            "created": "2024-03-21 18:07:53"
        },
        {
            "id": "2097",
            "question": "When was the chemical element Bohrium discovered?",
            "answer1": "1976",
            "answer2": "1801",
            "answer3": "1878",
            "answer4": "1797",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "8",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:15"
        },
        {
            "id": "2028",
            "question": "When was the chemical element Strontium discovered?",
            "answer1": "1798",
            "answer2": "1940",
            "answer3": "1894",
            "answer4": "1900",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "8",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:12"
        },
        {
            "id": "2835",
            "question": "In which year did Super Bowl XXXVI take place?",
            "answer1": "2002",
            "answer2": "1976",
            "answer3": "2012",
            "answer4": "2005",
            "correct": "0",
            "categories": "American Football",
            "language": "en",
            "difficulty": "6",
            "category_id": ";S500;",
            "info": "",
            "created": "2024-03-21 18:07:48"
        }
    ],
    "count": 5
}