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": "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": "1920",
            "question": "Which chemical element is represented by the symbol Cd?",
            "answer1": "Cadmium",
            "answer2": "Oganesson",
            "answer3": "Barium",
            "answer4": "Polonium",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "7",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:07"
        },
        {
            "id": "2956",
            "question": "Who was the quarterback when the New England Patriots won the Super Bowl in 2017?",
            "answer1": "Tom Brady",
            "answer2": "Eli Manning",
            "answer3": "Troy Aikman",
            "answer4": "Terry Bradshaw",
            "correct": "0",
            "categories": "American Football",
            "language": "en",
            "difficulty": "6",
            "category_id": ";S500;",
            "info": "",
            "created": "2024-03-21 18:07:53"
        },
        {
            "id": "78",
            "question": "Who won the Academy Award (Oscar) for Best Director in the year 1965?",
            "answer1": "George Cukor",
            "answer2": "Robert Wise",
            "answer3": "William Friedkin",
            "answer4": "Ang Lee",
            "correct": "1",
            "categories": "Cinema, Film",
            "language": "en",
            "difficulty": "8",
            "category_id": ";F200;",
            "info": "",
            "created": "2024-03-21 18:05:46"
        },
        {
            "id": "2185",
            "question": "Which is the atomic number of the chemical element Iridium?",
            "answer1": "77",
            "answer2": "83",
            "answer3": "94",
            "answer4": "49",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "8",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:19"
        }
    ],
    "count": 5
}