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": "1943",
            "question": "Which chemical element is represented by the symbol Lu?",
            "answer1": "Lutetium",
            "answer2": "Rhodium",
            "answer3": "Iodine",
            "answer4": "Uranium",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "7",
            "category_id": ";1200;",
            "info": "",
            "created": "2023-05-21 16:30:50"
        },
        {
            "id": "875",
            "question": "Vientiane is the capital of which country or region?",
            "answer1": "Laos",
            "answer2": "Germany",
            "answer3": "Azerbaijan",
            "answer4": "Venezuela",
            "correct": "1",
            "categories": "Countries",
            "language": "en",
            "difficulty": "8",
            "category_id": ";1501;",
            "info": "Q819",
            "created": "2023-05-21 16:30:01"
        },
        {
            "id": "1869",
            "question": "Which symbol represents the chemical element Moscovium?",
            "answer1": "Mc",
            "answer2": "Te",
            "answer3": "Pm",
            "answer4": "W",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "6",
            "category_id": ";1200;",
            "info": "",
            "created": "2023-05-21 16:30:47"
        },
        {
            "id": "2788",
            "question": "Which team won the Super Bowl XLIII?",
            "answer1": "Pittsburgh Steelers",
            "answer2": "Arizona Cardinals",
            "answer3": "Baltimore Ravens",
            "answer4": "Seattle Seahawks",
            "correct": "0",
            "categories": "American Football",
            "language": "en",
            "difficulty": "4",
            "category_id": ";S500;",
            "info": "",
            "created": "2023-05-21 16:31:28"
        },
        {
            "id": "2409",
            "question": "Which symbol does not stand for a chemical element?",
            "answer1": "Oa",
            "answer2": "Ho",
            "answer3": "P",
            "answer4": "Fm",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "6",
            "category_id": ";1200;",
            "info": "",
            "created": "2023-05-21 16:31:11"
        }
    ],
    "count": 5
}