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 #1788 Skill: 6/10 Chemistry

    Which symbol represents the chemical element Selenium?

  • Question #2394 Skill: 5/10 Chemistry

    Which symbol does not stand for a chemical element?

    Og Q Nd U
  • Question #2323 Skill: 8/10 Chemistry

    Which chemical element has the atomic number 97 ?

  • Question #817 Skill: 9/10 Countries

    N'Djamena is the capital of which country or region?

  • Question #1845 Skill: 6/10 Chemistry

    Which symbol represents the chemical element Protactinium?

    P I Pa Ne

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": "1788",
            "question": "Which symbol represents the chemical element Selenium?",
            "answer1": "Se",
            "answer2": "Te",
            "answer3": "Pr",
            "answer4": "Lu",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "6",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:01"
        },
        {
            "id": "2394",
            "question": "Which symbol does not stand for a chemical element?",
            "answer1": "Q",
            "answer2": "U",
            "answer3": "Nd",
            "answer4": "Og",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "5",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:28"
        },
        {
            "id": "2323",
            "question": "Which chemical element has the atomic number 97 ?",
            "answer1": "Berkelium",
            "answer2": "Yttrium",
            "answer3": "Barium",
            "answer4": "Lanthanum",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "8",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:25"
        },
        {
            "id": "817",
            "question": "N'Djamena is the capital of which country or region?",
            "answer1": "Chad",
            "answer2": "Mauritania",
            "answer3": "Eswatini",
            "answer4": "Tuvalu",
            "correct": "1",
            "categories": "Countries",
            "language": "en",
            "difficulty": "9",
            "category_id": ";1501;",
            "info": "Q657",
            "created": "2024-03-21 18:06:18"
        },
        {
            "id": "1845",
            "question": "Which symbol represents the chemical element Protactinium?",
            "answer1": "Pa",
            "answer2": "Ne",
            "answer3": "I",
            "answer4": "P",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "6",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:04"
        }
    ],
    "count": 5
}