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": "936",
            "question": "Victoria is the capital of which country or region?",
            "answer1": "Seychelles",
            "answer2": "The Bahamas",
            "answer3": "South Sudan",
            "answer4": "Monaco",
            "correct": "1",
            "categories": "Countries",
            "language": "en",
            "difficulty": "6",
            "category_id": ";1501;",
            "info": "Q1042",
            "created": "2024-03-21 18:06:23"
        },
        {
            "id": "2938",
            "question": "Who was the quarterback when the Denver Broncos won the Super Bowl in 1999?",
            "answer1": "John Elway",
            "answer2": "Brett Favre",
            "answer3": "Joe Theismann",
            "answer4": "Troy Aikman",
            "correct": "0",
            "categories": "American Football",
            "language": "en",
            "difficulty": "6",
            "category_id": ";S500;",
            "info": "",
            "created": "2024-03-21 18:07:53"
        },
        {
            "id": "2357",
            "question": "Which word is not known as a name for a chemical element?",
            "answer1": "Kalkulenium",
            "answer2": "Antimony",
            "answer3": "Nickel",
            "answer4": "Titanium",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "6",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:27"
        },
        {
            "id": "1907",
            "question": "Which chemical element is represented by the symbol Br?",
            "answer1": "Bromine",
            "answer2": "Europium",
            "answer3": "Nitrogen",
            "answer4": "Polonium",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "7",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:07"
        },
        {
            "id": "2014",
            "question": "When was the chemical element Chromium discovered?",
            "answer1": "1797",
            "answer2": "1939",
            "answer3": "1879",
            "answer4": "1925",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "8",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:12"
        }
    ],
    "count": 5
}