{
  "title": "Time - 24-Hour Clock",
  "total_questions": 60,
  "questions": [
    {
      "id": 1,
      "difficulty": "Easy",
      "question": "How many hours are there in a day?",
      "options": { "A": "24", "B": "12", "C": "10", "D": "20" },
      "correct_answer": "A"
    },
    {
      "id": 2,
      "difficulty": "Easy",
      "question": "What is 1 PM in 24-hour time?",
      "options": { "A": "13:00", "B": "11:00", "C": "01:00", "D": "12:00" },
      "correct_answer": "A"
    },
    {
      "id": 3,
      "difficulty": "Easy",
      "question": "What is 2 PM in 24-hour time?",
      "options": { "A": "14:00", "B": "12:00", "C": "02:00", "D": "20:00" },
      "correct_answer": "A"
    },
    {
      "id": 4,
      "difficulty": "Easy",
      "question": "What is 3 PM in 24-hour time?",
      "options": { "A": "15:00", "B": "13:00", "C": "03:00", "D": "30:00" },
      "correct_answer": "A"
    },
    {
      "id": 5,
      "difficulty": "Easy",
      "question": "What is 4 PM in 24-hour format?",
      "options": { "A": "16:00", "B": "14:00", "C": "04:00", "D": "06:00" },
      "correct_answer": "A"
    },
    {
      "id": 6,
      "difficulty": "Easy",
      "question": "What is 5 PM in 24-hour time?",
      "options": { "A": "17:00", "B": "15:00", "C": "05:00", "D": "07:00" },
      "correct_answer": "A"
    },
    {
      "id": 7,
      "difficulty": "Easy",
      "question": "What is 6 PM in 24-hour time?",
      "options": { "A": "18:00", "B": "16:00", "C": "06:00", "D": "08:00" },
      "correct_answer": "A"
    },
    {
      "id": 8,
      "difficulty": "Easy",
      "question": "What is 7 PM in 24-hour time?",
      "options": { "A": "19:00", "B": "17:00", "C": "07:00", "D": "09:00" },
      "correct_answer": "A"
    },
    {
      "id": 9,
      "difficulty": "Easy",
      "question": "What is 8 PM in 24-hour time?",
      "options": { "A": "20:00", "B": "18:00", "C": "08:00", "D": "22:00" },
      "correct_answer": "A"
    },
    {
      "id": 10,
      "difficulty": "Easy",
      "question": "What is 9 PM in 24-hour time?",
      "options": { "A": "21:00", "B": "19:00", "C": "09:00", "D": "23:00" },
      "correct_answer": "A"
    },
    {
      "id": 11,
      "difficulty": "Easy",
      "question": "What is 10 PM in 24-hour time?",
      "options": { "A": "22:00", "B": "20:00", "C": "10:00", "D": "12:00" },
      "correct_answer": "A"
    },
    {
      "id": 12,
      "difficulty": "Easy",
      "question": "What is 11 PM in 24-hour time?",
      "options": { "A": "23:00", "B": "21:00", "C": "11:00", "D": "01:00" },
      "correct_answer": "A"
    },
    {
      "id": 13,
      "difficulty": "Easy",
      "question": "What is 12 noon in 24-hour time?",
      "options": { "A": "12:00", "B": "00:12", "C": "24:00", "D": "10:00" },
      "correct_answer": "A"
    },
    {
      "id": 14,
      "difficulty": "Easy",
      "question": "What is 12 midnight in 24-hour time?",
      "options": { "A": "00:00", "B": "12:00", "C": "24:00", "D": "01:00" },
      "correct_answer": "A"
    },
    {
      "id": 15,
      "difficulty": "Easy",
      "question": "What is 1 AM in 24-hour time?",
      "options": { "A": "01:00", "B": "13:00", "C": "11:00", "D": "10:00" },
      "correct_answer": "A"
    },
    {
      "id": 16,
      "difficulty": "Easy",
      "question": "What is 2 AM in 24-hour time?",
      "options": { "A": "02:00", "B": "12:00", "C": "20:00", "D": "22:00" },
      "correct_answer": "A"
    },
    {
      "id": 17,
      "difficulty": "Easy",
      "question": "What is 3 AM in 24-hour time?",
      "options": { "A": "03:00", "B": "13:00", "C": "15:00", "D": "30:00" },
      "correct_answer": "A"
    },
    {
      "id": 18,
      "difficulty": "Easy",
      "question": "What is 4 AM in 24-hour time?",
      "options": { "A": "04:00", "B": "14:00", "C": "16:00", "D": "06:00" },
      "correct_answer": "A"
    },
    {
      "id": 19,
      "difficulty": "Easy",
      "question": "What is 5 AM in 24-hour time?",
      "options": { "A": "05:00", "B": "17:00", "C": "15:00", "D": "07:00" },
      "correct_answer": "A"
    },
    {
      "id": 20,
      "difficulty": "Easy",
      "question": "What is 6 AM in 24-hour time?",
      "options": { "A": "06:00", "B": "18:00", "C": "16:00", "D": "08:00" },
      "correct_answer": "A"
    },

    {
      "id": 21,
      "difficulty": "Medium",
      "question": "What is 7 AM in 24-hour time?",
      "options": { "A": "07:00", "B": "17:00", "C": "19:00", "D": "09:00" },
      "correct_answer": "A"
    },
    {
      "id": 22,
      "difficulty": "Medium",
      "question": "What is 8 AM in 24-hour time?",
      "options": { "A": "08:00", "B": "18:00", "C": "20:00", "D": "10:00" },
      "correct_answer": "A"
    },
    {
      "id": 23,
      "difficulty": "Medium",
      "question": "What is 9 AM in 24-hour time?",
      "options": { "A": "09:00", "B": "21:00", "C": "19:00", "D": "11:00" },
      "correct_answer": "A"
    },
    {
      "id": 24,
      "difficulty": "Medium",
      "question": "What is 10 AM in 24-hour time?",
      "options": { "A": "10:00", "B": "20:00", "C": "22:00", "D": "12:00" },
      "correct_answer": "A"
    },
    {
      "id": 25,
      "difficulty": "Medium",
      "question": "What is 11 AM in 24-hour time?",
      "options": { "A": "11:00", "B": "23:00", "C": "21:00", "D": "13:00" },
      "correct_answer": "A"
    },
    {
      "id": 26,
      "difficulty": "Medium",
      "question": "Convert 13:00 to 12-hour time.",
      "options": { "A": "1 PM", "B": "11 PM", "C": "1 AM", "D": "3 PM" },
      "correct_answer": "A"
    },
    {
      "id": 27,
      "difficulty": "Medium",
      "question": "Convert 14:00 to 12-hour time.",
      "options": { "A": "2 PM", "B": "4 PM", "C": "2 AM", "D": "12 PM" },
      "correct_answer": "A"
    },
    {
      "id": 28,
      "difficulty": "Medium",
      "question": "Convert 15:00 to 12-hour time.",
      "options": { "A": "3 PM", "B": "5 PM", "C": "3 AM", "D": "1 PM" },
      "correct_answer": "A"
    },
    {
      "id": 29,
      "difficulty": "Medium",
      "question": "Convert 16:00 to 12-hour time.",
      "options": { "A": "4 PM", "B": "6 PM", "C": "4 AM", "D": "2 PM" },
      "correct_answer": "A"
    },
    {
      "id": 30,
      "difficulty": "Medium",
      "question": "Convert 17:00 to 12-hour time.",
      "options": { "A": "5 PM", "B": "7 PM", "C": "5 AM", "D": "3 PM" },
      "correct_answer": "A"
    },
    {
      "id": 31,
      "difficulty": "Medium",
      "question": "Convert 18:00 to 12-hour time.",
      "options": { "A": "6 PM", "B": "8 PM", "C": "6 AM", "D": "4 PM" },
      "correct_answer": "A"
    },
    {
      "id": 32,
      "difficulty": "Medium",
      "question": "Convert 19:00 to 12-hour time.",
      "options": { "A": "7 PM", "B": "9 PM", "C": "7 AM", "D": "5 PM" },
      "correct_answer": "A"
    },
    {
      "id": 33,
      "difficulty": "Medium",
      "question": "Convert 20:00 to 12-hour time.",
      "options": { "A": "8 PM", "B": "10 PM", "C": "8 AM", "D": "6 PM" },
      "correct_answer": "A"
    },
    {
      "id": 34,
      "difficulty": "Medium",
      "question": "Convert 21:00 to 12-hour time.",
      "options": { "A": "9 PM", "B": "7 PM", "C": "9 AM", "D": "5 AM" },
      "correct_answer": "A"
    },
    {
      "id": 35,
      "difficulty": "Medium",
      "question": "Convert 22:00 to 12-hour time.",
      "options": { "A": "10 PM", "B": "8 PM", "C": "10 AM", "D": "4 PM" },
      "correct_answer": "A"
    },
    {
      "id": 36,
      "difficulty": "Medium",
      "question": "Convert 23:00 to 12-hour time.",
      "options": { "A": "11 PM", "B": "1 PM", "C": "11 AM", "D": "3 PM" },
      "correct_answer": "A"
    },
    {
      "id": 37,
      "difficulty": "Medium",
      "question": "Convert 00:00 to 12-hour time.",
      "options": {
        "A": "12 midnight",
        "B": "12 noon",
        "C": "1 AM",
        "D": "2 AM"
      },
      "correct_answer": "A"
    },
    {
      "id": 38,
      "difficulty": "Medium",
      "question": "Convert 12:00 to 12-hour time.",
      "options": {
        "A": "12 noon",
        "B": "12 midnight",
        "C": "1 AM",
        "D": "1 PM"
      },
      "correct_answer": "A"
    },
    {
      "id": 39,
      "difficulty": "Medium",
      "question": "Convert 09:00 to 12-hour time.",
      "options": { "A": "9 AM", "B": "7 AM", "C": "9 PM", "D": "11 AM" },
      "correct_answer": "A"
    },
    {
      "id": 40,
      "difficulty": "Medium",
      "question": "Convert 08:00 to 12-hour time.",
      "options": { "A": "8 AM", "B": "6 PM", "C": "8 PM", "D": "10 AM" },
      "correct_answer": "A"
    },

    {
      "id": 41,
      "difficulty": "Hard",
      "question": "What is 12:30 PM in 24-hour time?",
      "options": { "A": "12:30", "B": "00:30", "C": "24:30", "D": "11:30" },
      "correct_answer": "A"
    },
    {
      "id": 42,
      "difficulty": "Hard",
      "question": "What is 1:30 PM in 24-hour time?",
      "options": { "A": "13:30", "B": "12:30", "C": "01:30", "D": "03:30" },
      "correct_answer": "A"
    },
    {
      "id": 43,
      "difficulty": "Hard",
      "question": "What is 2:45 PM in 24-hour time?",
      "options": { "A": "14:45", "B": "12:45", "C": "02:45", "D": "15:45" },
      "correct_answer": "A"
    },
    {
      "id": 44,
      "difficulty": "Hard",
      "question": "What is 3:15 PM in 24-hour time?",
      "options": { "A": "15:15", "B": "13:15", "C": "03:15", "D": "16:15" },
      "correct_answer": "A"
    },
    {
      "id": 45,
      "difficulty": "Hard",
      "question": "What is 6:20 PM in 24-hour time?",
      "options": { "A": "18:20", "B": "16:20", "C": "06:20", "D": "20:20" },
      "correct_answer": "A"
    },
    {
      "id": 46,
      "difficulty": "Hard",
      "question": "What is 8:55 PM in 24-hour time?",
      "options": { "A": "20:55", "B": "18:55", "C": "08:55", "D": "22:55" },
      "correct_answer": "A"
    },
    {
      "id": 47,
      "difficulty": "Hard",
      "question": "What is 10:10 PM in 24-hour time?",
      "options": { "A": "22:10", "B": "20:10", "C": "10:10", "D": "12:10" },
      "correct_answer": "A"
    },
    {
      "id": 48,
      "difficulty": "Hard",
      "question": "What is 11:59 PM in 24-hour time?",
      "options": { "A": "23:59", "B": "11:59", "C": "21:59", "D": "01:59" },
      "correct_answer": "A"
    },
    {
      "id": 49,
      "difficulty": "Hard",
      "question": "What is 12:45 AM in 24-hour time?",
      "options": { "A": "00:45", "B": "12:45", "C": "01:45", "D": "10:45" },
      "correct_answer": "A"
    },
    {
      "id": 50,
      "difficulty": "Hard",
      "question": "What is 1:50 AM in 24-hour time?",
      "options": { "A": "01:50", "B": "13:50", "C": "11:50", "D": "03:50" },
      "correct_answer": "A"
    },
    {
      "id": 51,
      "difficulty": "Hard",
      "question": "What is 4:30 AM in 24-hour time?",
      "options": { "A": "04:30", "B": "14:30", "C": "16:30", "D": "06:30" },
      "correct_answer": "A"
    },
    {
      "id": 52,
      "difficulty": "Hard",
      "question": "What is 5:25 AM in 24-hour time?",
      "options": { "A": "05:25", "B": "15:25", "C": "17:25", "D": "07:25" },
      "correct_answer": "A"
    },
    {
      "id": 53,
      "difficulty": "Hard",
      "question": "What is 9:40 AM in 24-hour time?",
      "options": { "A": "09:40", "B": "19:40", "C": "21:40", "D": "11:40" },
      "correct_answer": "A"
    },
    {
      "id": 54,
      "difficulty": "Hard",
      "question": "What is 11:15 AM in 24-hour time?",
      "options": { "A": "11:15", "B": "23:15", "C": "21:15", "D": "13:15" },
      "correct_answer": "A"
    },
    {
      "id": 55,
      "difficulty": "Hard",
      "question": "What is 7:35 PM in 24-hour time?",
      "options": { "A": "19:35", "B": "17:35", "C": "07:35", "D": "21:35" },
      "correct_answer": "A"
    },
    {
      "id": 56,
      "difficulty": "Hard",
      "question": "What is 12:05 PM in 24-hour time?",
      "options": { "A": "12:05", "B": "00:05", "C": "11:05", "D": "20:05" },
      "correct_answer": "A"
    },
    {
      "id": 57,
      "difficulty": "Hard",
      "question": "What is 2:59 PM in 24-hour time?",
      "options": { "A": "14:59", "B": "12:59", "C": "02:59", "D": "15:59" },
      "correct_answer": "A"
    },
    {
      "id": 58,
      "difficulty": "Hard",
      "question": "What is 5:45 PM in 24-hour time?",
      "options": { "A": "17:45", "B": "15:45", "C": "05:45", "D": "19:45" },
      "correct_answer": "A"
    },
    {
      "id": 59,
      "difficulty": "Hard",
      "question": "What is 8:05 AM in 24-hour time?",
      "options": { "A": "08:05", "B": "20:05", "C": "10:05", "D": "18:05" },
      "correct_answer": "A"
    },
    {
      "id": 60,
      "difficulty": "Hard",
      "question": "What is 11:59 AM in 24-hour time?",
      "options": { "A": "11:59", "B": "23:59", "C": "21:59", "D": "01:59" },
      "correct_answer": "A"
    }
  ]
}
