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": "813",
            "question": "Yaound\u00e9 is the capital of which country or region?",
            "answer1": "Cameroon",
            "answer2": "Kingdom of the Netherlands",
            "answer3": "Republic of the Congo",
            "answer4": "S\u00e3o Tom\u00e9 and Pr\u00edncipe",
            "correct": "1",
            "categories": "Countries",
            "language": "en",
            "difficulty": "9",
            "category_id": ";1501;",
            "info": "Q1009",
            "created": "2024-03-21 18:06:17"
        },
        {
            "id": "805",
            "question": "Sarajevo is the capital of which country or region?",
            "answer1": "Bosnia and Herzegovina",
            "answer2": "Saint Lucia",
            "answer3": "Pakistan",
            "answer4": "Israel",
            "correct": "1",
            "categories": "Countries",
            "language": "en",
            "difficulty": "6",
            "category_id": ";1501;",
            "info": "Q225",
            "created": "2024-03-21 18:06:17"
        },
        {
            "id": "2163",
            "question": "Which is the atomic number of the chemical element Caesium?",
            "answer1": "55",
            "answer2": "33",
            "answer3": "75",
            "answer4": "52",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "8",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:18"
        },
        {
            "id": "2851",
            "question": "In which year did Super Bowl LII take place?",
            "answer1": "2018",
            "answer2": "1984",
            "answer3": "1994",
            "answer4": "1971",
            "correct": "0",
            "categories": "American Football",
            "language": "en",
            "difficulty": "4",
            "category_id": ";S500;",
            "info": "",
            "created": "2024-03-21 18:07:49"
        },
        {
            "id": "1948",
            "question": "Which chemical element is represented by the symbol Os?",
            "answer1": "Osmium",
            "answer2": "Iron",
            "answer3": "Iridium",
            "answer4": "Phosphorus",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "7",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:09"
        }
    ],
    "count": 5
}