[
  {
    "Question": "What does a scatter plot display?",
    "Answer": "A",
    "Explanation": "A scatter plot displays the relationship between two quantitative variables, showing how one variable may affect another.",
    "PictureURL": "https://upload.wikimedia.org/wikipedia/commons/thumb/5/5c/Scatter_plot.svg/1200px-Scatter_plot.svg.png",
    "OptionA": "The relationship between two variables",
    "OptionB": "The frequency of a single variable",
    "OptionC": "A comparison of different groups",
    "OptionD": "A summary of data points",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Statistics Practice Test",
    "Content Type": "Multiple Choice",
    "Title": "Understanding Scatter Plots",
    "Item": 1,
    "Type": "multiple choice",
    "Path": "Statistics/ScatterPlots"
  },
  {
    "Question": "What is the purpose of a line of best fit?",
    "Answer": "B",
    "Explanation": "A line of best fit is used to summarize the relationship between variables in a scatter plot, helping to predict values.",
    "PictureURL": "https://upload.wikimedia.org/wikipedia/commons/thumb/3/3e/Linear_regression.svg/1200px-Linear_regression.svg.png",
    "OptionA": "To show all data points",
    "OptionB": "To predict future values",
    "OptionC": "To calculate averages",
    "OptionD": "To display outliers",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Statistics Practice Test",
    "Content Type": "Multiple Choice",
    "Title": "Purpose of Line of Best Fit",
    "Item": 2,
    "Type": "multiple choice",
    "Path": "Statistics/LinesOfBestFit"
  },
  {
    "Question": "What does a positive correlation indicate?",
    "Answer": "C",
    "Explanation": "A positive correlation indicates that as one variable increases, the other variable also tends to increase.",
    "PictureURL": "",
    "OptionA": "No relationship",
    "OptionB": "One variable decreases as the other increases",
    "OptionC": "Both variables increase together",
    "OptionD": "Both variables decrease together",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Statistics Practice Test",
    "Content Type": "Multiple Choice",
    "Title": "Understanding Correlation",
    "Item": 3,
    "Type": "multiple choice",
    "Path": "Statistics/Correlation"
  },
  {
    "Question": "Which of the following best describes a negative correlation?",
    "Answer": "D",
    "Explanation": "A negative correlation means that as one variable increases, the other variable tends to decrease.",
    "PictureURL": "",
    "OptionA": "Both variables increase together",
    "OptionB": "No relationship",
    "OptionC": "One variable increases while the other remains constant",
    "OptionD": "One variable increases as the other decreases",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Statistics Practice Test",
    "Content Type": "Multiple Choice",
    "Title": "Understanding Negative Correlation",
    "Item": 4,
    "Type": "multiple choice",
    "Path": "Statistics/NegativeCorrelation"
  },
  {
    "Question": "What does a correlation coefficient of 0 indicate?",
    "Answer": "A",
    "Explanation": "A correlation coefficient of 0 indicates no correlation between the two variables.",
    "PictureURL": "",
    "OptionA": "No correlation",
    "OptionB": "Perfect positive correlation",
    "OptionC": "Perfect negative correlation",
    "OptionD": "Weak correlation",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Statistics Practice Test",
    "Content Type": "Multiple Choice",
    "Title": "Correlation Coefficient Interpretation",
    "Item": 5,
    "Type": "multiple choice",
    "Path": "Statistics/CorrelationCoefficient"
  },
  {
    "Question": "How can outliers affect the line of best fit?",
    "Answer": "B",
    "Explanation": "Outliers can significantly skew the line of best fit, making it less representative of the overall data trend.",
    "PictureURL": "",
    "OptionA": "They have no effect",
    "OptionB": "They can distort the line",
    "OptionC": "They improve accuracy",
    "OptionD": "They are always removed",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Statistics Practice Test",
    "Content Type": "Multiple Choice",
    "Title": "Impact of Outliers",
    "Item": 6,
    "Type": "multiple choice",
    "Path": "Statistics/Outliers"
  },
  {
    "Question": "What is the range of values for a correlation coefficient?",
    "Answer": "C",
    "Explanation": "The correlation coefficient ranges from -1 to 1, where -1 indicates a perfect negative correlation and 1 indicates a perfect positive correlation.",
    "PictureURL": "",
    "OptionA": "0 to 1",
    "OptionB": "-1 to 0",
    "OptionC": "-1 to 1",
    "OptionD": "0 to 100",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Statistics Practice Test",
    "Content Type": "Multiple Choice",
    "Title": "Correlation Coefficient Range",
    "Item": 7,
    "Type": "multiple choice",
    "Path": "Statistics/CorrelationCoefficientRange"
  },
  {
    "Question": "What type of relationship does a scatter plot with points forming a straight line indicate?",
    "Answer": "A",
    "Explanation": "A scatter plot with points forming a straight line indicates a linear relationship between the two variables.",
    "PictureURL": "",
    "OptionA": "Linear relationship",
    "OptionB": "Non-linear relationship",
    "OptionC": "No relationship",
    "OptionD": "Complex relationship",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Statistics Practice Test",
    "Content Type": "Multiple Choice",
    "Title": "Identifying Relationships in Scatter Plots",
    "Item": 8,
    "Type": "multiple choice",
    "Path": "Statistics/LinearRelationship"
  },
  {
    "Question": "Which of the following is NOT a characteristic of a scatter plot?",
    "Answer": "D",
    "Explanation": "A scatter plot does not show categorical data; it is used for quantitative data.",
    "PictureURL": "",
    "OptionA": "Displays data points",
    "OptionB": "Shows relationships",
    "OptionC": "Can indicate trends",
    "OptionD": "Shows categorical data",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Statistics Practice Test",
    "Content Type": "Multiple Choice",
    "Title": "Characteristics of Scatter Plots",
    "Item": 9,
    "Type": "multiple choice",
    "Path": "Statistics/ScatterPlotCharacteristics"
  },
  {
    "Question": "What is the first step in creating a scatter plot?",
    "Answer": "A",
    "Explanation": "The first step in creating a scatter plot is to collect and organize the data for the two variables you want to compare.",
    "PictureURL": "",
    "OptionA": "Collect and organize data",
    "OptionB": "Draw the axes",
    "OptionC": "Plot the points",
    "OptionD": "Calculate the correlation",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Statistics Practice Test",
    "Content Type": "Multiple Choice",
    "Title": "Creating a Scatter Plot",
    "Item": 10,
    "Type": "multiple choice",
    "Path": "Statistics/CreatingScatterPlot"
  },
  {
    "Question": "What does a scatter plot with a wide spread of points indicate?",
    "Answer": "B",
    "Explanation": "A wide spread of points in a scatter plot indicates a weak correlation between the two variables.",
    "PictureURL": "",
    "OptionA": "Strong correlation",
    "OptionB": "Weak correlation",
    "OptionC": "No correlation",
    "OptionD": "Perfect correlation",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Statistics Practice Test",
    "Content Type": "Multiple Choice",
    "Title": "Interpreting Scatter Plot Spread",
    "Item": 11,
    "Type": "multiple choice",
    "Path": "Statistics/ScatterPlotSpread"
  },
  {
    "Question": "Which statistical method is commonly used to find the line of best fit?",
    "Answer": "C",
    "Explanation": "The least squares method is commonly used to calculate the line of best fit by minimizing the sum of the squares of the residuals.",
    "PictureURL": "",
    "OptionA": "Median method",
    "OptionB": "Mode method",
    "OptionC": "Least squares method",
    "OptionD": "Range method",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Statistics Practice Test",
    "Content Type": "Multiple Choice",
    "Title": "Finding the Line of Best Fit",
    "Item": 12,
    "Type": "multiple choice",
    "Path": "Statistics/LineOfBestFitMethod"
  },
  {
    "Question": "What is the main advantage of using a scatter plot?",
    "Answer": "A",
    "Explanation": "The main advantage of using a scatter plot is that it visually represents the relationship between two variables, making it easier to identify trends.",
    "PictureURL": "",
    "OptionA": "Visual representation of relationships",
    "OptionB": "Shows exact values",
    "OptionC": "Calculates averages",
    "OptionD": "Displays categorical data",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Statistics Practice Test",
    "Content Type": "Multiple Choice",
    "Title": "Advantages of Scatter Plots",
    "Item": 13,
    "Type": "multiple choice",
    "Path": "Statistics/ScatterPlotAdvantages"
  },
  {
    "Question": "In a scatter plot, what does clustering of points suggest?",
    "Answer": "B",
    "Explanation": "Clustering of points in a scatter plot suggests a potential relationship or correlation between the variables.",
    "PictureURL": "",
    "OptionA": "No relationship",
    "OptionB": "Potential correlation",
    "OptionC": "Random distribution",
    "OptionD": "Outliers",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Statistics Practice Test",
    "Content Type": "Multiple Choice",
    "Title": "Interpreting Clusters in Scatter Plots",
    "Item": 14,
    "Type": "multiple choice",
    "Path": "Statistics/ScatterPlotClusters"
  },
  {
    "Question": "What is the significance of the slope in the line of best fit?",
    "Answer": "C",
    "Explanation": "The slope of the line of best fit indicates the direction and strength of the relationship between the two variables.",
    "PictureURL": "",
    "OptionA": "It shows the average value",
    "OptionB": "It indicates the y-intercept",
    "OptionC": "It indicates the relationship strength",
    "OptionD": "It shows the total number of points",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Statistics Practice Test",
    "Content Type": "Multiple Choice",
    "Title": "Understanding the Slope",
    "Item": 15,
    "Type": "multiple choice",
    "Path": "Statistics/SlopeOfLine"
  }
]