[
  {
    "Question": "What is the product of 3 and 4 using an array?",
    "Answer": "B",
    "Explanation": "An array can be visualized as rows and columns. For 3 times 4, you can create 3 rows with 4 items in each row, resulting in a total of 12 items.",
    "PictureURL": "https://upload.wikimedia.org/wikipedia/commons/thumb/5/5c/Array_example.svg/1200px-Array_example.svg.png",
    "OptionA": "10",
    "OptionB": "12",
    "OptionC": "14",
    "OptionD": "16",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Multiplication Practice Test",
    "Content Type": "Math",
    "Title": "Multiplication using Arrays",
    "Item": 1,
    "Type": "multiple choice",
    "Path": "math/multiplication/arrays"
  },
  {
    "Question": "If you have 5 equal groups of 2 apples each, how many apples do you have in total?",
    "Answer": "A",
    "Explanation": "To find the total number of apples, multiply the number of groups (5) by the number of apples in each group (2). 5 x 2 = 10.",
    "PictureURL": "",
    "OptionA": "10",
    "OptionB": "7",
    "OptionC": "12",
    "OptionD": "8",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Multiplication Practice Test",
    "Content Type": "Math",
    "Title": "Multiplication using Equal Groups",
    "Item": 2,
    "Type": "multiple choice",
    "Path": "math/multiplication/equal_groups"
  },
  {
    "Question": "Which array represents 6 times 3?",
    "Answer": "C",
    "Explanation": "An array for 6 times 3 would have 6 rows with 3 items in each row, totaling 18 items.",
    "PictureURL": "https://upload.wikimedia.org/wikipedia/commons/thumb/0/0b/Array_6x3.svg/1200px-Array_6x3.svg.png",
    "OptionA": "6 rows of 2",
    "OptionB": "3 rows of 6",
    "OptionC": "6 rows of 3",
    "OptionD": "2 rows of 6",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Multiplication Practice Test",
    "Content Type": "Math",
    "Title": "Arrays Representation",
    "Item": 3,
    "Type": "multiple choice",
    "Path": "math/multiplication/arrays"
  },
  {
    "Question": "What is the total number of stars in 4 groups of 5 stars each?",
    "Answer": "D",
    "Explanation": "To find the total number of stars, multiply the number of groups (4) by the number of stars in each group (5). 4 x 5 = 20.",
    "PictureURL": "",
    "OptionA": "15",
    "OptionB": "18",
    "OptionC": "22",
    "OptionD": "20",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Multiplication Practice Test",
    "Content Type": "Math",
    "Title": "Multiplication using Equal Groups",
    "Item": 4,
    "Type": "multiple choice",
    "Path": "math/multiplication/equal_groups"
  },
  {
    "Question": "If you create an array of 2 rows and 7 columns, what is the total number of items?",
    "Answer": "A",
    "Explanation": "The total number of items in the array can be found by multiplying the number of rows (2) by the number of columns (7). 2 x 7 = 14.",
    "PictureURL": "",
    "OptionA": "14",
    "OptionB": "12",
    "OptionC": "10",
    "OptionD": "16",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Multiplication Practice Test",
    "Content Type": "Math",
    "Title": "Arrays Calculation",
    "Item": 5,
    "Type": "multiple choice",
    "Path": "math/multiplication/arrays"
  },
  {
    "Question": "How many total candies are there in 3 bags if each bag contains 8 candies?",
    "Answer": "B",
    "Explanation": "To find the total number of candies, multiply the number of bags (3) by the number of candies in each bag (8). 3 x 8 = 24.",
    "PictureURL": "",
    "OptionA": "20",
    "OptionB": "24",
    "OptionC": "30",
    "OptionD": "18",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Multiplication Practice Test",
    "Content Type": "Math",
    "Title": "Multiplication using Equal Groups",
    "Item": 6,
    "Type": "multiple choice",
    "Path": "math/multiplication/equal_groups"
  },
  {
    "Question": "What is the result of 7 multiplied by 6?",
    "Answer": "C",
    "Explanation": "7 multiplied by 6 equals 42. This can be visualized as 7 groups of 6 items each.",
    "PictureURL": "",
    "OptionA": "36",
    "OptionB": "40",
    "OptionC": "42",
    "OptionD": "48",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Multiplication Practice Test",
    "Content Type": "Math",
    "Title": "Basic Multiplication",
    "Item": 7,
    "Type": "multiple choice",
    "Path": "math/multiplication/basic"
  },
  {
    "Question": "If you have 9 equal groups of 3, how many items do you have?",
    "Answer": "D",
    "Explanation": "To find the total number of items, multiply the number of groups (9) by the number of items in each group (3). 9 x 3 = 27.",
    "PictureURL": "",
    "OptionA": "24",
    "OptionB": "30",
    "OptionC": "26",
    "OptionD": "27",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Multiplication Practice Test",
    "Content Type": "Math",
    "Title": "Multiplication using Equal Groups",
    "Item": 8,
    "Type": "multiple choice",
    "Path": "math/multiplication/equal_groups"
  },
  {
    "Question": "What is the total number of squares in a 4 by 4 array?",
    "Answer": "B",
    "Explanation": "A 4 by 4 array has 4 rows and 4 columns. The total number of squares is calculated by multiplying the number of rows (4) by the number of columns (4). 4 x 4 = 16.",
    "PictureURL": "https://upload.wikimedia.org/wikipedia/commons/thumb/8/8a/4x4_square_array.svg/1200px-4x4_square_array.svg.png",
    "OptionA": "12",
    "OptionB": "16",
    "OptionC": "20",
    "OptionD": "18",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Multiplication Practice Test",
    "Content Type": "Math",
    "Title": "Arrays Calculation",
    "Item": 9,
    "Type": "multiple choice",
    "Path": "math/multiplication/arrays"
  },
  {
    "Question": "If you have 10 groups of 2, what is the total?",
    "Answer": "A",
    "Explanation": "To find the total, multiply the number of groups (10) by the number of items in each group (2). 10 x 2 = 20.",
    "PictureURL": "",
    "OptionA": "20",
    "OptionB": "18",
    "OptionC": "22",
    "OptionD": "24",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Multiplication Practice Test",
    "Content Type": "Math",
    "Title": "Multiplication using Equal Groups",
    "Item": 10,
    "Type": "multiple choice",
    "Path": "math/multiplication/equal_groups"
  },
  {
    "Question": "What is the product of 5 and 5?",
    "Answer": "C",
    "Explanation": "The product of 5 and 5 is 25. This can be represented as 5 groups of 5 items each.",
    "PictureURL": "",
    "OptionA": "20",
    "OptionB": "22",
    "OptionC": "25",
    "OptionD": "30",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Multiplication Practice Test",
    "Content Type": "Math",
    "Title": "Basic Multiplication",
    "Item": 11,
    "Type": "multiple choice",
    "Path": "math/multiplication/basic"
  },
  {
    "Question": "How many total chairs are there in 6 rows of 4 chairs each?",
    "Answer": "B",
    "Explanation": "To find the total number of chairs, multiply the number of rows (6) by the number of chairs in each row (4). 6 x 4 = 24.",
    "PictureURL": "",
    "OptionA": "20",
    "OptionB": "24",
    "OptionC": "28",
    "OptionD": "30",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Multiplication Practice Test",
    "Content Type": "Math",
    "Title": "Multiplication using Arrays",
    "Item": 12,
    "Type": "multiple choice",
    "Path": "math/multiplication/arrays"
  },
  {
    "Question": "What is the total number of items in a 3 by 5 array?",
    "Answer": "D",
    "Explanation": "A 3 by 5 array has 3 rows and 5 columns. The total number of items is calculated by multiplying the number of rows (3) by the number of columns (5). 3 x 5 = 15.",
    "PictureURL": "",
    "OptionA": "12",
    "OptionB": "18",
    "OptionC": "14",
    "OptionD": "15",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Multiplication Practice Test",
    "Content Type": "Math",
    "Title": "Arrays Calculation",
    "Item": 13,
    "Type": "multiple choice",
    "Path": "math/multiplication/arrays"
  },
  {
    "Question": "If you have 8 groups of 4, how many items do you have?",
    "Answer": "C",
    "Explanation": "To find the total number of items, multiply the number of groups (8) by the number of items in each group (4). 8 x 4 = 32.",
    "PictureURL": "",
    "OptionA": "30",
    "OptionB": "28",
    "OptionC": "32",
    "OptionD": "34",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Multiplication Practice Test",
    "Content Type": "Math",
    "Title": "Multiplication using Equal Groups",
    "Item": 14,
    "Type": "multiple choice",
    "Path": "math/multiplication/equal_groups"
  },
  {
    "Question": "What is the product of 9 and 2?",
    "Answer": "A",
    "Explanation": "The product of 9 and 2 is 18. This can be visualized as 9 groups of 2 items each.",
    "PictureURL": "",
    "OptionA": "18",
    "OptionB": "16",
    "OptionC": "20",
    "OptionD": "22",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Multiplication Practice Test",
    "Content Type": "Math",
    "Title": "Basic Multiplication",
    "Item": 15,
    "Type": "multiple choice",
    "Path": "math/multiplication/basic"
  }
]