成绩百分比计算器 — 公式
How Grade Curves Work
Flat Curve
Add a fixed number of points: Curved = Raw + PointsSquare Root Curve
Curved = sqrt(Raw / 100) x 100 Benefits lower scores more than higher scores.Highest Score = 100
Curved = Raw + (100 - Highest Score) Everyone gets the same boost.计算示例
Raw score of 68%, flat curve of 10, class high of 92%.
- Flat curve: 68 + 10 = 78%
- Square root: sqrt(0.68) x 100 = 82.5%
- Highest=100: 68 + (100 - 92) = 76%