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": "1769",
            "question": "Which symbol represents the chemical element Phosphorus?",
            "answer1": "P",
            "answer2": "As",
            "answer3": "Ag",
            "answer4": "Md",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "5",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:01"
        },
        {
            "id": "2273",
            "question": "Which chemical element has the atomic number 47 ?",
            "answer1": "Silver",
            "answer2": "Neon",
            "answer3": "Silicon",
            "answer4": "Tungsten",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "8",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:23"
        },
        {
            "id": "1960",
            "question": "Which chemical element is represented by the symbol Ra?",
            "answer1": "Radium",
            "answer2": "Argon",
            "answer3": "Chromium",
            "answer4": "Helium",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "7",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:09"
        },
        {
            "id": "1887",
            "question": "Which chemical element is represented by the symbol P?",
            "answer1": "Phosphorus",
            "answer2": "Iridium",
            "answer3": "Uranium",
            "answer4": "Fluorine",
            "correct": "1",
            "categories": "Chemistry, General Knowledge",
            "language": "en",
            "difficulty": "5",
            "category_id": ";1200;0000;",
            "info": "",
            "created": "2024-03-21 18:07:06"
        },
        {
            "id": "2794",
            "question": "Which team won the Super Bowl XLIX?",
            "answer1": "New England Patriots",
            "answer2": "Atlanta Falcons",
            "answer3": "San Francisco 49ers",
            "answer4": "Seattle Seahawks",
            "correct": "0",
            "categories": "American Football",
            "language": "en",
            "difficulty": "4",
            "category_id": ";S500;",
            "info": "",
            "created": "2024-03-21 18:07:46"
        }
    ],
    "count": 5
}