[
  {
    "Question": "What is the mean of the following set of numbers: 5, 10, 15, 20?",
    "Answer": "B",
    "Explanation": "The mean is calculated by adding all the numbers together and dividing by the count of numbers. (5 + 10 + 15 + 20) / 4 = 50 / 4 = 12.5.",
    "PictureURL": "",
    "OptionA": "10",
    "OptionB": "12.5",
    "OptionC": "15",
    "OptionD": "20",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Descriptive Statistics Practice Test",
    "Content Type": "Practice Test",
    "Title": "Mean Calculation",
    "Item": 1,
    "Type": "multiple choice",
    "Path": "Statistics/DescriptiveStatistics/Mean"
  },
  {
    "Question": "What is the median of the following set of numbers: 3, 1, 4, 2?",
    "Answer": "A",
    "Explanation": "To find the median, first arrange the numbers in order: 1, 2, 3, 4. The median is the average of the two middle numbers (2 and 3), which is (2 + 3) / 2 = 2.5.",
    "PictureURL": "",
    "OptionA": "2.5",
    "OptionB": "2",
    "OptionC": "3",
    "OptionD": "4",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Descriptive Statistics Practice Test",
    "Content Type": "Practice Test",
    "Title": "Median Calculation",
    "Item": 2,
    "Type": "multiple choice",
    "Path": "Statistics/DescriptiveStatistics/Median"
  },
  {
    "Question": "What is the mode of the following set of numbers: 6, 1, 6, 3, 4?",
    "Answer": "A",
    "Explanation": "The mode is the number that appears most frequently in a data set. In this case, the number 6 appears twice, while all other numbers appear once.",
    "PictureURL": "",
    "OptionA": "6",
    "OptionB": "1",
    "OptionC": "3",
    "OptionD": "4",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Descriptive Statistics Practice Test",
    "Content Type": "Practice Test",
    "Title": "Mode Calculation",
    "Item": 3,
    "Type": "multiple choice",
    "Path": "Statistics/DescriptiveStatistics/Mode"
  },
  {
    "Question": "What is the range of the following set of numbers: 8, 3, 5, 12?",
    "Answer": "B",
    "Explanation": "The range is calculated by subtracting the smallest number from the largest number. Here, 12 - 3 = 9.",
    "PictureURL": "",
    "OptionA": "5",
    "OptionB": "9",
    "OptionC": "8",
    "OptionD": "12",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Descriptive Statistics Practice Test",
    "Content Type": "Practice Test",
    "Title": "Range Calculation",
    "Item": 4,
    "Type": "multiple choice",
    "Path": "Statistics/DescriptiveStatistics/Range"
  },
  {
    "Question": "What is the standard deviation of the following set of numbers: 4, 8, 6, 5?",
    "Answer": "C",
    "Explanation": "To calculate the standard deviation, first find the mean (5.75), then calculate the variance by finding the average of the squared differences from the mean. The standard deviation is the square root of the variance, which is approximately 1.29.",
    "PictureURL": "",
    "OptionA": "1.0",
    "OptionB": "1.5",
    "OptionC": "1.29",
    "OptionD": "2.0",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Descriptive Statistics Practice Test",
    "Content Type": "Practice Test",
    "Title": "Standard Deviation Calculation",
    "Item": 5,
    "Type": "multiple choice",
    "Path": "Statistics/DescriptiveStatistics/StandardDeviation"
  },
  {
    "Question": "If the mean of a data set is 20 and the standard deviation is 5, what is the z-score of a value 25?",
    "Answer": "B",
    "Explanation": "The z-score is calculated as (X - mean) / standard deviation. Here, (25 - 20) / 5 = 1.",
    "PictureURL": "",
    "OptionA": "0",
    "OptionB": "1",
    "OptionC": "2",
    "OptionD": "5",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Descriptive Statistics Practice Test",
    "Content Type": "Practice Test",
    "Title": "Z-Score Calculation",
    "Item": 6,
    "Type": "multiple choice",
    "Path": "Statistics/DescriptiveStatistics/ZScore"
  },
  {
    "Question": "Which of the following measures is affected by extreme values in a data set?",
    "Answer": "C",
    "Explanation": "The mean is sensitive to extreme values, while the median and mode are not. An extreme value can significantly change the mean.",
    "PictureURL": "",
    "OptionA": "Median",
    "OptionB": "Mode",
    "OptionC": "Mean",
    "OptionD": "Range",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Descriptive Statistics Practice Test",
    "Content Type": "Practice Test",
    "Title": "Effect of Extreme Values",
    "Item": 7,
    "Type": "multiple choice",
    "Path": "Statistics/DescriptiveStatistics/ExtremeValues"
  },
  {
    "Question": "What is the median of the following set of numbers: 7, 9, 3, 5, 1?",
    "Answer": "D",
    "Explanation": "First, arrange the numbers in order: 1, 3, 5, 7, 9. The median is the middle number, which is 5.",
    "PictureURL": "",
    "OptionA": "3",
    "OptionB": "7",
    "OptionC": "9",
    "OptionD": "5",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Descriptive Statistics Practice Test",
    "Content Type": "Practice Test",
    "Title": "Median Calculation",
    "Item": 8,
    "Type": "multiple choice",
    "Path": "Statistics/DescriptiveStatistics/Median"
  },
  {
    "Question": "In a data set, if the mode is 10, what does that indicate?",
    "Answer": "A",
    "Explanation": "The mode indicates that the number 10 appears more frequently than any other number in the data set.",
    "PictureURL": "",
    "OptionA": "10 appears most frequently",
    "OptionB": "10 is the average",
    "OptionC": "10 is the middle value",
    "OptionD": "10 is the largest number",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Descriptive Statistics Practice Test",
    "Content Type": "Practice Test",
    "Title": "Understanding Mode",
    "Item": 9,
    "Type": "multiple choice",
    "Path": "Statistics/DescriptiveStatistics/UnderstandingMode"
  },
  {
    "Question": "What is the standard deviation of a data set with all identical values?",
    "Answer": "A",
    "Explanation": "If all values are identical, there is no variation among them, so the standard deviation is 0.",
    "PictureURL": "",
    "OptionA": "0",
    "OptionB": "1",
    "OptionC": "5",
    "OptionD": "Undefined",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Descriptive Statistics Practice Test",
    "Content Type": "Practice Test",
    "Title": "Standard Deviation of Identical Values",
    "Item": 10,
    "Type": "multiple choice",
    "Path": "Statistics/DescriptiveStatistics/IdenticalValues"
  },
  {
    "Question": "If the range of a data set is 15, what can be inferred?",
    "Answer": "B",
    "Explanation": "The range indicates the difference between the highest and lowest values in the data set. A range of 15 means the highest value is 15 units greater than the lowest value.",
    "PictureURL": "",
    "OptionA": "There are 15 values",
    "OptionB": "The highest value is 15 units greater than the lowest",
    "OptionC": "The mean is 15",
    "OptionD": "The median is 15",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Descriptive Statistics Practice Test",
    "Content Type": "Practice Test",
    "Title": "Understanding Range",
    "Item": 11,
    "Type": "multiple choice",
    "Path": "Statistics/DescriptiveStatistics/UnderstandingRange"
  },
  {
    "Question": "Which of the following is NOT a measure of central tendency?",
    "Answer": "D",
    "Explanation": "The range is a measure of dispersion, not central tendency. The mean, median, and mode are all measures of central tendency.",
    "PictureURL": "",
    "OptionA": "Mean",
    "OptionB": "Median",
    "OptionC": "Mode",
    "OptionD": "Range",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Descriptive Statistics Practice Test",
    "Content Type": "Practice Test",
    "Title": "Measures of Central Tendency",
    "Item": 12,
    "Type": "multiple choice",
    "Path": "Statistics/DescriptiveStatistics/CentralTendency"
  },
  {
    "Question": "What is the mean of the following numbers: 2, 4, 6, 8, 10?",
    "Answer": "C",
    "Explanation": "To find the mean, add all the numbers together (2 + 4 + 6 + 8 + 10 = 30) and divide by the number of values (30 / 5 = 6).",
    "PictureURL": "",
    "OptionA": "4",
    "OptionB": "5",
    "OptionC": "6",
    "OptionD": "7",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Descriptive Statistics Practice Test",
    "Content Type": "Practice Test",
    "Title": "Mean Calculation",
    "Item": 13,
    "Type": "multiple choice",
    "Path": "Statistics/DescriptiveStatistics/Mean"
  },
  {
    "Question": "In a data set, if the mean is greater than the median, what does this suggest about the distribution?",
    "Answer": "A",
    "Explanation": "If the mean is greater than the median, it suggests that the distribution is positively skewed, meaning there are some high values pulling the mean up.",
    "PictureURL": "",
    "OptionA": "Positively skewed",
    "OptionB": "Negatively skewed",
    "OptionC": "Symmetrical",
    "OptionD": "Uniform",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Descriptive Statistics Practice Test",
    "Content Type": "Practice Test",
    "Title": "Distribution Skewness",
    "Item": 14,
    "Type": "multiple choice",
    "Path": "Statistics/DescriptiveStatistics/Skewness"
  },
  {
    "Question": "What is the mode of the following numbers: 1, 2, 2, 3, 4, 4, 4?",
    "Answer": "C",
    "Explanation": "The mode is the number that appears most frequently. Here, the number 4 appears three times, more than any other number.",
    "PictureURL": "",
    "OptionA": "1",
    "OptionB": "2",
    "OptionC": "4",
    "OptionD": "3",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Descriptive Statistics Practice Test",
    "Content Type": "Practice Test",
    "Title": "Mode Calculation",
    "Item": 15,
    "Type": "multiple choice",
    "Path": "Statistics/DescriptiveStatistics/Mode"
  }
]