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": "2285",
            "question": "Which chemical element has the atomic number 59 ?",
            "answer1": "Praseodymium",
            "answer2": "Radium",
            "answer3": "Flerovium",
            "answer4": "Phosphorus",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "8",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:24"
        },
        {
            "id": "2109",
            "question": "Which is the atomic number of the chemical element Hydrogen?",
            "answer1": "1",
            "answer2": "9",
            "answer3": "95",
            "answer4": "78",
            "correct": "1",
            "categories": "Chemistry, General Knowledge",
            "language": "en",
            "difficulty": "7",
            "category_id": ";1200;0000;",
            "info": "",
            "created": "2024-03-21 18:07:16"
        },
        {
            "id": "2279",
            "question": "Which chemical element has the atomic number 53 ?",
            "answer1": "Iodine",
            "answer2": "Moscovium",
            "answer3": "Nobelium",
            "answer4": "Zinc",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "8",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:23"
        },
        {
            "id": "2754",
            "question": "Which team won the Super Bowl IX?",
            "answer1": "Pittsburgh Steelers",
            "answer2": "Minnesota Vikings",
            "answer3": "Washington Redskins",
            "answer4": "Baltimore Ravens",
            "correct": "0",
            "categories": "American Football",
            "language": "en",
            "difficulty": "6",
            "category_id": ";S500;",
            "info": "",
            "created": "2024-03-21 18:07:44"
        },
        {
            "id": "2192",
            "question": "Which is the atomic number of the chemical element Polonium?",
            "answer1": "84",
            "answer2": "53",
            "answer3": "64",
            "answer4": "38",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "8",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:19"
        }
    ],
    "count": 5
}