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": "2193",
            "question": "Which is the atomic number of the chemical element Astatine?",
            "answer1": "85",
            "answer2": "92",
            "answer3": "40",
            "answer4": "63",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "8",
            "category_id": ";1200;",
            "info": "",
            "created": "2023-05-21 16:31:01"
        },
        {
            "id": "851",
            "question": "Bissau is the capital of which country or region?",
            "answer1": "Guinea-Bissau",
            "answer2": "Armenia",
            "answer3": "Algeria",
            "answer4": "Saint Kitts and Nevis",
            "correct": "1",
            "categories": "Countries",
            "language": "en",
            "difficulty": "8",
            "category_id": ";1501;",
            "info": "Q1007",
            "created": "2023-05-21 16:30:00"
        },
        {
            "id": "2221",
            "question": "Which is the atomic number of the chemical element Nihonium?",
            "answer1": "113",
            "answer2": "98",
            "answer3": "88",
            "answer4": "45",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "8",
            "category_id": ";1200;",
            "info": "",
            "created": "2023-05-21 16:31:03"
        },
        {
            "id": "102",
            "question": "Who won the Academy Award (Oscar) for Best Director in the year 1942?",
            "answer1": "John Ford",
            "answer2": "Franklin J. Schaffner",
            "answer3": "Milo\u0161 Forman",
            "answer4": "Victor Fleming",
            "correct": "1",
            "categories": "Cinema, Film",
            "language": "en",
            "difficulty": "9",
            "category_id": ";F200;",
            "info": "",
            "created": "2023-05-21 16:29:27"
        },
        {
            "id": "2001",
            "question": "When was the chemical element Sodium discovered?",
            "answer1": "1807",
            "answer2": "1895",
            "answer3": "13. Century",
            "answer4": "1801",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "7",
            "category_id": ";1200;",
            "info": "",
            "created": "2023-05-21 16:30:53"
        }
    ],
    "count": 5
}