[
  {
    "Question": "What is the area of a rectangle with length 8 cm and width 5 cm?",
    "Answer": "B",
    "Explanation": "Area of a rectangle is calculated by multiplying length by width. So, 8 cm × 5 cm = 40 cm².",
    "PictureURL": "https://upload.wikimedia.org/wikipedia/commons/thumb/8/8d/Rectangle_with_dimensions.svg/200px-Rectangle_with_dimensions.svg.png",
    "OptionA": "13 cm²",
    "OptionB": "40 cm²",
    "OptionC": "26 cm²",
    "OptionD": "20 cm²",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Geometry Practice Test",
    "Content Type": "multiple choice",
    "Title": "Area, Perimeter, Volume, Angle Relationships",
    "Item": 1,
    "Type": "multiple choice",
    "Path": "Geometry/AreaPerimeterVolumeAngle"
  },
  {
    "Question": "What is the perimeter of a square with side length 7 m?",
    "Answer": "C",
    "Explanation": "Perimeter of a square is 4 times the side length. So, 4 × 7 m = 28 m.",
    "PictureURL": "https://upload.wikimedia.org/wikipedia/commons/thumb/3/3f/Square_-_black_simple.svg/200px-Square_-_black_simple.svg.png",
    "OptionA": "14 m",
    "OptionB": "21 m",
    "OptionC": "28 m",
    "OptionD": "49 m",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Geometry Practice Test",
    "Content Type": "multiple choice",
    "Title": "Area, Perimeter, Volume, Angle Relationships",
    "Item": 2,
    "Type": "multiple choice",
    "Path": "Geometry/AreaPerimeterVolumeAngle"
  },
  {
    "Question": "Find the volume of a cube with side length 4 cm.",
    "Answer": "A",
    "Explanation": "Volume of a cube is side³. So, 4 cm × 4 cm × 4 cm = 64 cm³.",
    "PictureURL": "https://upload.wikimedia.org/wikipedia/commons/thumb/2/2f/Cube_simple.svg/200px-Cube_simple.svg.png",
    "OptionA": "64 cm³",
    "OptionB": "16 cm³",
    "OptionC": "48 cm³",
    "OptionD": "32 cm³",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Geometry Practice Test",
    "Content Type": "multiple choice",
    "Title": "Area, Perimeter, Volume, Angle Relationships",
    "Item": 3,
    "Type": "multiple choice",
    "Path": "Geometry/AreaPerimeterVolumeAngle"
  },
  {
    "Question": "If two angles are complementary, what is the sum of their measures?",
    "Answer": "D",
    "Explanation": "Complementary angles add up to 90 degrees.",
    "PictureURL": "",
    "OptionA": "180°",
    "OptionB": "360°",
    "OptionC": "45°",
    "OptionD": "90°",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Geometry Practice Test",
    "Content Type": "multiple choice",
    "Title": "Area, Perimeter, Volume, Angle Relationships",
    "Item": 4,
    "Type": "multiple choice",
    "Path": "Geometry/AreaPerimeterVolumeAngle"
  },
  {
    "Question": "What is the area of a triangle with base 10 m and height 6 m?",
    "Answer": "B",
    "Explanation": "Area of a triangle = 1/2 × base × height = 1/2 × 10 m × 6 m = 30 m².",
    "PictureURL": "https://upload.wikimedia.org/wikipedia/commons/thumb/4/4f/Triangle_with_height.svg/200px-Triangle_with_height.svg.png",
    "OptionA": "60 m²",
    "OptionB": "30 m²",
    "OptionC": "16 m²",
    "OptionD": "20 m²",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Geometry Practice Test",
    "Content Type": "multiple choice",
    "Title": "Area, Perimeter, Volume, Angle Relationships",
    "Item": 5,
    "Type": "multiple choice",
    "Path": "Geometry/AreaPerimeterVolumeAngle"
  },
  {
    "Question": "A cylinder has a radius of 3 cm and height of 7 cm. What is its volume? (Use π ≈ 3.14)",
    "Answer": "C",
    "Explanation": "Volume of cylinder = π × r² × h = 3.14 × 3² × 7 = 3.14 × 9 × 7 = 197.82 cm³.",
    "PictureURL": "https://upload.wikimedia.org/wikipedia/commons/thumb/4/4a/Cylinder.svg/200px-Cylinder.svg.png",
    "OptionA": "65.94 cm³",
    "OptionB": "131.88 cm³",
    "OptionC": "197.82 cm³",
    "OptionD": "263.76 cm³",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Geometry Practice Test",
    "Content Type": "multiple choice",
    "Title": "Area, Perimeter, Volume, Angle Relationships",
    "Item": 6,
    "Type": "multiple choice",
    "Path": "Geometry/AreaPerimeterVolumeAngle"
  },
  {
    "Question": "Two angles are supplementary. If one angle is 110°, what is the other angle?",
    "Answer": "B",
    "Explanation": "Supplementary angles add up to 180°. So, other angle = 180° - 110° = 70°.",
    "PictureURL": "",
    "OptionA": "110°",
    "OptionB": "70°",
    "OptionC": "90°",
    "OptionD": "100°",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Geometry Practice Test",
    "Content Type": "multiple choice",
    "Title": "Area, Perimeter, Volume, Angle Relationships",
    "Item": 7,
    "Type": "multiple choice",
    "Path": "Geometry/AreaPerimeterVolumeAngle"
  },
  {
    "Question": "What is the perimeter of a triangle with sides measuring 6 cm, 8 cm, and 10 cm?",
    "Answer": "D",
    "Explanation": "Perimeter is the sum of all sides: 6 + 8 + 10 = 24 cm.",
    "PictureURL": "https://upload.wikimedia.org/wikipedia/commons/thumb/2/2e/Triangle_-_scalene.svg/200px-Triangle_-_scalene.svg.png",
    "OptionA": "18 cm",
    "OptionB": "20 cm",
    "OptionC": "22 cm",
    "OptionD": "24 cm",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Geometry Practice Test",
    "Content Type": "multiple choice",
    "Title": "Area, Perimeter, Volume, Angle Relationships",
    "Item": 8,
    "Type": "multiple choice",
    "Path": "Geometry/AreaPerimeterVolumeAngle"
  },
  {
    "Question": "If the measure of one angle in an equilateral triangle is 60°, what is the sum of all interior angles?",
    "Answer": "A",
    "Explanation": "Sum of interior angles in any triangle is 180°. In an equilateral triangle, all angles are equal to 60°.",
    "PictureURL": "https://upload.wikimedia.org/wikipedia/commons/thumb/2/2e/Equilateral_triangle.svg/200px-Equilateral_triangle.svg.png",
    "OptionA": "180°",
    "OptionB": "90°",
    "OptionC": "120°",
    "OptionD": "60°",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Geometry Practice Test",
    "Content Type": "multiple choice",
    "Title": "Area, Perimeter, Volume, Angle Relationships",
    "Item": 9,
    "Type": "multiple choice",
    "Path": "Geometry/AreaPerimeterVolumeAngle"
  },
  {
    "Question": "What is the area of a circle with radius 5 m? (Use π ≈ 3.14)",
    "Answer": "C",
    "Explanation": "Area of a circle = π × r² = 3.14 × 5² = 3.14 × 25 = 78.5 m².",
    "PictureURL": "https://upload.wikimedia.org/wikipedia/commons/thumb/8/8c/Circle_-_black_simple.svg/200px-Circle_-_black_simple.svg.png",
    "OptionA": "25 m²",
    "OptionB": "31.4 m²",
    "OptionC": "78.5 m²",
    "OptionD": "50 m²",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Geometry Practice Test",
    "Content Type": "multiple choice",
    "Title": "Area, Perimeter, Volume, Angle Relationships",
    "Item": 10,
    "Type": "multiple choice",
    "Path": "Geometry/AreaPerimeterVolumeAngle"
  },
  {
    "Question": "If two lines are parallel and cut by a transversal, what is true about alternate interior angles?",
    "Answer": "B",
    "Explanation": "Alternate interior angles are equal when two parallel lines are cut by a transversal.",
    "PictureURL": "https://upload.wikimedia.org/wikipedia/commons/thumb/1/1b/Alternate_interior_angles.svg/300px-Alternate_interior_angles.svg.png",
    "OptionA": "They add up to 180°",
    "OptionB": "They are equal",
    "OptionC": "They are complementary",
    "OptionD": "They are supplementary",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Geometry Practice Test",
    "Content Type": "multiple choice",
    "Title": "Area, Perimeter, Volume, Angle Relationships",
    "Item": 11,
    "Type": "multiple choice",
    "Path": "Geometry/AreaPerimeterVolumeAngle"
  },
  {
    "Question": "What is the volume of a rectangular prism with length 5 m, width 3 m, and height 4 m?",
    "Answer": "D",
    "Explanation": "Volume = length × width × height = 5 × 3 × 4 = 60 m³.",
    "PictureURL": "https://upload.wikimedia.org/wikipedia/commons/thumb/1/1a/Rectangular_prism.svg/200px-Rectangular_prism.svg.png",
    "OptionA": "12 m³",
    "OptionB": "20 m³",
    "OptionC": "45 m³",
    "OptionD": "60 m³",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Geometry Practice Test",
    "Content Type": "multiple choice",
    "Title": "Area, Perimeter, Volume, Angle Relationships",
    "Item": 12,
    "Type": "multiple choice",
    "Path": "Geometry/AreaPerimeterVolumeAngle"
  },
  {
    "Question": "If one angle of a right triangle is 35°, what is the measure of the other acute angle?",
    "Answer": "A",
    "Explanation": "The sum of angles in a triangle is 180°. One angle is 90°, so the other two add to 90°. 90° - 35° = 55°.",
    "PictureURL": "https://upload.wikimedia.org/wikipedia/commons/thumb/8/8f/Right_triangle.svg/200px-Right_triangle.svg.png",
    "OptionA": "55°",
    "OptionB": "35°",
    "OptionC": "90°",
    "OptionD": "45°",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Geometry Practice Test",
    "Content Type": "multiple choice",
    "Title": "Area, Perimeter, Volume, Angle Relationships",
    "Item": 13,
    "Type": "multiple choice",
    "Path": "Geometry/AreaPerimeterVolumeAngle"
  },
  {
    "Question": "What is the perimeter of a circle called?",
    "Answer": "C",
    "Explanation": "The perimeter of a circle is called its circumference.",
    "PictureURL": "https://upload.wikimedia.org/wikipedia/commons/thumb/8/8c/Circle_-_black_simple.svg/200px-Circle_-_black_simple.svg.png",
    "OptionA": "Diameter",
    "OptionB": "Radius",
    "OptionC": "Circumference",
    "OptionD": "Arc length",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Geometry Practice Test",
    "Content Type": "multiple choice",
    "Title": "Area, Perimeter, Volume, Angle Relationships",
    "Item": 14,
    "Type": "multiple choice",
    "Path": "Geometry/AreaPerimeterVolumeAngle"
  },
  {
    "Question": "If the measure of an exterior angle of a triangle is 120°, what is the sum of the two opposite interior angles?",
    "Answer": "A",
    "Explanation": "The exterior angle of a triangle equals the sum of the two opposite interior angles. So, they sum to 120°.",
    "PictureURL": "https://upload.wikimedia.org/wikipedia/commons/thumb/0/0a/Exterior_angle_of_triangle.svg/200px-Exterior_angle_of_triangle.svg.png",
    "OptionA": "120°",
    "OptionB": "60°",
    "OptionC": "90°",
    "OptionD": "180°",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Geometry Practice Test",
    "Content Type": "multiple choice",
    "Title": "Area, Perimeter, Volume, Angle Relationships",
    "Item": 15,
    "Type": "multiple choice",
    "Path": "Geometry/AreaPerimeterVolumeAngle"
  }
]