{
  "title": "Time - Months of the Year",
  "total_questions": 60,
  "questions": [
    {
      "id": 1,
      "difficulty": "easy",
      "question": "Which is the first month of the year?",
      "options": {
        "A": "January",
        "B": "March",
        "C": "May",
        "D": "July"
      },
      "correct_answer": "A"
    },
    {
      "id": 2,
      "difficulty": "easy",
      "question": "Which month comes after January?",
      "options": {
        "A": "February",
        "B": "June",
        "C": "October",
        "D": "April"
      },
      "correct_answer": "A"
    },
    {
      "id": 3,
      "difficulty": "easy",
      "question": "Which is the last month of the year?",
      "options": {
        "A": "August",
        "B": "December",
        "C": "May",
        "D": "October"
      },
      "correct_answer": "B"
    },
    {
      "id": 4,
      "difficulty": "easy",
      "question": "Which month has 28 or 29 days?",
      "options": {
        "A": "April",
        "B": "February",
        "C": "June",
        "D": "September"
      },
      "correct_answer": "B"
    },
    {
      "id": 5,
      "difficulty": "easy",
      "question": "Which month comes before March?",
      "options": {
        "A": "April",
        "B": "February",
        "C": "July",
        "D": "October"
      },
      "correct_answer": "B"
    },
    {
      "id": 6,
      "difficulty": "easy",
      "question": "Which month comes after April?",
      "options": {
        "A": "December",
        "B": "May",
        "C": "January",
        "D": "February"
      },
      "correct_answer": "B"
    },
    {
      "id": 7,
      "difficulty": "easy",
      "question": "Which of these is a month of the year?",
      "options": {
        "A": "Summer",
        "B": "Monday",
        "C": "June",
        "D": "Winter"
      },
      "correct_answer": "C"
    },
    {
      "id": 8,
      "difficulty": "easy",
      "question": "Which month comes before June?",
      "options": {
        "A": "July",
        "B": "May",
        "C": "March",
        "D": "April"
      },
      "correct_answer": "B"
    },
    {
      "id": 9,
      "difficulty": "easy",
      "question": "Which month comes after July?",
      "options": {
        "A": "October",
        "B": "January",
        "C": "August",
        "D": "May"
      },
      "correct_answer": "C"
    },
    {
      "id": 10,
      "difficulty": "easy",
      "question": "Which is the 12th month?",
      "options": {
        "A": "December",
        "B": "September",
        "C": "April",
        "D": "June"
      },
      "correct_answer": "A"
    },
    {
      "id": 11,
      "difficulty": "easy",
      "question": "Which month comes after October?",
      "options": {
        "A": "November",
        "B": "August",
        "C": "January",
        "D": "February"
      },
      "correct_answer": "A"
    },
    {
      "id": 12,
      "difficulty": "easy",
      "question": "Which month comes before December?",
      "options": {
        "A": "November",
        "B": "June",
        "C": "May",
        "D": "April"
      },
      "correct_answer": "A"
    },
    {
      "id": 13,
      "difficulty": "easy",
      "question": "Which month starts the summer in many places?",
      "options": {
        "A": "January",
        "B": "March",
        "C": "February",
        "D": "April"
      },
      "correct_answer": "B"
    },
    {
      "id": 14,
      "difficulty": "easy",
      "question": "Which is the 2nd month of the year?",
      "options": {
        "A": "February",
        "B": "April",
        "C": "June",
        "D": "September"
      },
      "correct_answer": "A"
    },
    {
      "id": 15,
      "difficulty": "easy",
      "question": "Which month has 31 days?",
      "options": {
        "A": "February",
        "B": "April",
        "C": "July",
        "D": "September"
      },
      "correct_answer": "C"
    },
    {
      "id": 16,
      "difficulty": "easy",
      "question": "Which month comes after November?",
      "options": {
        "A": "December",
        "B": "January",
        "C": "March",
        "D": "April"
      },
      "correct_answer": "A"
    },
    {
      "id": 17,
      "difficulty": "easy",
      "question": "Which month comes before January?",
      "options": {
        "A": "December",
        "B": "August",
        "C": "March",
        "D": "May"
      },
      "correct_answer": "A"
    },
    {
      "id": 18,
      "difficulty": "easy",
      "question": "Which month’s name begins with “A”?",
      "options": {
        "A": "May",
        "B": "June",
        "C": "April",
        "D": "October"
      },
      "correct_answer": "C"
    },
    {
      "id": 19,
      "difficulty": "easy",
      "question": "Which is the 3rd month of the year?",
      "options": {
        "A": "March",
        "B": "August",
        "C": "May",
        "D": "June"
      },
      "correct_answer": "A"
    },
    {
      "id": 20,
      "difficulty": "easy",
      "question": "Which month comes after May?",
      "options": {
        "A": "February",
        "B": "June",
        "C": "April",
        "D": "September"
      },
      "correct_answer": "B"
    },
    {
      "id": 21,
      "difficulty": "medium",
      "question": "Which month comes two months after January?",
      "options": {
        "A": "March",
        "B": "May",
        "C": "April",
        "D": "June"
      },
      "correct_answer": "A"
    },
    {
      "id": 22,
      "difficulty": "medium",
      "question": "Which month comes before April?",
      "options": {
        "A": "June",
        "B": "March",
        "C": "May",
        "D": "October"
      },
      "correct_answer": "B"
    },
    {
      "id": 23,
      "difficulty": "medium",
      "question": "Which is the 5th month of the year?",
      "options": {
        "A": "July",
        "B": "April",
        "C": "May",
        "D": "December"
      },
      "correct_answer": "C"
    },
    {
      "id": 24,
      "difficulty": "medium",
      "question": "Which month comes after September?",
      "options": {
        "A": "October",
        "B": "December",
        "C": "June",
        "D": "March"
      },
      "correct_answer": "A"
    },
    {
      "id": 25,
      "difficulty": "medium",
      "question": "Which month has 30 days?",
      "options": {
        "A": "June",
        "B": "January",
        "C": "March",
        "D": "July"
      },
      "correct_answer": "A"
    },
    {
      "question_id": "26",
      "question": "Which month comes two months before July?",
      "options": {
        "A": "May",
        "B": "April",
        "C": "March",
        "D": "February"
      },
      "correct_answer": "A",
      "id": 26,
      "difficulty": "medium"
    },
    {
      "id": 27,
      "difficulty": "medium",
      "question": "Which month comes after February?",
      "options": {
        "A": "May",
        "B": "March",
        "C": "October",
        "D": "August"
      },
      "correct_answer": "B"
    },
    {
      "id": 28,
      "difficulty": "medium",
      "question": "Which month comes before November?",
      "options": {
        "A": "April",
        "B": "October",
        "C": "July",
        "D": "February"
      },
      "correct_answer": "B"
    },
    {
      "id": 29,
      "difficulty": "medium",
      "question": "Which month is the 8th month of the year?",
      "options": {
        "A": "August",
        "B": "April",
        "C": "February",
        "D": "September"
      },
      "correct_answer": "A"
    },
    {
      "id": 30,
      "difficulty": "medium",
      "question": "Which month comes after May?",
      "options": {
        "A": "June",
        "B": "January",
        "C": "April",
        "D": "March"
      },
      "correct_answer": "A"
    },
    {
      "id": 31,
      "difficulty": "medium",
      "question": "Which month comes before January?",
      "options": {
        "A": "December",
        "B": "April",
        "C": "July",
        "D": "March"
      },
      "correct_answer": "A"
    },
    {
      "id": 32,
      "difficulty": "medium",
      "question": "Which month comes two months after August?",
      "options": {
        "A": "October",
        "B": "July",
        "C": "April",
        "D": "September"
      },
      "correct_answer": "A"
    },
    {
      "id": 33,
      "difficulty": "medium",
      "question": "Which month comes after October?",
      "options": {
        "A": "April",
        "B": "June",
        "C": "November",
        "D": "May"
      },
      "correct_answer": "C"
    },
    {
      "id": 34,
      "difficulty": "medium",
      "question": "Which is the 7th month of the year?",
      "options": {
        "A": "February",
        "B": "October",
        "C": "July",
        "D": "March"
      },
      "correct_answer": "C"
    },
    {
      "id": 35,
      "difficulty": "medium",
      "question": "Which month comes before June?",
      "options": {
        "A": "May",
        "B": "August",
        "C": "January",
        "D": "March"
      },
      "correct_answer": "A"
    },
    {
      "id": 36,
      "difficulty": "medium",
      "question": "Which month has 31 days?",
      "options": {
        "A": "February",
        "B": "September",
        "C": "July",
        "D": "November"
      },
      "correct_answer": "C"
    },
    {
      "id": 37,
      "difficulty": "medium",
      "question": "Which month comes after November?",
      "options": {
        "A": "December",
        "B": "August",
        "C": "May",
        "D": "January"
      },
      "correct_answer": "A"
    },
    {
      "id": 38,
      "difficulty": "medium",
      "question": "Which month is the 4th month of the year?",
      "options": {
        "A": "April",
        "B": "May",
        "C": "March",
        "D": "September"
      },
      "correct_answer": "A"
    },
    {
      "id": 39,
      "difficulty": "medium",
      "question": "Which month comes before March?",
      "options": {
        "A": "October",
        "B": "January",
        "C": "February",
        "D": "April"
      },
      "correct_answer": "C"
    },
    {
      "id": 40,
      "difficulty": "medium",
      "question": "Which month comes two months before December?",
      "options": {
        "A": "September",
        "B": "November",
        "C": "October",
        "D": "August"
      },
      "correct_answer": "C"
    },
    {
      "id": 41,
      "difficulty": "hard",
      "question": "Which month comes 3 months after January?",
      "options": {
        "A": "April",
        "B": "March",
        "C": "May",
        "D": "June"
      },
      "correct_answer": "A"
    },
    {
      "id": 42,
      "difficulty": "hard",
      "question": "Which month comes 2 months before September?",
      "options": {
        "A": "July",
        "B": "October",
        "C": "June",
        "D": "August"
      },
      "correct_answer": "A"
    },
    {
      "id": 43,
      "difficulty": "hard",
      "question": "Which is the 9th month of the year?",
      "options": {
        "A": "September",
        "B": "June",
        "C": "January",
        "D": "April"
      },
      "correct_answer": "A"
    },
    {
      "id": 44,
      "difficulty": "hard",
      "question": "Which month comes 4 months after March?",
      "options": {
        "A": "July",
        "B": "May",
        "C": "November",
        "D": "December"
      },
      "correct_answer": "A"
    },
    {
      "id": 45,
      "difficulty": "hard",
      "question": "Which month comes 3 months before December?",
      "options": {
        "A": "July",
        "B": "September",
        "C": "October",
        "D": "August"
      },
      "correct_answer": "B"
    },
    {
      "id": 46,
      "difficulty": "hard",
      "question": "Which month comes just before August?",
      "options": {
        "A": "June",
        "B": "July",
        "C": "October",
        "D": "April"
      },
      "correct_answer": "B"
    },
    {
      "id": 47,
      "difficulty": "hard",
      "question": "Which month comes 5 months after February?",
      "options": {
        "A": "September",
        "B": "July",
        "C": "August",
        "D": "October"
      },
      "correct_answer": "B"
    },
    {
      "id": 48,
      "difficulty": "hard",
      "question": "Which month comes just after October?",
      "options": {
        "A": "January",
        "B": "November",
        "C": "September",
        "D": "May"
      },
      "correct_answer": "B"
    },
    {
      "id": 49,
      "difficulty": "hard",
      "question": "Which is the 11th month of the year?",
      "options": {
        "A": "November",
        "B": "February",
        "C": "April",
        "D": "May"
      },
      "correct_answer": "A"
    },
    {
      "id": 50,
      "difficulty": "hard",
      "question": "Which month comes 2 months after May?",
      "options": {
        "A": "August",
        "B": "July",
        "C": "December",
        "D": "October"
      },
      "correct_answer": "B"
    },
    {
      "id": 51,
      "difficulty": "hard",
      "question": "Which month comes before October?",
      "options": {
        "A": "September",
        "B": "April",
        "C": "November",
        "D": "May"
      },
      "correct_answer": "A"
    },
    {
      "id": 52,
      "difficulty": "hard",
      "question": "Which month comes 6 months after April?",
      "options": {
        "A": "November",
        "B": "December",
        "C": "October",
        "D": "September"
      },
      "correct_answer": "C"
    },
    {
      "id": 53,
      "difficulty": "hard",
      "question": "Which month comes 4 months before June?",
      "options": {
        "A": "April",
        "B": "February",
        "C": "January",
        "D": "March"
      },
      "correct_answer": "B"
    },
    {
      "id": 54,
      "difficulty": "hard",
      "question": "Which month is the 10th month of the year?",
      "options": {
        "A": "October",
        "B": "July",
        "C": "March",
        "D": "February"
      },
      "correct_answer": "A"
    },
    {
      "id": 55,
      "difficulty": "hard",
      "question": "Which month comes 3 months after September?",
      "options": {
        "A": "November",
        "B": "December",
        "C": "January",
        "D": "March"
      },
      "correct_answer": "B"
    },
    {
      "id": 56,
      "difficulty": "hard",
      "question": "Which month comes 1 month before February?",
      "options": {
        "A": "January",
        "B": "April",
        "C": "October",
        "D": "May"
      },
      "correct_answer": "A"
    },
    {
      "id": 57,
      "difficulty": "hard",
      "question": "Which month comes 2 months after November?",
      "options": {
        "A": "February",
        "B": "January",
        "C": "March",
        "D": "August"
      },
      "correct_answer": "B"
    },
    {
      "id": 58,
      "difficulty": "hard",
      "question": "Which month comes 5 months before December?",
      "options": {
        "A": "July",
        "B": "June",
        "C": "August",
        "D": "May"
      },
      "correct_answer": "A"
    },
    {
      "id": 59,
      "difficulty": "hard",
      "question": "Which month comes between March and May?",
      "options": {
        "A": "June",
        "B": "April",
        "C": "February",
        "D": "November"
      },
      "correct_answer": "B"
    },
    {
      "id": 60,
      "difficulty": "hard",
      "question": "Which month comes 4 months after January?",
      "options": {
        "A": "May",
        "B": "April",
        "C": "August",
        "D": "June"
      },
      "correct_answer": "A"
    }
  ]
}