Probability in a Quantitative Reasoning Course
Statistical inference
-
Hypothesis testing
-
Estimating reliability
-
Interpreting assessment data
-
Educational decision-making
In teacher education (B.Ed), this helps future teachers:
-
Analyse exam scores scientifically
-
Detect bias in test items
-
Estimate measurement error
-
Interpret student performance objectively
Let’s now focus only on SPSS and keep it very simple, step by step, for a B.Ed Quantitative Reasoning/assessment context.
Analysing Test Scores in SPSS Step by Step
Suppose you have students’ exam scores and want to check:
Average score
Score distribution (normality)
Reliability of the test
Step 1: Enter Data
Open SPSS.
Go to Variable View → Create variables:
StudentID→ numericScore→ numeric
- Go to Data View → Enter students’ scores.Example:
| StudentID | Score |
|---|---|
| 1 | 65 |
| 2 | 70 |
| 3 | 55 |
| 4 | 80 |
| 5 | 60 |
Step 2: Check Descriptive Statistics
Click Analyse → Descriptive Statistics → Descriptives
Select the variable
Score→ move to the right boxClick Options → check Mean, Std. Deviation, Minimum, Maximum → Click OK
✅ Statistical Package for Social Sciences (SPSS) will show average score, standard deviation, and range.
Mean → average score
Std. Deviation → how spread out scores are
Step 3: Check Normal Distribution
Click Analyse → Descriptive Statistics → Explore
Move
Scoreto Dependent ListClick Plots → Check Normality plots with tests → Click Continue → OK
✅ SPSS will give:
Histogram → bell-shaped curve
Q-Q Plot → shows if data is normal
Shapiro-Wilk test → p-value tells if data is normal (p > 0.05 → approximately normal)
Step 4: Check Test Reliability (Cronbach’s Alpha)
If your test has multiple items/questions, create one variable per item. Example:
| StudentID | Q1 | Q2 | Q3 | Q4 |
|---|---|---|---|---|
| 1 | 1 | 1 | 0 | 1 |
| 2 | 1 | 0 | 1 | 1 |
| 3 | 0 | 1 | 1 | 0 |
Click Analyse → Scale → Reliability Analysis
Move all item variables (Q1, Q2, Q3, Q4) to Items box
Click Statistics → check Scale if item deleted, Item-total correlation → Click Continue → OK
✅ SPSS will show Cronbach’s Alpha:
α ≥ 0.7 → test is reliable
α < 0.7 → test may need improvement
Step 5: Interpret Results
Average score & SD → see class performance
Normality check → see if scores are fairly distributed
Reliability (Cronbach’s Alpha) → see if the test is consistent
Example interpretation for a B.Ed teacher:
Mean = 65, SD = 10 → most students around average
Histogram is bell-shaped → scores are normal
Cronbach’s Alpha = 0.82 → test is reliable
✅ Tip for B.Ed Students: SPSS lets you analyse scores quickly, understand average performance, test fairness, and reliability, which helps make teaching decisions scientifically.

Comments