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": "2854",
            "question": "Which team lost the Super Bowl to the team Green Bay Packers in the year 1967?",
            "answer1": "Kansas City Chiefs",
            "answer2": "San Francisco 49ers",
            "answer3": "St. Louis Rams",
            "answer4": "Buffalo Bills",
            "correct": "0",
            "categories": "American Football",
            "language": "en",
            "difficulty": "6",
            "category_id": ";S500;",
            "info": "",
            "created": "2024-03-21 18:07:49"
        },
        {
            "id": "3203",
            "question": "Who is the author of the quotation: You miss 100% of the shots you don't take.",
            "answer1": "Mother Teresa",
            "answer2": "Alexander Graham Bell",
            "answer3": "Ernest Hemingway",
            "answer4": "J.M. Power",
            "correct": "1",
            "categories": "Quotations",
            "language": "en",
            "difficulty": "6",
            "category_id": ";0300;",
            "info": "",
            "created": "2024-03-21 18:08:05"
        },
        {
            "id": "2284",
            "question": "Which chemical element has the atomic number 58 ?",
            "answer1": "Cerium",
            "answer2": "Selenium",
            "answer3": "Silicon",
            "answer4": "Thorium",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "8",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:23"
        },
        {
            "id": "2269",
            "question": "Which chemical element has the atomic number 43 ?",
            "answer1": "Technetium",
            "answer2": "Magnesium",
            "answer3": "Iodine",
            "answer4": "Silver",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "8",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:23"
        },
        {
            "id": "2934",
            "question": "Who was the quarterback when the San Francisco 49ers won the Super Bowl in 1995?",
            "answer1": "Steve Young",
            "answer2": "Terry Bradshaw",
            "answer3": "Tom Brady",
            "answer4": "Bart Starr",
            "correct": "0",
            "categories": "American Football",
            "language": "en",
            "difficulty": "6",
            "category_id": ";S500;",
            "info": "",
            "created": "2024-03-21 18:07:52"
        }
    ],
    "count": 5
}