[
  {
    "Question": "What is a data set?",
    "Answer": "A",
    "Explanation": "A data set is a collection of related data points or values that can be analyzed to extract meaningful information.",
    "PictureURL": "",
    "OptionA": "A collection of related data points",
    "OptionB": "A single data point",
    "OptionC": "A type of graph",
    "OptionD": "A statistical analysis method",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Statistics Basics",
    "Content Type": "Practice Test",
    "Title": "Understanding Data Sets",
    "Item": 1,
    "Type": "multiple choice",
    "Path": "statistics/data_sets"
  },
  {
    "Question": "What does a box plot represent?",
    "Answer": "B",
    "Explanation": "A box plot visually summarizes the distribution of a data set by displaying its median, quartiles, and potential outliers.",
    "PictureURL": "https://upload.wikimedia.org/wikipedia/commons/thumb/3/3b/Boxplot_vs_PDF.svg/1200px-Boxplot_vs_PDF.svg.png",
    "OptionA": "The mean of the data",
    "OptionB": "The distribution of the data",
    "OptionC": "The range of the data",
    "OptionD": "The standard deviation",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Statistics Basics",
    "Content Type": "Practice Test",
    "Title": "Understanding Box Plots",
    "Item": 2,
    "Type": "multiple choice",
    "Path": "statistics/box_plots"
  },
  {
    "Question": "What is the standard deviation a measure of?",
    "Answer": "C",
    "Explanation": "Standard deviation measures the amount of variation or dispersion in a set of values, indicating how spread out the data points are from the mean.",
    "PictureURL": "",
    "OptionA": "The average of the data",
    "OptionB": "The median of the data",
    "OptionC": "The spread of the data",
    "OptionD": "The mode of the data",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Statistics Basics",
    "Content Type": "Practice Test",
    "Title": "Understanding Standard Deviation",
    "Item": 3,
    "Type": "multiple choice",
    "Path": "statistics/standard_deviation"
  },
  {
    "Question": "In a normal distribution, what shape does the graph take?",
    "Answer": "D",
    "Explanation": "A normal distribution is represented by a bell-shaped curve, where most of the data points cluster around the mean.",
    "PictureURL": "https://upload.wikimedia.org/wikipedia/commons/thumb/2/25/Standard_deviation_diagram.svg/1200px-Standard_deviation_diagram.svg.png",
    "OptionA": "A straight line",
    "OptionB": "A U-shape",
    "OptionC": "A square shape",
    "OptionD": "A bell shape",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Statistics Basics",
    "Content Type": "Practice Test",
    "Title": "Normal Distribution Shape",
    "Item": 4,
    "Type": "multiple choice",
    "Path": "statistics/normal_distribution"
  },
  {
    "Question": "What does the median of a data set represent?",
    "Answer": "B",
    "Explanation": "The median is the middle value of a data set when it is ordered from least to greatest, providing a measure of central tendency.",
    "PictureURL": "",
    "OptionA": "The most frequent value",
    "OptionB": "The middle value",
    "OptionC": "The average value",
    "OptionD": "The highest value",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Statistics Basics",
    "Content Type": "Practice Test",
    "Title": "Understanding Median",
    "Item": 5,
    "Type": "multiple choice",
    "Path": "statistics/median"
  },
  {
    "Question": "Which of the following is true about the mean?",
    "Answer": "A",
    "Explanation": "The mean is calculated by summing all values in a data set and dividing by the number of values, representing the average.",
    "PictureURL": "",
    "OptionA": "It is the average of the data",
    "OptionB": "It is always the middle value",
    "OptionC": "It cannot be affected by outliers",
    "OptionD": "It is the most frequent value",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Statistics Basics",
    "Content Type": "Practice Test",
    "Title": "Understanding Mean",
    "Item": 6,
    "Type": "multiple choice",
    "Path": "statistics/mean"
  },
  {
    "Question": "What is an outlier in a data set?",
    "Answer": "C",
    "Explanation": "An outlier is a data point that significantly differs from the other observations in a data set, potentially skewing the results.",
    "PictureURL": "",
    "OptionA": "A data point that is the average",
    "OptionB": "A data point that is the median",
    "OptionC": "A data point that is significantly different",
    "OptionD": "A data point that is the mode",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Statistics Basics",
    "Content Type": "Practice Test",
    "Title": "Understanding Outliers",
    "Item": 7,
    "Type": "multiple choice",
    "Path": "statistics/outliers"
  },
  {
    "Question": "What is the purpose of a histogram?",
    "Answer": "B",
    "Explanation": "A histogram is used to represent the frequency distribution of numerical data, showing how many data points fall within certain ranges.",
    "PictureURL": "https://upload.wikimedia.org/wikipedia/commons/thumb/5/5f/Histogram_of_ages.svg/1200px-Histogram_of_ages.svg.png",
    "OptionA": "To show the median",
    "OptionB": "To show frequency distribution",
    "OptionC": "To calculate the mean",
    "OptionD": "To identify outliers",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Statistics Basics",
    "Content Type": "Practice Test",
    "Title": "Understanding Histograms",
    "Item": 8,
    "Type": "multiple choice",
    "Path": "statistics/histograms"
  },
  {
    "Question": "What does a higher standard deviation indicate?",
    "Answer": "A",
    "Explanation": "A higher standard deviation indicates that the data points are more spread out from the mean, showing greater variability.",
    "PictureURL": "",
    "OptionA": "Greater variability in data",
    "OptionB": "Less variability in data",
    "OptionC": "No variability in data",
    "OptionD": "The data is normally distributed",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Statistics Basics",
    "Content Type": "Practice Test",
    "Title": "Understanding Standard Deviation Variability",
    "Item": 9,
    "Type": "multiple choice",
    "Path": "statistics/standard_deviation_variability"
  },
  {
    "Question": "Which of the following best describes a normal distribution?",
    "Answer": "D",
    "Explanation": "A normal distribution is symmetric about the mean, with most observations clustering around the central peak and probabilities for values tapering off equally in both directions.",
    "PictureURL": "",
    "OptionA": "Skewed to the left",
    "OptionB": "Skewed to the right",
    "OptionC": "Uniformly distributed",
    "OptionD": "Symmetric about the mean",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Statistics Basics",
    "Content Type": "Practice Test",
    "Title": "Characteristics of Normal Distribution",
    "Item": 10,
    "Type": "multiple choice",
    "Path": "statistics/normal_distribution_characteristics"
  },
  {
    "Question": "What is the interquartile range (IQR)?",
    "Answer": "B",
    "Explanation": "The interquartile range (IQR) is the difference between the first quartile (Q1) and the third quartile (Q3), representing the middle 50% of the data.",
    "PictureURL": "",
    "OptionA": "The range of the entire data set",
    "OptionB": "The range of the middle 50% of the data",
    "OptionC": "The average of the data",
    "OptionD": "The highest value in the data",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Statistics Basics",
    "Content Type": "Practice Test",
    "Title": "Understanding Interquartile Range",
    "Item": 11,
    "Type": "multiple choice",
    "Path": "statistics/interquartile_range"
  },
  {
    "Question": "Which of the following is NOT a measure of central tendency?",
    "Answer": "D",
    "Explanation": "The mode, median, and mean are all measures of central tendency, while standard deviation measures variability.",
    "PictureURL": "",
    "OptionA": "Mean",
    "OptionB": "Median",
    "OptionC": "Mode",
    "OptionD": "Standard Deviation",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Statistics Basics",
    "Content Type": "Practice Test",
    "Title": "Measures of Central Tendency",
    "Item": 12,
    "Type": "multiple choice",
    "Path": "statistics/central_tendency"
  },
  {
    "Question": "What is the purpose of calculating the variance?",
    "Answer": "C",
    "Explanation": "Variance quantifies the degree of spread in a set of data points, providing insight into how much the data varies from the mean.",
    "PictureURL": "",
    "OptionA": "To find the median",
    "OptionB": "To find the mode",
    "OptionC": "To measure data spread",
    "OptionD": "To find the average",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Statistics Basics",
    "Content Type": "Practice Test",
    "Title": "Understanding Variance",
    "Item": 13,
    "Type": "multiple choice",
    "Path": "statistics/variance"
  },
  {
    "Question": "What does a skewed distribution indicate?",
    "Answer": "A",
    "Explanation": "A skewed distribution indicates that the data is not symmetrically distributed, with one tail longer or fatter than the other, affecting the mean and median.",
    "PictureURL": "",
    "OptionA": "Asymmetrical data distribution",
    "OptionB": "Symmetrical data distribution",
    "OptionC": "Uniform data distribution",
    "OptionD": "Normal data distribution",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Statistics Basics",
    "Content Type": "Practice Test",
    "Title": "Understanding Skewed Distribution",
    "Item": 14,
    "Type": "multiple choice",
    "Path": "statistics/skewed_distribution"
  },
  {
    "Question": "What is the 95% confidence interval?",
    "Answer": "B",
    "Explanation": "The 95% confidence interval is a range of values that is likely to contain the true population parameter 95% of the time, providing a measure of uncertainty.",
    "PictureURL": "",
    "OptionA": "A range with no uncertainty",
    "OptionB": "A range likely to contain the true parameter",
    "OptionC": "A fixed value",
    "OptionD": "A measure of central tendency",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Statistics Basics",
    "Content Type": "Practice Test",
    "Title": "Understanding Confidence Intervals",
    "Item": 15,
    "Type": "multiple choice",
    "Path": "statistics/confidence_intervals"
  }
]