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": "2807",
            "question": "In which year did Super Bowl VIII take place?",
            "answer1": "1974",
            "answer2": "1973",
            "answer3": "1979",
            "answer4": "1993",
            "correct": "0",
            "categories": "American Football",
            "language": "en",
            "difficulty": "10",
            "category_id": ";S500;",
            "info": "",
            "created": "2024-03-21 18:07:47"
        },
        {
            "id": "852",
            "question": "Georgetown is the capital of which country or region?",
            "answer1": "Guyana",
            "answer2": "Cuba",
            "answer3": "Nigeria",
            "answer4": "Indonesia",
            "correct": "1",
            "categories": "Countries",
            "language": "en",
            "difficulty": "7",
            "category_id": ";1501;",
            "info": "Q734",
            "created": "2024-03-21 18:06:19"
        },
        {
            "id": "2924",
            "question": "Who was the quarterback when the San Francisco 49ers won the Super Bowl in 1985?",
            "answer1": "Joe Montano",
            "answer2": "Troy Aikman",
            "answer3": "Ben Roethlisberger",
            "answer4": "Jim McMahon",
            "correct": "0",
            "categories": "American Football",
            "language": "en",
            "difficulty": "6",
            "category_id": ";S500;",
            "info": "",
            "created": "2024-03-21 18:07:52"
        },
        {
            "id": "112",
            "question": "Who won the Academy Award (Oscar) for Best Director in the year 1931?",
            "answer1": "Norman Taurog",
            "answer2": "Leo McCarey",
            "answer3": "John Ford",
            "answer4": "Carol Reed",
            "correct": "1",
            "categories": "Cinema, Film",
            "language": "en",
            "difficulty": "9",
            "category_id": ";F200;",
            "info": "",
            "created": "2024-03-21 18:05:47"
        },
        {
            "id": "603",
            "question": "Which city is the capital of Bahrain?",
            "answer1": "Manama",
            "answer2": "Prague",
            "answer3": "Tirana",
            "answer4": "Nur-Sultan",
            "correct": "1",
            "categories": "Countries",
            "language": "en",
            "difficulty": "10",
            "category_id": ";1501;",
            "info": "Q398",
            "created": "2024-03-21 18:06:08"
        }
    ],
    "count": 5
}