{
  "title": "Time - AM and PM",
  "questions": [
    {
      "id": 1,
      "difficulty": "Easy",
      "question": "What does AM stand for?",
      "options": {
        "A": "After Morning",
        "B": "Ante Meridiem",
        "C": "After Midnight",
        "D": "All Morning"
      },
      "correct_answer": "B"
    },
    {
      "id": 2,
      "difficulty": "Easy",
      "question": "What does PM stand for?",
      "options": {
        "A": "Post Meridiem",
        "B": "Past Midnight",
        "C": "Previous Morning",
        "D": "After Meal"
      },
      "correct_answer": "A"
    },
    {
      "id": 3,
      "difficulty": "Easy",
      "question": "Is 7:00 in the morning AM or PM?",
      "options": { "A": "AM", "B": "PM", "C": "Both", "D": "Neither" },
      "correct_answer": "A"
    },
    {
      "id": 4,
      "difficulty": "Easy",
      "question": "Is 8:00 at night AM or PM?",
      "options": { "A": "AM", "B": "PM", "C": "Both", "D": "Neither" },
      "correct_answer": "B"
    },
    {
      "id": 5,
      "difficulty": "Easy",
      "question": "When do we have breakfast? AM or PM?",
      "options": { "A": "AM", "B": "PM", "C": "Both", "D": "Neither" },
      "correct_answer": "A"
    },
    {
      "id": 6,
      "difficulty": "Easy",
      "question": "When do we go to bed? AM or PM?",
      "options": { "A": "AM", "B": "PM", "C": "Both", "D": "Neither" },
      "correct_answer": "B"
    },
    {
      "id": 7,
      "difficulty": "Easy",
      "question": "Is lunch time AM or PM?",
      "options": { "A": "AM", "B": "PM", "C": "Both", "D": "Neither" },
      "correct_answer": "B"
    },
    {
      "id": 8,
      "difficulty": "Easy",
      "question": "Is school start time AM or PM?",
      "options": { "A": "AM", "B": "PM", "C": "Both", "D": "Neither" },
      "correct_answer": "A"
    },
    {
      "id": 9,
      "difficulty": "Easy",
      "question": "Is dinner time AM or PM?",
      "options": { "A": "AM", "B": "PM", "C": "Both", "D": "Neither" },
      "correct_answer": "B"
    },
    {
      "id": 10,
      "difficulty": "Easy",
      "question": "What time is it when the sun rises? AM or PM?",
      "options": { "A": "AM", "B": "PM", "C": "Both", "D": "Neither" },
      "correct_answer": "A"
    },
    {
      "id": 11,
      "difficulty": "Easy",
      "question": "What time is sunset? AM or PM?",
      "options": { "A": "AM", "B": "PM", "C": "Both", "D": "Neither" },
      "correct_answer": "B"
    },
    {
      "id": 12,
      "difficulty": "Easy",
      "question": "Is 12:00 noon AM or PM?",
      "options": { "A": "AM", "B": "PM", "C": "Both", "D": "Neither" },
      "correct_answer": "B"
    },
    {
      "id": 13,
      "difficulty": "Easy",
      "question": "Is 12:00 midnight AM or PM?",
      "options": { "A": "AM", "B": "PM", "C": "Both", "D": "Neither" },
      "correct_answer": "A"
    },
    {
      "id": 14,
      "difficulty": "Easy",
      "question": "When do birds sing? AM or PM?",
      "options": { "A": "AM", "B": "PM", "C": "Both", "D": "Neither" },
      "correct_answer": "A"
    },
    {
      "id": 15,
      "difficulty": "Easy",
      "question": "When do stars come out? AM or PM?",
      "options": { "A": "AM", "B": "PM", "C": "Both", "D": "Neither" },
      "correct_answer": "B"
    },
    {
      "id": 16,
      "difficulty": "Easy",
      "question": "Is playtime after school AM or PM?",
      "options": { "A": "AM", "B": "PM", "C": "Both", "D": "Neither" },
      "correct_answer": "B"
    },
    {
      "id": 17,
      "difficulty": "Easy",
      "question": "Is brushing teeth before school AM or PM?",
      "options": { "A": "AM", "B": "PM", "C": "Both", "D": "Neither" },
      "correct_answer": "A"
    },
    {
      "id": 18,
      "difficulty": "Easy",
      "question": "When do we watch cartoons? Mostly AM or PM?",
      "options": { "A": "AM", "B": "PM", "C": "Both", "D": "Neither" },
      "correct_answer": "B"
    },
    {
      "id": 19,
      "difficulty": "Easy",
      "question": "Is 9:00 when we wake up AM or PM?",
      "options": { "A": "AM", "B": "PM", "C": "Both", "D": "Neither" },
      "correct_answer": "A"
    },
    {
      "id": 20,
      "difficulty": "Easy",
      "question": "Is 5:00 when we sleep AM or PM?",
      "options": {
        "A": "AM",
        "B": "PM",
        "C": "Both",
        "D": "Neither"
      },
      "correct_answer": "A"
    },

    {
      "id": 21,
      "difficulty": "Medium",
      "question": "10:00 AM is: Morning or Afternoon?",
      "options": {
        "A": "Morning",
        "B": "Afternoon",
        "C": "Evening",
        "D": "Night"
      },
      "correct_answer": "A"
    },
    {
      "id": 22,
      "difficulty": "Medium",
      "question": "What is 3:00 PM? Afternoon or Morning?",
      "options": {
        "A": "Afternoon",
        "B": "Morning",
        "C": "Evening",
        "D": "Night"
      },
      "correct_answer": "A"
    },
    {
      "id": 23,
      "difficulty": "Medium",
      "question": "Choose the AM time: 7:00, 2:00, 9:00 PM, 11:00.",
      "options": {
        "A": "07:00",
        "B": "14:00",
        "C": "21:00",
        "D": "23:00"
      },
      "correct_answer": "A"
    },
    {
      "id": 24,
      "difficulty": "Medium",
      "question": "Which is PM: 6:00 AM, 12:00 noon, 8:00 PM, 1:00 AM?",
      "options": {
        "A": "06:00 AM",
        "B": "12:00 AM",
        "C": "20:00",
        "D": "01:00 AM"
      },
      "correct_answer": "C"
    },
    {
      "id": 25,
      "difficulty": "Medium",
      "question": "If school starts at 8:30 AM, is it morning?",
      "options": { "A": "Yes", "B": "No", "C": "Sometimes", "D": "Always" },
      "correct_answer": "A"
    },
    {
      "id": 26,
      "difficulty": "Medium",
      "question": "7:00 PM is AM or PM?",
      "options": { "A": "AM", "B": "PM", "C": "Both", "D": "Neither" },
      "correct_answer": "B"
    },
    {
      "id": 27,
      "difficulty": "Medium",
      "question": "Breakfast at 11:00 is:",
      "options": {
        "A": "AM",
        "B": "PM",
        "C": "Both",
        "D": "Neither"
      },
      "correct_answer": "A"
    },
    {
      "id": 28,
      "difficulty": "Medium",
      "question": "Bedtime 9:00, AM or PM?",
      "options": { "A": "09:00", "B": "21:00", "C": "Both", "D": "Neither" },
      "correct_answer": "B"
    },
    {
      "id": 29,
      "difficulty": "Medium",
      "question": "Sun up, birds singing: AM or PM?",
      "options": { "A": "AM", "B": "PM", "C": "Both", "D": "Neither" },
      "correct_answer": "A"
    },
    {
      "id": 30,
      "difficulty": "Medium",
      "question": "Dark sky, stars out: AM or PM?",
      "options": { "A": "AM", "B": "PM", "C": "Both", "D": "Neither" },
      "correct_answer": "B"
    },
    {
      "id": 31,
      "difficulty": "Medium",
      "question": "12:15 after lunch: AM or PM?",
      "options": { "A": "AM", "B": "PM", "C": "Both", "D": "Neither" },
      "correct_answer": "B"
    },
    {
      "id": 32,
      "difficulty": "Medium",
      "question": "11:45 before lunch: AM or PM?",
      "options": { "A": "AM", "B": "PM", "C": "Both", "D": "Neither" },
      "correct_answer": "A"
    },
    {
      "id": 33,
      "difficulty": "Medium",
      "question": "Choose PM time for play: 4:00, 10:00 AM, 1:00 AM, 7:00 AM.",
      "options": {
        "A": "16:00",
        "B": "10:00",
        "C": "01:00",
        "D": "07:00"
      },
      "correct_answer": "A"
    },
    {
      "id": 34,
      "difficulty": "Medium",
      "question": "Label 6:00 wake up: AM or PM?",
      "options": { "A": "AM", "B": "PM", "C": "Both", "D": "Neither" },
      "correct_answer": "A"
    },
    {
      "id": 35,
      "difficulty": "Medium",
      "question": "10:00 sleep: AM or PM?",
      "options": { "A": "AM", "B": "PM", "C": "Both", "D": "Neither" },
      "correct_answer": "B"
    },
    {
      "id": 36,
      "difficulty": "Medium",
      "question": "Is 12:00 PM noon or midnight?",
      "options": { "A": "Noon", "B": "Midnight", "C": "Both", "D": "Neither" },
      "correct_answer": "A"
    },
    {
      "id": 37,
      "difficulty": "Medium",
      "question": "Is 12:00 AM noon or midnight?",
      "options": { "A": "Noon", "B": "Midnight", "C": "Both", "D": "Neither" },
      "correct_answer": "B"
    },
    {
      "id": 38,
      "difficulty": "Medium",
      "question": "Morning exercise at 6:30: AM or PM?",
      "options": { "A": "AM", "B": "PM", "C": "Both", "D": "Neither" },
      "correct_answer": "A"
    },
    {
      "id": 39,
      "difficulty": "Medium",
      "question": "Evening walk at 6:00: AM or PM?",
      "options": { "A": "AM", "B": "PM", "C": "Both", "D": "Neither" },
      "correct_answer": "B"
    },
    {
      "id": 40,
      "difficulty": "Medium",
      "question": "Which is AM: 2:00 PM, 9:00 AM, 11:00 PM, 12:30 AM?",
      "options": {
        "A": "14:00",
        "B": "09:00",
        "C": "23:00",
        "D": "00:30"
      },
      "correct_answer": "D"
    },

    {
      "id": 41,
      "difficulty": "Hard",
      "question": "Kids playing outside at 4:00 after school. AM or PM?",
      "options": { "A": "AM", "B": "PM", "C": "Both", "D": "Neither" },
      "correct_answer": "B"
    },
    {
      "id": 42,
      "difficulty": "Hard",
      "question": "If lunch is at 1:00 PM, was breakfast 8:00 AM or PM?",
      "options": { "A": "08:00", "B": "20:00", "C": "Both", "D": "Neither" },
      "correct_answer": "A"
    },
    {
      "id": 43,
      "difficulty": "Hard",
      "question": "Wake up next day at 7:00. AM or PM?",
      "options": { "A": "AM", "B": "PM", "C": "Both", "D": "Neither" },
      "correct_answer": "A"
    },
    {
      "id": 44,
      "difficulty": "Hard",
      "question": "Movie at 7:00 PM then sleep. AM or PM?",
      "options": { "A": "AM", "B": "PM", "C": "Both", "D": "Neither" },
      "correct_answer": "B"
    },
    {
      "id": 45,
      "difficulty": "Hard",
      "question": "School from 9:00 AM to 3:00 PM. Which end is PM?",
      "options": { "A": "09:00", "B": "15:00", "C": "Both", "D": "Neither" },
      "correct_answer": "B"
    },
    {
      "id": 46,
      "difficulty": "Hard",
      "question": "11:59 PM then 12:00 AM. What is 12:00 AM?",
      "options": { "A": "PM", "B": "AM", "C": "Both", "D": "Neither" },
      "correct_answer": "B"
    },
    {
      "id": 47,
      "difficulty": "Hard",
      "question": "12:01 PM is:",
      "options": { "A": "AM", "B": "PM", "C": "Both", "D": "Neither" },
      "correct_answer": "B"
    },
    {
      "id": 48,
      "difficulty": "Hard",
      "question": "Dinner 8:00 PM, breakfast 8:00 next day. Label both.",
      "options": {
        "A": "Both PM",
        "B": "Both AM",
        "C": "Dinner PM, Breakfast AM",
        "D": "Dinner AM, Breakfast PM"
      },
      "correct_answer": "C"
    },
    {
      "id": 49,
      "difficulty": "Hard",
      "question": "Stars at 9:00 PM, sun at 9:00 is:",
      "options": {
        "A": "AM",
        "B": "PM",
        "C": "Both",
        "D": "Neither"
      },
      "correct_answer": "A"
    },
    {
      "id": 50,
      "difficulty": "Hard",
      "question": "If PM ends at 11:59 PM, what starts?",
      "options": {
        "A": "12:00 AM",
        "B": "00:00",
        "C": "13:00",
        "D": "11:59 AM"
      },
      "correct_answer": "B"
    },
    {
      "id": 51,
      "difficulty": "Hard",
      "question": "Are all these correct? 6:00 AM sunrise, 1:00 PM lunch, 10:00 PM bed, 5:00 AM wake.",
      "options": {
        "A": "All correct",
        "B": "6:00 wrong",
        "C": "1:00 wrong",
        "D": "10:00 wrong"
      },
      "correct_answer": "A"
    },
    {
      "id": 52,
      "difficulty": "Hard",
      "question": "Flight at 11:00 PM lands 1:00 AM. Departure?",
      "options": { "A": "AM", "B": "PM", "C": "Both", "D": "Neither" },
      "correct_answer": "B"
    },
    {
      "id": 53,
      "difficulty": "Hard",
      "question": "Party 2:00 PM to 6:00 PM. All PM?",
      "options": { "A": "Yes", "B": "No", "C": "Some AM", "D": "All AM" },
      "correct_answer": "A"
    },
    {
      "id": 54,
      "difficulty": "Hard",
      "question": "12:00 noon meeting, 1:00 is AM or PM?",
      "options": { "A": "AM", "B": "PM", "C": "Both", "D": "Neither" },
      "correct_answer": "B"
    },
    {
      "id": 55,
      "difficulty": "Hard",
      "question": "Midnight party ends 12:00 AM, begins?",
      "options": { "A": "23:59", "B": "00:01", "C": "12:00", "D": "01:00" },
      "correct_answer": "A"
    },
    {
      "id": 56,
      "difficulty": "Hard",
      "question": "In a day, how many hours are AM?",
      "options": { "A": "10", "B": "12", "C": "14", "D": "24" },
      "correct_answer": "B"
    },
    {
      "id": 57,
      "difficulty": "Hard",
      "question": "Convert 9:00 PM: Evening PM?",
      "options": {
        "A": "Morning AM",
        "B": "Afternoon PM",
        "C": "Evening PM",
        "D": "Night AM"
      },
      "correct_answer": "C"
    },
    {
      "id": 58,
      "difficulty": "Hard",
      "question": "4:00 after school: AM or PM?",
      "options": { "A": "04:00", "B": "16:00", "C": "Both", "D": "Neither" },
      "correct_answer": "B"
    },
    {
      "id": 59,
      "difficulty": "Hard",
      "question": "7:00 AM yoga, 7:00 PM dinner. Which is AM?",
      "options": { "A": "Yoga", "B": "Dinner", "C": "Both", "D": "Neither" },
      "correct_answer": "A"
    },
    {
      "id": 60,
      "difficulty": "Hard",
      "question": "Total day: AM + PM equals?",
      "options": {
        "A": "12 hours",
        "B": "24 hours",
        "C": "18 hours",
        "D": "6 hours"
      },
      "correct_answer": "B"
    }
  ]
}
