[
  {
    "Question": "What comes next in the pattern: red, blue, red, blue?",
    "Answer": "A",
    "Explanation": "The pattern alternates between red and blue. After red, the next color is blue.",
    "PictureURL": "",
    "OptionA": "blue",
    "OptionB": "red",
    "OptionC": "green",
    "OptionD": "yellow",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Chapter 4: Patterns and Sorting",
    "Content Type": "multiple choice",
    "Title": "Simple AB Patterns",
    "Item": 1,
    "Type": "multiple choice",
    "Path": "patterns/simple_ab"
  },
  {
    "Question": "Which shape completes the pattern: circle, square, triangle?",
    "Answer": "A",
    "Explanation": "The pattern follows a sequence of three different shapes. After triangle, the next shape is circle.",
    "PictureURL": "",
    "OptionA": "circle",
    "OptionB": "square",
    "OptionC": "rectangle",
    "OptionD": "oval",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Chapter 4: Patterns and Sorting",
    "Content Type": "multiple choice",
    "Title": "ABC Patterns",
    "Item": 2,
    "Type": "multiple choice",
    "Path": "patterns/abc"
  },
  {
    "Question": "If you have a red block, a blue block, and a green block, which block is the largest?",
    "Answer": "B",
    "Explanation": "The question asks to sort by size. Assuming the blocks are of equal size, the answer is based on the color, which is not relevant here. If size is not specified, we cannot determine.",
    "PictureURL": "",
    "OptionA": "red block",
    "OptionB": "blue block",
    "OptionC": "green block",
    "OptionD": "cannot determine",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Chapter 4: Patterns and Sorting",
    "Content Type": "multiple choice",
    "Title": "Sorting by Size",
    "Item": 3,
    "Type": "multiple choice",
    "Path": "sorting/size"
  },
  {
    "Question": "What is the next shape in the sequence: square, triangle, square, triangle?",
    "Answer": "A",
    "Explanation": "The pattern alternates between square and triangle. After triangle, the next shape is square.",
    "PictureURL": "",
    "OptionA": "square",
    "OptionB": "triangle",
    "OptionC": "circle",
    "OptionD": "rectangle",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Chapter 4: Patterns and Sorting",
    "Content Type": "multiple choice",
    "Title": "Simple AB Patterns",
    "Item": 4,
    "Type": "multiple choice",
    "Path": "patterns/simple_ab"
  },
  {
    "Question": "Which of the following is a correct sorting of these shapes: circle, square, triangle?",
    "Answer": "C",
    "Explanation": "Sorting can be done in various ways, but a common method is by shape. The correct order can vary based on criteria.",
    "PictureURL": "",
    "OptionA": "triangle, circle, square",
    "OptionB": "square, triangle, circle",
    "OptionC": "circle, square, triangle",
    "OptionD": "square, circle, triangle",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Chapter 4: Patterns and Sorting",
    "Content Type": "multiple choice",
    "Title": "Sorting by Shape",
    "Item": 5,
    "Type": "multiple choice",
    "Path": "sorting/shape"
  },
  {
    "Question": "What comes next in the pattern: 🟥🟦🟥🟦?",
    "Answer": "A",
    "Explanation": "The pattern alternates between red and blue squares. After 🟦, the next block is 🟥.",
    "PictureURL": "https://upload.wikimedia.org/wikipedia/commons/thumb/3/3e/Red_square.svg/1200px-Red_square.svg.png",
    "OptionA": "🟥",
    "OptionB": "🟦",
    "OptionC": "🟩",
    "OptionD": "🟨",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Chapter 4: Patterns and Sorting",
    "Content Type": "multiple choice",
    "Title": "Simple AB Patterns",
    "Item": 6,
    "Type": "multiple choice",
    "Path": "patterns/simple_ab"
  },
  {
    "Question": "If you have a large red block and a small blue block, which is larger?",
    "Answer": "A",
    "Explanation": "The question asks to compare size. The large red block is larger than the small blue block.",
    "PictureURL": "",
    "OptionA": "large red block",
    "OptionB": "small blue block",
    "OptionC": "they are the same size",
    "OptionD": "cannot determine",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Chapter 4: Patterns and Sorting",
    "Content Type": "multiple choice",
    "Title": "Sorting by Size",
    "Item": 7,
    "Type": "multiple choice",
    "Path": "sorting/size"
  },
  {
    "Question": "Which of the following is an example of an ABC pattern?",
    "Answer": "B",
    "Explanation": "An ABC pattern consists of three different elements in a sequence. The correct example shows a circle, square, and triangle.",
    "PictureURL": "",
    "OptionA": "red, blue, red",
    "OptionB": "circle, square, triangle",
    "OptionC": "square, square, triangle",
    "OptionD": "circle, circle, square",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Chapter 4: Patterns and Sorting",
    "Content Type": "multiple choice",
    "Title": "ABC Patterns",
    "Item": 8,
    "Type": "multiple choice",
    "Path": "patterns/abc"
  },
  {
    "Question": "What is the next color in the sequence: red, red, blue, red, red, blue?",
    "Answer": "A",
    "Explanation": "The pattern consists of two reds followed by a blue. After the last blue, the next color is red.",
    "PictureURL": "",
    "OptionA": "red",
    "OptionB": "blue",
    "OptionC": "green",
    "OptionD": "yellow",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Chapter 4: Patterns and Sorting",
    "Content Type": "multiple choice",
    "Title": "Simple AB Patterns",
    "Item": 9,
    "Type": "multiple choice",
    "Path": "patterns/simple_ab"
  },
  {
    "Question": "If you have three shapes: circle, square, triangle, how would you sort them by shape?",
    "Answer": "C",
    "Explanation": "Sorting by shape means grouping the same shapes together. Each shape is unique and should be listed as is.",
    "PictureURL": "",
    "OptionA": "circle, triangle, square",
    "OptionB": "square, circle, triangle",
    "OptionC": "circle, square, triangle",
    "OptionD": "triangle, square, circle",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Chapter 4: Patterns and Sorting",
    "Content Type": "multiple choice",
    "Title": "Sorting by Shape",
    "Item": 10,
    "Type": "multiple choice",
    "Path": "sorting/shape"
  }
]