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.

  • Question #3192 Skill: 6/10 Quotations

    Who is the author of the quotation: If you genuinely want something, don't wait for it — teach yourself to be impatient.

  • Question #1941 Skill: 7/10 Chemistry

    Which chemical element is represented by the symbol Tm?

  • Question #1787 Skill: 6/10 Chemistry

    Which symbol represents the chemical element Arsenic?

  • Question #1791 Skill: 6/10 Chemistry

    Which symbol represents the chemical element Rubidium?

  • Question #1770 Skill: 5/10 Chemistry

    Which symbol represents the chemical element Sulfur?

    S N Ds Bi

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": "3192",
            "question": "Who is the author of the quotation: If you genuinely want something, don't wait for it \u2014 teach yourself to be impatient.",
            "answer1": "Vidal Sassoon",
            "answer2": "Zig Ziglar",
            "answer3": "John Wooden",
            "answer4": "Mae West",
            "correct": "1",
            "categories": "Quotations",
            "language": "en",
            "difficulty": "6",
            "category_id": ";0300;",
            "info": "",
            "created": "2024-03-21 18:08:04"
        },
        {
            "id": "1941",
            "question": "Which chemical element is represented by the symbol Tm?",
            "answer1": "Thulium",
            "answer2": "Hafnium",
            "answer3": "Dubnium",
            "answer4": "Caesium",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "7",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:08"
        },
        {
            "id": "1787",
            "question": "Which symbol represents the chemical element Arsenic?",
            "answer1": "As",
            "answer2": "Eu",
            "answer3": "Cl",
            "answer4": "Sb",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "6",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:01"
        },
        {
            "id": "1791",
            "question": "Which symbol represents the chemical element Rubidium?",
            "answer1": "Rb",
            "answer2": "Au",
            "answer3": "As",
            "answer4": "Mc",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "6",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:02"
        },
        {
            "id": "1770",
            "question": "Which symbol represents the chemical element Sulfur?",
            "answer1": "S",
            "answer2": "Bi",
            "answer3": "N",
            "answer4": "Ds",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "5",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:01"
        }
    ],
    "count": 5
}