[
  {
    "Question": "What is the mean of the following data set: 4, 8, 6, 5, 3?",
    "Answer": "B",
    "Explanation": "To find the mean, add all the numbers together (4 + 8 + 6 + 5 + 3 = 26) and then divide by the number of values (26 / 5 = 5.2).",
    "PictureURL": "",
    "OptionA": "4.0",
    "OptionB": "5.2",
    "OptionC": "6.0",
    "OptionD": "7.0",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Data Interpretation Practice Test",
    "Content Type": "Multiple Choice",
    "Title": "Mean Calculation",
    "Item": 1,
    "Type": "multiple choice",
    "Path": "data-interpretation/mean-calculation"
  },
  {
    "Question": "If a survey shows that 70% of respondents prefer coffee over tea, what does this percentage represent?",
    "Answer": "A",
    "Explanation": "The 70% represents the proportion of the surveyed population that prefers coffee, indicating a majority preference.",
    "PictureURL": "",
    "OptionA": "Proportion",
    "OptionB": "Mean",
    "OptionC": "Median",
    "OptionD": "Mode",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Data Interpretation Practice Test",
    "Content Type": "Multiple Choice",
    "Title": "Understanding Survey Results",
    "Item": 2,
    "Type": "multiple choice",
    "Path": "data-interpretation/survey-results"
  },
  {
    "Question": "Which of the following is a method for visualizing data?",
    "Answer": "C",
    "Explanation": "A bar chart is a common method for visualizing data, allowing for easy comparison between different categories.",
    "PictureURL": "https://upload.wikimedia.org/wikipedia/commons/thumb/3/3f/Bar_chart_example.svg/1200px-Bar_chart_example.svg.png",
    "OptionA": "Text table",
    "OptionB": "Spreadsheet",
    "OptionC": "Bar chart",
    "OptionD": "Paragraph",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Data Interpretation Practice Test",
    "Content Type": "Multiple Choice",
    "Title": "Data Visualization Methods",
    "Item": 3,
    "Type": "multiple choice",
    "Path": "data-interpretation/data-visualization"
  },
  {
    "Question": "What does a median represent in a data set?",
    "Answer": "D",
    "Explanation": "The median is the middle value in a data set when the numbers are arranged in order, representing the central tendency.",
    "PictureURL": "",
    "OptionA": "Average of all values",
    "OptionB": "Most frequently occurring value",
    "OptionC": "Range of values",
    "OptionD": "Middle value",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Data Interpretation Practice Test",
    "Content Type": "Multiple Choice",
    "Title": "Understanding Median",
    "Item": 4,
    "Type": "multiple choice",
    "Path": "data-interpretation/median-interpretation"
  },
  {
    "Question": "If a data set has an outlier, how might it affect the mean?",
    "Answer": "A",
    "Explanation": "An outlier can significantly skew the mean, making it higher or lower than the central tendency of the rest of the data.",
    "PictureURL": "",
    "OptionA": "It can skew the mean",
    "OptionB": "It has no effect",
    "OptionC": "It makes the median higher",
    "OptionD": "It makes the mode lower",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Data Interpretation Practice Test",
    "Content Type": "Multiple Choice",
    "Title": "Impact of Outliers",
    "Item": 5,
    "Type": "multiple choice",
    "Path": "data-interpretation/outlier-impact"
  },
  {
    "Question": "What is the mode of the data set: 2, 4, 4, 6, 8?",
    "Answer": "B",
    "Explanation": "The mode is the value that appears most frequently in a data set. Here, 4 appears twice, making it the mode.",
    "PictureURL": "",
    "OptionA": "2",
    "OptionB": "4",
    "OptionC": "6",
    "OptionD": "8",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Data Interpretation Practice Test",
    "Content Type": "Multiple Choice",
    "Title": "Finding the Mode",
    "Item": 6,
    "Type": "multiple choice",
    "Path": "data-interpretation/finding-mode"
  },
  {
    "Question": "Which of the following is a common measure of variability in a data set?",
    "Answer": "C",
    "Explanation": "Standard deviation is a common measure of variability that indicates how much individual data points differ from the mean.",
    "PictureURL": "",
    "OptionA": "Mean",
    "OptionB": "Median",
    "OptionC": "Standard deviation",
    "OptionD": "Mode",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Data Interpretation Practice Test",
    "Content Type": "Multiple Choice",
    "Title": "Measures of Variability",
    "Item": 7,
    "Type": "multiple choice",
    "Path": "data-interpretation/variability-measures"
  },
  {
    "Question": "In a pie chart representing survey results, what does each slice represent?",
    "Answer": "D",
    "Explanation": "Each slice of a pie chart represents a proportion of the whole, showing how each category contributes to the total.",
    "PictureURL": "",
    "OptionA": "Individual responses",
    "OptionB": "Total number of respondents",
    "OptionC": "Average response",
    "OptionD": "Proportion of categories",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Data Interpretation Practice Test",
    "Content Type": "Multiple Choice",
    "Title": "Understanding Pie Charts",
    "Item": 8,
    "Type": "multiple choice",
    "Path": "data-interpretation/pie-chart-interpretation"
  },
  {
    "Question": "What is the range of the data set: 10, 15, 20, 25, 30?",
    "Answer": "C",
    "Explanation": "The range is calculated by subtracting the smallest value from the largest value (30 - 10 = 20).",
    "PictureURL": "",
    "OptionA": "10",
    "OptionB": "15",
    "OptionC": "20",
    "OptionD": "25",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Data Interpretation Practice Test",
    "Content Type": "Multiple Choice",
    "Title": "Calculating Range",
    "Item": 9,
    "Type": "multiple choice",
    "Path": "data-interpretation/range-calculation"
  },
  {
    "Question": "If a dataset is normally distributed, what shape does its graph typically have?",
    "Answer": "B",
    "Explanation": "A normally distributed dataset typically has a bell-shaped curve, indicating that most values cluster around the mean.",
    "PictureURL": "https://upload.wikimedia.org/wikipedia/commons/thumb/3/3c/Standard_deviation_diagram.svg/1200px-Standard_deviation_diagram.svg.png",
    "OptionA": "Square",
    "OptionB": "Bell-shaped",
    "OptionC": "Flat",
    "OptionD": "Skewed",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Data Interpretation Practice Test",
    "Content Type": "Multiple Choice",
    "Title": "Normal Distribution",
    "Item": 10,
    "Type": "multiple choice",
    "Path": "data-interpretation/normal-distribution"
  },
  {
    "Question": "What is a common use of a scatter plot?",
    "Answer": "A",
    "Explanation": "A scatter plot is commonly used to determine the relationship between two variables, showing how one may affect the other.",
    "PictureURL": "",
    "OptionA": "To show relationships",
    "OptionB": "To calculate averages",
    "OptionC": "To display frequencies",
    "OptionD": "To find medians",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Data Interpretation Practice Test",
    "Content Type": "Multiple Choice",
    "Title": "Scatter Plot Usage",
    "Item": 11,
    "Type": "multiple choice",
    "Path": "data-interpretation/scatter-plot-usage"
  },
  {
    "Question": "What does a correlation coefficient indicate?",
    "Answer": "C",
    "Explanation": "A correlation coefficient indicates the strength and direction of a linear relationship between two variables, ranging from -1 to 1.",
    "PictureURL": "",
    "OptionA": "The mean of a dataset",
    "OptionB": "The median of a dataset",
    "OptionC": "Strength of relationship",
    "OptionD": "The mode of a dataset",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Data Interpretation Practice Test",
    "Content Type": "Multiple Choice",
    "Title": "Understanding Correlation Coefficient",
    "Item": 12,
    "Type": "multiple choice",
    "Path": "data-interpretation/correlation-coefficient"
  },
  {
    "Question": "What is the purpose of a box plot?",
    "Answer": "B",
    "Explanation": "A box plot visually summarizes the distribution of a dataset, highlighting the median, quartiles, and potential outliers.",
    "PictureURL": "https://upload.wikimedia.org/wikipedia/commons/thumb/3/3c/Boxplot_vs_PDF.svg/1200px-Boxplot_vs_PDF.svg.png",
    "OptionA": "To show averages",
    "OptionB": "To summarize distribution",
    "OptionC": "To display frequencies",
    "OptionD": "To find relationships",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Data Interpretation Practice Test",
    "Content Type": "Multiple Choice",
    "Title": "Box Plot Purpose",
    "Item": 13,
    "Type": "multiple choice",
    "Path": "data-interpretation/box-plot-purpose"
  },
  {
    "Question": "What is a common mistake when interpreting data?",
    "Answer": "D",
    "Explanation": "A common mistake is to confuse correlation with causation, assuming that because two variables are correlated, one causes the other.",
    "PictureURL": "",
    "OptionA": "Ignoring outliers",
    "OptionB": "Focusing only on averages",
    "OptionC": "Misunderstanding sample size",
    "OptionD": "Confusing correlation with causation",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Data Interpretation Practice Test",
    "Content Type": "Multiple Choice",
    "Title": "Common Data Interpretation Mistakes",
    "Item": 14,
    "Type": "multiple choice",
    "Path": "data-interpretation/common-mistakes"
  },
  {
    "Question": "What is the first step in solving a data-related problem?",
    "Answer": "A",
    "Explanation": "The first step is to clearly define the problem, which helps in determining the appropriate data to analyze.",
    "PictureURL": "",
    "OptionA": "Define the problem",
    "OptionB": "Collect data",
    "OptionC": "Analyze results",
    "OptionD": "Present findings",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Data Interpretation Practice Test",
    "Content Type": "Multiple Choice",
    "Title": "Steps in Problem Solving",
    "Item": 15,
    "Type": "multiple choice",
    "Path": "data-interpretation/problem-solving-steps"
  }
]