Calculadora de Alinhamento com Padrões — Formula
## 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)
- 5: Exemplary
- 4: Proficient
- 3: Developing
- 2: Beginning
- 1: Not yet meeting standard
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)
- 5: Exemplary
- 4: Proficient
- 3: Developing
- 2: Beginning
- 1: Not yet meeting standard
Exemplo Resolvido
Four criteria (weights 25, 25, 30, 20) scored 4, 3, 5, 4 on a 5-point scale.
- Weighted sum: 4x25 + 3x25 + 5x30 + 4x20 = 100 + 75 + 150 + 80 = 405
- Max possible: 5 x (25+25+30+20) = 5 x 100 = 500
- Total: 405 / 500 x 100 = 81.0%
- Weighted average: 405 / 100 = 4.05 out of 5