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": "1990",
            "question": "Which chemical element is represented by the symbol Og?",
            "answer1": "Oganesson",
            "answer2": "Nitrogen",
            "answer3": "Tennessine",
            "answer4": "Barium",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "7",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:10"
        },
        {
            "id": "46",
            "question": "Who won the Academy Award (Oscar) for Best Director in the year 1997?",
            "answer1": "Anthony Minghella",
            "answer2": "Elia Kazan",
            "answer3": "James L. Brooks",
            "answer4": "Milo\u0161 Forman",
            "correct": "1",
            "categories": "Cinema, Film",
            "language": "en",
            "difficulty": "7",
            "category_id": ";F200;",
            "info": "",
            "created": "2024-03-21 18:05:44"
        },
        {
            "id": "1946",
            "question": "Which chemical element is represented by the symbol W?",
            "answer1": "Tungsten",
            "answer2": "Gallium",
            "answer3": "Arsenic",
            "answer4": "Ruthenium",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "7",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:08"
        },
        {
            "id": "2406",
            "question": "Which symbol does not stand for a chemical element?",
            "answer1": "Bx",
            "answer2": "Hg",
            "answer3": "Hf",
            "answer4": "Eu",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "6",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:29"
        },
        {
            "id": "53",
            "question": "Who won the Academy Award (Oscar) for Best Director in the year 1990?",
            "answer1": "Oliver Stone",
            "answer2": "Damien Chazelle",
            "answer3": "William Wyler",
            "answer4": "Clint Eastwood",
            "correct": "1",
            "categories": "Cinema, Film",
            "language": "en",
            "difficulty": "7",
            "category_id": ";F200;",
            "info": "",
            "created": "2024-03-21 18:05:45"
        }
    ],
    "count": 5
}