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": "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": "2232",
            "question": "Which chemical element has the atomic number 6 ?",
            "answer1": "Carbon",
            "answer2": "Mendelevium",
            "answer3": "Cadmium",
            "answer4": "Rhenium",
            "correct": "1",
            "categories": "Chemistry, General Knowledge",
            "language": "en",
            "difficulty": "7",
            "category_id": ";1200;0000;",
            "info": "",
            "created": "2024-03-21 18:07:21"
        },
        {
            "id": "2033",
            "question": "When was the chemical element Technetium discovered?",
            "answer1": "1937",
            "answer2": "1952",
            "answer3": "1996",
            "answer4": "1860",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "8",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:12"
        },
        {
            "id": "616",
            "question": "Which city is the capital of Bulgaria?",
            "answer1": "Sofia",
            "answer2": "Tokyo",
            "answer3": "Port of Spain",
            "answer4": "Nur-Sultan",
            "correct": "1",
            "categories": "Countries",
            "language": "en",
            "difficulty": "5",
            "category_id": ";1501;",
            "info": "Q219",
            "created": "2024-03-21 18:06:09"
        },
        {
            "id": "710",
            "question": "Which city is the capital of Nepal?",
            "answer1": "Kathmandu",
            "answer2": "Taipei",
            "answer3": "Amman",
            "answer4": "Thimphu",
            "correct": "1",
            "categories": "Countries",
            "language": "en",
            "difficulty": "7",
            "category_id": ";1501;",
            "info": "Q837",
            "created": "2024-03-21 18:06:13"
        }
    ],
    "count": 5
}