Curve Grade RechnerFormel

## How Grade Curves Work

### Flat Curve
Add a fixed number of points: **Curved = Raw + Points**

### Square 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.

Lösungsbeispiel

Raw score of 68%, flat curve of 10, class high of 92%.

  1. Flat curve: 68 + 10 = 78%
  2. Square root: sqrt(0.68) x 100 = 82.5%
  3. Highest=100: 68 + (100 - 92) = 76%