असाइनमेंट भार कैलकुलेटरसूत्र

## How Bell Curve Adjustment Works

The simplest curve adds a flat number of points to every score, shifting the entire distribution upward.

### Formula

**Points Added = Target Mean - Current Mean**

**Curved Score = min(Original Score + Points Added, Maximum)**

This preserves the spread and relative rankings while raising the average to the target. Scores are capped at the maximum to prevent exceeding 100%.

हल किया गया उदाहरण

Class average is 68, target is 78. A student scored 72 on a 100-point scale.

  1. Points added: 78 - 68 = 10
  2. Curved score: min(72 + 10, 100) = 82
  3. Percentage increase: 10 / 68 x 100 = 14.7%