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": "1970",
            "question": "Which chemical element is represented by the symbol Cf?",
            "answer1": "Californium",
            "answer2": "Cadmium",
            "answer3": "Oganesson",
            "answer4": "Iridium",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "7",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:10"
        },
        {
            "id": "2891",
            "question": "Which team lost the Super Bowl to the team New England Patriots in the year 2004?",
            "answer1": "Carolina Panthers",
            "answer2": "New England Patriots",
            "answer3": "San Diego Chargers",
            "answer4": "Philadelphia Eagles",
            "correct": "0",
            "categories": "American Football",
            "language": "en",
            "difficulty": "6",
            "category_id": ";S500;",
            "info": "",
            "created": "2024-03-21 18:07:50"
        },
        {
            "id": "844",
            "question": "Tbilisi is the capital of which country or region?",
            "answer1": "Georgia",
            "answer2": "El Salvador",
            "answer3": "Guinea-Bissau",
            "answer4": "North Macedonia",
            "correct": "1",
            "categories": "Countries",
            "language": "en",
            "difficulty": "7",
            "category_id": ";1501;",
            "info": "Q230",
            "created": "2024-03-21 18:06:19"
        },
        {
            "id": "2940",
            "question": "Who was the quarterback when the Baltimore Ravens won the Super Bowl in 2001?",
            "answer1": "Trent Dilfer",
            "answer2": "Troy Aikman",
            "answer3": "Drew Brees",
            "answer4": "Aaron Rodgers",
            "correct": "0",
            "categories": "American Football",
            "language": "en",
            "difficulty": "6",
            "category_id": ";S500;",
            "info": "",
            "created": "2024-03-21 18:07:53"
        },
        {
            "id": "74",
            "question": "Who won the Academy Award (Oscar) for Best Director in the year 1969?",
            "answer1": "Carol Reed",
            "answer2": "Woody Allen",
            "answer3": "Anthony Minghella",
            "answer4": "John Ford",
            "correct": "1",
            "categories": "Cinema, Film",
            "language": "en",
            "difficulty": "8",
            "category_id": ";F200;",
            "info": "",
            "created": "2024-03-21 18:05:45"
        }
    ],
    "count": 5
}