EDU312: EDUCATIONAL STATISTICS
ASSIGNMENT
------------------------------------------------------------
Q1. Explain how you will use Statistics to evaluate whether this
curriculum has been effective.
To determine whether the new mathematics curriculum has been effective after its
implementation, I will apply inferential statistics — specifically, a t-test for comparing
means.
Given:
- Before implementation: Mean = 72, SD = 8.5
- After implementation: Mean = 78, SD = 7.2
Steps:
1. State the hypotheses:
- H₀ (Null hypothesis): There is no significant difference in average scores before and after
the new curriculum.
- H₁ (Alternative hypothesis): There is a significant difference (an improvement) in
average scores after the new curriculum.
2. Select a test:
- If it’s the same group of students: Paired sample t-test.
- If it’s different groups of students: Independent sample t-test.
3. Calculate the t-value using the appropriate formula.
4. Determine the p-value using statistical software or a t-distribution table.
5. Compare p-value with significance level (0.05).
- If p < 0.05, reject H₀ and conclude the curriculum is effective.
- If p ≥ 0.05, fail to reject H₀.
6. Interpret results in the educational context.
Conclusion: If the t-test shows a significant improvement (p < 0.05), the new curriculum is
effective in improving students' mathematics performance.
Q2. Identify the scale of Measurement for each Educational variable,
explain your reason and discuss how the scale affects Statistical analysis.
Variable Scale Reason Effect on Statistical
Analysis
a. Students’ ID Nominal Unique identifier; Only frequencies
number no order or and percentages
quantitative computed.
meaning.
b. Rank (1st, 2nd, Ordinal Represents Median, mode,
3rd etc) position/order; percentiles; no
unequal differences. mean or SD.
c. IQ scores Interval Equal intervals; no Mean, SD,
true zero. correlation; no valid
ratio operations.
d. Number of Ratio True zero and equal All statistics
questions answered intervals. applicable: mean,
correctly SD, ratios, etc.
e. Letter grades (A, Ordinal Ordered categories; Mode, median, non-
B, C, D, E, F) unequal differences. parametric tests.
Q3a. Steps Involved in Calculating the Mean and Standard Deviation
Mean (Average):
1. Add all the scores together.
2. Divide the sum by the total number of scores (N).
Formula:
Mean (X̄ ) = ΣX / N
Standard Deviation (SD):
1. Find the mean.
2. Subtract the mean from each score.
3. Square each deviation.
4. Sum the squared deviations.
5. Divide by (N-1) for a sample.
6. Take the square root.
Formula (Sample SD):
SD = √(Σ(X - X̄ )² / (N - 1))
Example:
Scores: 10, 12, 15, 13, 10
- Mean = (10 + 12 + 15 + 13 + 10) / 5 = 12
- Deviations: (10-12) = -2, (12-12) = 0, (15-12)=3, (13-12)=1, (10-12)=-2
- Squared deviations: 4, 0, 9, 1, 4
- Sum = 18
- SD = √(18/4) = √4.5 ≈ 2.12
Q3b. Function of Label, Values, and Decimal in the Variable View of SPSS
Package
Feature Function
Label Provides a descriptive name for the
variable, making data easier to interpret.
Values Assigns numeric codes to categorical
variables (e.g. 1 = Male, 2 = Female).
Decimal Specifies the number of decimal places
displayed for numeric values in data view
and outputs.