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

    Which symbol represents the chemical element Ruthenium?

  • Question #2148 Skill: 8/10 Chemistry

    Which is the atomic number of the chemical element Zirconium?

  • Question #2856 Skill: 6/10 American Football

    Which team lost the Super Bowl to the team New York Jets in the year 1969?

  • Question #2827 Skill: 6/10 American Football

    In which year did Super Bowl XXVIII take place?

  • Question #817 Skill: 9/10 Countries

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

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": "1798",
            "question": "Which symbol represents the chemical element Ruthenium?",
            "answer1": "Ru",
            "answer2": "Rb",
            "answer3": "Si",
            "answer4": "Te",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "6",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:02"
        },
        {
            "id": "2148",
            "question": "Which is the atomic number of the chemical element Zirconium?",
            "answer1": "40",
            "answer2": "113",
            "answer3": "28",
            "answer4": "110",
            "correct": "1",
            "categories": "Chemistry",
            "language": "en",
            "difficulty": "8",
            "category_id": ";1200;",
            "info": "",
            "created": "2024-03-21 18:07:18"
        },
        {
            "id": "2856",
            "question": "Which team lost the Super Bowl to the team New York Jets in the year 1969?",
            "answer1": "Baltimore Colts",
            "answer2": "Los Angeles Rams",
            "answer3": "Denver Broncos",
            "answer4": "Seattle Seahawks",
            "correct": "0",
            "categories": "American Football",
            "language": "en",
            "difficulty": "6",
            "category_id": ";S500;",
            "info": "",
            "created": "2024-03-21 18:07:49"
        },
        {
            "id": "2827",
            "question": "In which year did Super Bowl XXVIII take place?",
            "answer1": "1994",
            "answer2": "2014",
            "answer3": "1974",
            "answer4": "1993",
            "correct": "0",
            "categories": "American Football",
            "language": "en",
            "difficulty": "6",
            "category_id": ";S500;",
            "info": "",
            "created": "2024-03-21 18:07:48"
        },
        {
            "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"
        }
    ],
    "count": 5
}