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": "598",
            "question": "Which city is the capital of Argentina?",
            "answer1": "Buenos Aires",
            "answer2": "Juba",
            "answer3": "Sofia",
            "answer4": "Copenhagen",
            "correct": "1",
            "categories": "Countries",
            "language": "en",
            "difficulty": "6",
            "category_id": ";1501;",
            "info": "Q414",
            "created": "2024-03-21 18:06:08"
        },
        {
            "id": "88",
            "question": "Who won the Academy Award (Oscar) for Best Director in the year 1956?",
            "answer1": "Delbert Mann",
            "answer2": "George Stevens",
            "answer3": "Richard Attenborough",
            "answer4": "David Lean",
            "correct": "1",
            "categories": "Cinema, Film",
            "language": "en",
            "difficulty": "8",
            "category_id": ";F200;",
            "info": "",
            "created": "2024-03-21 18:05:46"
        },
        {
            "id": "2915",
            "question": "Who was the quarterback when the Pittsburgh Steelers won the Super Bowl in 1976?",
            "answer1": "Terry Bradshaw",
            "answer2": "Joe Flacco",
            "answer3": "Roger Staubach",
            "answer4": "Troy Aikman",
            "correct": "0",
            "categories": "American Football",
            "language": "en",
            "difficulty": "6",
            "category_id": ";S500;",
            "info": "",
            "created": "2024-03-21 18:07:52"
        },
        {
            "id": "3210",
            "question": "Who is the author of the quotation: Dream big and dare to fail.",
            "answer1": "Ernest Hemingway",
            "answer2": "Norman Vaughan",
            "answer3": "Alexander Graham Bell",
            "answer4": "Jonathan Swift",
            "correct": "1",
            "categories": "Quotations",
            "language": "en",
            "difficulty": "6",
            "category_id": ";0300;",
            "info": "",
            "created": "2024-03-21 18:08:05"
        },
        {
            "id": "3140",
            "question": "Who is the author of the quotation: You will face many defeats in life, but never let yourself be defeated.",
            "answer1": "Babe Ruth",
            "answer2": "Oprah Winfrey",
            "answer3": "Vidal Sassoon",
            "answer4": "Thomas A. Edison",
            "correct": "1",
            "categories": "Quotations",
            "language": "en",
            "difficulty": "6",
            "category_id": ";0300;",
            "info": "",
            "created": "2024-03-21 18:08:02"
        }
    ],
    "count": 5
}