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": "891",
            "question": "Nouakchott is the capital of which country or region?",
            "answer1": "Mauritania",
            "answer2": "Belize",
            "answer3": "Guyana",
            "answer4": "Samoa",
            "correct": "1",
            "categories": "Countries",
            "language": "en",
            "difficulty": "10",
            "category_id": ";1501;",
            "info": "Q1025",
            "created": "2024-03-21 18:06:21"
        },
        {
            "id": "2180",
            "question": "Which is the atomic number of the chemical element Hafnium?",
            "answer1": "72",
            "answer2": "10",
            "answer3": "22",
            "answer4": "96",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "8",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:19"
        },
        {
            "id": "2037",
            "question": "When was the chemical element Silver discovered?",
            "answer1": "Ancient times",
            "answer2": "1879",
            "answer3": "1778",
            "answer4": "1898",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "8",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:13"
        },
        {
            "id": "880",
            "question": "Tripoli is the capital of which country or region?",
            "answer1": "Libya",
            "answer2": "Comoros",
            "answer3": "Burundi",
            "answer4": "Finland",
            "correct": "1",
            "categories": "Countries",
            "language": "en",
            "difficulty": "6",
            "category_id": ";1501;",
            "info": "Q1016",
            "created": "2024-03-21 18:06:20"
        },
        {
            "id": "74",
            "question": "Who won the Academy Award (Oscar) for Best Director in the year 1969?",
            "answer1": "Carol Reed",
            "answer2": "Woody Allen",
            "answer3": "Anthony Minghella",
            "answer4": "John Ford",
            "correct": "1",
            "categories": "Cinema, Film",
            "language": "en",
            "difficulty": "8",
            "category_id": ";F200;",
            "info": "",
            "created": "2024-03-21 18:05:45"
        }
    ],
    "count": 5
}