Rubric Score Calculator Formula
Understand the math behind the rubric score calculator. Each variable explained with a worked example.
Formulas Used
Total Score (%)
total_pct = weighted_sum / (max_per_criterion * total_weight) * 100Weighted Average (raw)
weighted_avg = weighted_sum / total_weightMax Possible Points
max_possible_pts = max_per_criterion * total_weightVariables
| Variable | Description | Default |
|---|---|---|
criterion1_score | Criterion 1 Score | 4 |
criterion1_weight | Criterion 1 Weight | 25 |
criterion2_score | Criterion 2 Score | 3 |
criterion2_weight | Criterion 2 Weight | 25 |
criterion3_score | Criterion 3 Score | 5 |
criterion3_weight | Criterion 3 Weight | 30 |
criterion4_score | Criterion 4 Score | 4 |
criterion4_weight | Criterion 4 Weight | 20 |
max_per_criterion | Max Score per Criterion | 5 |
total_weight | Derived value= criterion1_weight + criterion2_weight + criterion3_weight + criterion4_weight | calculated |
weighted_sum | Derived value= criterion1_score * criterion1_weight + criterion2_score * criterion2_weight + criterion3_score * criterion3_weight + criterion4_score * criterion4_weight | calculated |
How It Works
How Rubric Scoring Works
A rubric assigns scores across multiple criteria, each potentially weighted to reflect its importance.
Formula
Total % = Sum(Score_i x Weight_i) / (Max Score x Sum of Weights) x 100
Scale Interpretation (on a 5-point rubric)
Worked Example
Four criteria (weights 25, 25, 30, 20) scored 4, 3, 5, 4 on a 5-point scale.
criterion1_score = 4criterion1_weight = 25criterion2_score = 3criterion2_weight = 25criterion3_score = 5criterion3_weight = 30criterion4_score = 4criterion4_weight = 20max_per_criterion = 5
- 01Weighted sum: 4x25 + 3x25 + 5x30 + 4x20 = 100 + 75 + 150 + 80 = 405
- 02Max possible: 5 x (25+25+30+20) = 5 x 100 = 500
- 03Total: 405 / 500 x 100 = 81.0%
- 04Weighted average: 405 / 100 = 4.05 out of 5
Ready to run the numbers?
Open Rubric Score Calculator