[
  {
    "text": "A train travels 180 km in 3 hours. What is its average speed?",
    "section": "Numerical Reasoning",
    "options": ["50 km/h", "60 km/h", "70 km/h", "90 km/h"],
    "correctAnswer": 2
  },
  {
    "text": "Choose the word most nearly opposite in meaning to SCARCE.",
    "section": "Verbal Reasoning",
    "options": ["Rare", "Abundant", "Limited", "Sparse"],
    "correctAnswer": 2
  },
  {
    "text": "In a sequence each term is double the previous one. If the third term is 12, what is the fifth term?",
    "section": "Numerical Reasoning",
    "options": ["24", "36", "48", "96"],
    "correctAnswer": 3
  },
  {
    "text": "For positive integers a and b, if a &lt; b then a - b is always negative. Is this statement true?",
    "section": "Logical Reasoning",
    "options": ["Always true", "Always false", "True only when b is even", "Cannot be determined"],
    "correctAnswer": 1
  }
]
