[
  {
    "Question": "What is 5 + 3?",
    "Answer": "8",
    "Explanation": "Adding two numbers together gives you the total amount. In this case, when you add 5 and 3, you get 8.",
    "PictureURL": "",
    "OptionA": "",
    "OptionB": "",
    "OptionC": "",
    "OptionD": "",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Simple Math Practice Test",
    "Content Type": "Math",
    "Title": "Basic Addition",
    "Item": 1,
    "Type": "write in",
    "Path": ""
  },
  {
    "Question": "What is 12 - 4?",
    "Answer": "8",
    "Explanation": "Subtraction involves taking one number away from another. Here, subtracting 4 from 12 leaves you with 8.",
    "PictureURL": "",
    "OptionA": "",
    "OptionB": "",
    "OptionC": "",
    "OptionD": "",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Simple Math Practice Test",
    "Content Type": "Math",
    "Title": "Basic Subtraction",
    "Item": 2,
    "Type": "write in",
    "Path": ""
  },
  {
    "Question": "What is 6 × 7?",
    "Answer": "42",
    "Explanation": "Multiplication is a way of adding a number to itself a certain number of times. Here, 6 added together 7 times equals 42.",
    "PictureURL": "",
    "OptionA": "",
    "OptionB": "",
    "OptionC": "",
    "OptionD": "",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Simple Math Practice Test",
    "Content Type": "Math",
    "Title": "Basic Multiplication",
    "Item": 3,
    "Type": "write in",
    "Path": ""
  },
  {
    "Question": "What is 36 ÷ 4?",
    "Answer": "9",
    "Explanation": "Division is the process of determining how many times one number is contained within another. Here, 36 divided by 4 equals 9.",
    "PictureURL": "",
    "OptionA": "",
    "OptionB": "",
    "OptionC": "",
    "OptionD": "",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Simple Math Practice Test",
    "Content Type": "Math",
    "Title": "Basic Division",
    "Item": 4,
    "Type": "write in",
    "Path": ""
  },
  {
    "Question": "What is the value of 2^3?",
    "Answer": "8",
    "Explanation": "Exponentiation involves raising a number to the power of another number. Here, 2 raised to the power of 3 means 2 multiplied by itself three times, which equals 8.",
    "PictureURL": "",
    "OptionA": "",
    "OptionB": "",
    "OptionC": "",
    "OptionD": "",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Simple Math Practice Test",
    "Content Type": "Math",
    "Title": "Basic Exponentiation",
    "Item": 5,
    "Type": "write in",
    "Path": ""
  }
]