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": "3156",
            "question": "Who is the author of the quotation: Go confidently in the direction of your dreams! Live the life you've imagined.",
            "answer1": "Marilyn Monroe",
            "answer2": "Stan Lee",
            "answer3": "Oscar Wilde",
            "answer4": "Audrey Hepburn",
            "correct": "1",
            "categories": "Quotations",
            "language": "en",
            "difficulty": "6",
            "category_id": ";0300;",
            "info": "",
            "created": "2024-03-21 18:08:02"
        },
        {
            "id": "2774",
            "question": "Which team won the Super Bowl XXIX?",
            "answer1": "San Francisco 49ers",
            "answer2": "San Diego Chargers",
            "answer3": "Indianapolis Colts",
            "answer4": "Tampa Bay Buccaneers",
            "correct": "0",
            "categories": "American Football",
            "language": "en",
            "difficulty": "6",
            "category_id": ";S500;",
            "info": "",
            "created": "2024-03-21 18:07:45"
        },
        {
            "id": "99",
            "question": "Who won the Academy Award (Oscar) for Best Director in the year 1945?",
            "answer1": "Leo McCarey",
            "answer2": "George Stevens",
            "answer3": "Robert Wise",
            "answer4": "William Wyler",
            "correct": "1",
            "categories": "Cinema, Film",
            "language": "en",
            "difficulty": "9",
            "category_id": ";F200;",
            "info": "",
            "created": "2024-03-21 18:05:46"
        },
        {
            "id": "898",
            "question": "Rabat is the capital of which country or region?",
            "answer1": "Morocco",
            "answer2": "Mauritius",
            "answer3": "Luxembourg",
            "answer4": "France",
            "correct": "1",
            "categories": "Countries",
            "language": "en",
            "difficulty": "7",
            "category_id": ";1501;",
            "info": "Q1028",
            "created": "2024-03-21 18:06:21"
        },
        {
            "id": "1953",
            "question": "Which chemical element is represented by the symbol Tl?",
            "answer1": "Thallium",
            "answer2": "Holmium",
            "answer3": "Radon",
            "answer4": "Polonium",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "7",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:09"
        }
    ],
    "count": 5
}