[
  {
    "Question": "Which planet is known as the Red Planet?",
    "Answer": "B",
    "Explanation": "Mars looks red due to iron oxide (rust) on its surface.",
    "PictureURL": "",
    "OptionA": "Earth",
    "OptionB": "Mars",
    "OptionC": "Jupiter",
    "OptionD": "Neptune",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Example Test",
    "Content Type": "Science",
    "Title": "Example Test",
    "Item": "1",
    "Type": "multiple choice",
    "Path": "examples/space"
  },
  {
    "Question": "Select all prime numbers.",
    "Answer": "A|C|E",
    "Explanation": "Prime numbers are divisible only by 1 and themselves.",
    "PictureURL": "",
    "OptionA": "2",
    "OptionB": "4",
    "OptionC": "5",
    "OptionD": "9",
    "OptionE": "11",
    "OptionF": "12",
    "OptionG": "",
    "TestName": "Example Test",
    "Content Type": "Math",
    "Title": "Example Test",
    "Item": "2",
    "Type": "select each",
    "Path": "examples/primes"
  },
  {
    "Question": "The process by which plants make their own food is called ____.",
    "Answer": "photosynthesis",
    "Explanation": "Photosynthesis uses sunlight to convert water and carbon dioxide into glucose.",
    "PictureURL": "",
    "OptionA": "",
    "OptionB": "",
    "OptionC": "",
    "OptionD": "",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Example Test",
    "Content Type": "Science",
    "Title": "Example Test",
    "Item": "3",
    "Type": "write in",
    "Path": "examples/plants"
  }
]