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": "2889",
            "question": "Which team lost the Super Bowl to the team New England Patriots in the year 2002?",
            "answer1": "St. Louis Rams",
            "answer2": "Miami Dolphins",
            "answer3": "New England Patriots",
            "answer4": "New York Giants",
            "correct": "0",
            "categories": "American Football",
            "language": "en",
            "difficulty": "6",
            "category_id": ";S500;",
            "info": "",
            "created": "2024-03-21 18:07:50"
        },
        {
            "id": "1787",
            "question": "Which symbol represents the chemical element Arsenic?",
            "answer1": "As",
            "answer2": "Eu",
            "answer3": "Cl",
            "answer4": "Sb",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "6",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:01"
        },
        {
            "id": "2282",
            "question": "Which chemical element has the atomic number 56 ?",
            "answer1": "Barium",
            "answer2": "Nitrogen",
            "answer3": "Zinc",
            "answer4": "Nihonium",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "8",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:23"
        },
        {
            "id": "3214",
            "question": "Who is the author of the quotation: It does not matter how slowly you go as long as you do not stop.",
            "answer1": "Henry Ford",
            "answer2": "Franklin D. Roosevelt",
            "answer3": "Walt Disney",
            "answer4": "Ralph Waldo Emerson",
            "correct": "1",
            "categories": "Quotations",
            "language": "en",
            "difficulty": "6",
            "category_id": ";0300;",
            "info": "",
            "created": "2024-03-21 18:08:05"
        },
        {
            "id": "2236",
            "question": "Which chemical element has the atomic number 10 ?",
            "answer1": "Neon",
            "answer2": "Iron",
            "answer3": "Zirconium",
            "answer4": "Moscovium",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "7",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:21"
        }
    ],
    "count": 5
}