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": "3207",
            "question": "Who is the author of the quotation: How wonderful it is that nobody need wait a single moment before starting to improve the world.",
            "answer1": "Socrates",
            "answer2": "Colin Powell",
            "answer3": "Nikola Tesla",
            "answer4": "Tony Robbins",
            "correct": "1",
            "categories": "Quotations",
            "language": "en",
            "difficulty": "6",
            "category_id": ";0300;",
            "info": "",
            "created": "2024-03-21 18:08:05"
        },
        {
            "id": "2117",
            "question": "Which is the atomic number of the chemical element Fluorine?",
            "answer1": "9",
            "answer2": "55",
            "answer3": "60",
            "answer4": "67",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "7",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:16"
        },
        {
            "id": "54",
            "question": "Who won the Academy Award (Oscar) for Best Director in the year 1989?",
            "answer1": "Barry Levinson",
            "answer2": "Robert Redford",
            "answer3": "Mike Nichols",
            "answer4": "Franklin J. Schaffner",
            "correct": "1",
            "categories": "Cinema, Film",
            "language": "en",
            "difficulty": "7",
            "category_id": ";F200;",
            "info": "",
            "created": "2024-03-21 18:05:45"
        },
        {
            "id": "2243",
            "question": "Which chemical element has the atomic number 17 ?",
            "answer1": "Chlorine",
            "answer2": "Rhodium",
            "answer3": "Gold",
            "answer4": "Calcium",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "8",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:22"
        },
        {
            "id": "1861",
            "question": "Which symbol represents the chemical element Bohrium?",
            "answer1": "Bh",
            "answer2": "B",
            "answer3": "Rh",
            "answer4": "Fm",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "6",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:05"
        }
    ],
    "count": 5
}