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": "2012",
            "question": "When was the chemical element Titanium discovered?",
            "answer1": "1791",
            "answer2": "1907",
            "answer3": "1803",
            "answer4": "1789",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "8",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:11"
        },
        {
            "id": "1961",
            "question": "Which chemical element is represented by the symbol Ac?",
            "answer1": "Actinium",
            "answer2": "Lead",
            "answer3": "Calcium",
            "answer4": "Titanium",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "7",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:09"
        },
        {
            "id": "2074",
            "question": "When was the chemical element Polonium discovered?",
            "answer1": "1898",
            "answer2": "1886",
            "answer3": "1945",
            "answer4": "1863",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "8",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:14"
        },
        {
            "id": "79",
            "question": "Who won the Academy Award (Oscar) for Best Director in the year 1964?",
            "answer1": "Tony Richardson",
            "answer2": "Robert Wise",
            "answer3": "Joseph L. Mankiewicz",
            "answer4": "Tom Hooper",
            "correct": "1",
            "categories": "Cinema, Film",
            "language": "en",
            "difficulty": "8",
            "category_id": ";F200;",
            "info": "",
            "created": "2024-03-21 18:05:46"
        },
        {
            "id": "2061",
            "question": "When was the chemical element Lutetium discovered?",
            "answer1": "1907",
            "answer2": "1817",
            "answer3": "1994",
            "answer4": "1923",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "8",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:14"
        }
    ],
    "count": 5
}