[
  {
    "Question": "What is the next number in the sequence: 2, 4, 6, 8, ...?",
    "Answer": "A",
    "Explanation": "The sequence is increasing by 2 each time. Therefore, the next number after 8 is 10.",
    "PictureURL": "",
    "OptionA": "10",
    "OptionB": "12",
    "OptionC": "14",
    "OptionD": "16",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Counting & Number Patterns",
    "Content Type": "Practice Test",
    "Title": "Counting Forward",
    "Item": 1,
    "Type": "multiple choice",
    "Path": ""
  },
  {
    "Question": "If you skip count by 5s starting from 0, what is the 5th number?",
    "Answer": "B",
    "Explanation": "Skip counting by 5s gives us the sequence: 0, 5, 10, 15, 20. The 5th number is 20.",
    "PictureURL": "",
    "OptionA": "15",
    "OptionB": "20",
    "OptionC": "25",
    "OptionD": "30",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Counting & Number Patterns",
    "Content Type": "Practice Test",
    "Title": "Skip Counting by 5s",
    "Item": 2,
    "Type": "multiple choice",
    "Path": ""
  },
  {
    "Question": "Which of the following is a number pattern that counts backward by 3s starting from 30?",
    "Answer": "C",
    "Explanation": "Counting backward by 3s from 30 gives us: 30, 27, 24, 21, 18. The correct option is 21.",
    "PictureURL": "",
    "OptionA": "27",
    "OptionB": "24",
    "OptionC": "21",
    "OptionD": "18",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Counting & Number Patterns",
    "Content Type": "Practice Test",
    "Title": "Counting Backward by 3s",
    "Item": 3,
    "Type": "multiple choice",
    "Path": ""
  },
  {
    "Question": "What comes next in the sequence: 10, 20, 30, ...?",
    "Answer": "A",
    "Explanation": "The sequence increases by 10 each time. Therefore, the next number is 40.",
    "PictureURL": "",
    "OptionA": "40",
    "OptionB": "50",
    "OptionC": "60",
    "OptionD": "70",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Counting & Number Patterns",
    "Content Type": "Practice Test",
    "Title": "Counting by 10s",
    "Item": 4,
    "Type": "multiple choice",
    "Path": ""
  },
  {
    "Question": "If you skip count by 2s starting from 1, what is the 6th number?",
    "Answer": "B",
    "Explanation": "Skip counting by 2s from 1 gives us: 1, 3, 5, 7, 9, 11. The 6th number is 11.",
    "PictureURL": "",
    "OptionA": "9",
    "OptionB": "11",
    "OptionC": "13",
    "OptionD": "15",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Counting & Number Patterns",
    "Content Type": "Practice Test",
    "Title": "Skip Counting by 2s",
    "Item": 5,
    "Type": "multiple choice",
    "Path": ""
  },
  {
    "Question": "What is the next number in the sequence: 1, 3, 5, 7, ...?",
    "Answer": "A",
    "Explanation": "The sequence is increasing by 2 each time. Therefore, the next number is 9.",
    "PictureURL": "",
    "OptionA": "9",
    "OptionB": "10",
    "OptionC": "11",
    "OptionD": "12",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Counting & Number Patterns",
    "Content Type": "Practice Test",
    "Title": "Odd Numbers Sequence",
    "Item": 6,
    "Type": "multiple choice",
    "Path": ""
  },
  {
    "Question": "Which of the following is a number pattern that counts backward by 2s starting from 20?",
    "Answer": "D",
    "Explanation": "Counting backward by 2s from 20 gives us: 20, 18, 16, 14, 12. The correct option is 14.",
    "PictureURL": "",
    "OptionA": "18",
    "OptionB": "16",
    "OptionC": "12",
    "OptionD": "14",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Counting & Number Patterns",
    "Content Type": "Practice Test",
    "Title": "Counting Backward by 2s",
    "Item": 7,
    "Type": "multiple choice",
    "Path": ""
  },
  {
    "Question": "What is the next number in the sequence: 5, 10, 15, 20, ...?",
    "Answer": "A",
    "Explanation": "The sequence increases by 5 each time. Therefore, the next number is 25.",
    "PictureURL": "",
    "OptionA": "25",
    "OptionB": "30",
    "OptionC": "35",
    "OptionD": "40",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Counting & Number Patterns",
    "Content Type": "Practice Test",
    "Title": "Counting by 5s",
    "Item": 8,
    "Type": "multiple choice",
    "Path": ""
  },
  {
    "Question": "If you skip count by 10s starting from 10, what is the 4th number?",
    "Answer": "B",
    "Explanation": "Skip counting by 10s from 10 gives us: 10, 20, 30, 40. The 4th number is 40.",
    "PictureURL": "",
    "OptionA": "30",
    "OptionB": "40",
    "OptionC": "50",
    "OptionD": "60",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Counting & Number Patterns",
    "Content Type": "Practice Test",
    "Title": "Skip Counting by 10s",
    "Item": 9,
    "Type": "multiple choice",
    "Path": ""
  },
  {
    "Question": "What is the next number in the sequence: 0, 1, 1, 2, 3, 5, ...?",
    "Answer": "C",
    "Explanation": "This is the Fibonacci sequence where each number is the sum of the two preceding ones. Therefore, the next number is 8.",
    "PictureURL": "",
    "OptionA": "5",
    "OptionB": "6",
    "OptionC": "8",
    "OptionD": "9",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Counting & Number Patterns",
    "Content Type": "Practice Test",
    "Title": "Fibonacci Sequence",
    "Item": 10,
    "Type": "multiple choice",
    "Path": ""
  }
]