Goal section calculation

Goal weights must be specified when the goal is created or during the appraisal process. The manager cannot complete an appraisal until all rated goals have weights. The total goal weights do not have to equal 100.

  1. Each goal score is calculated with this formula to form the equivalent level against the overall rating scale levels and multiplied by its weight.
    Normalized Score = (1 + ((Score - 1) * (Overall Rating Scale Levels - 1)) / (Goal Rating Scale Levels - 1))
  2. The resulting scores are added together then divided by the total of the weights.
  3. The resulting score is the goal section score to display on the appraisal summary (in text and graph).

Example

Score Rating scale Goal weight Linear calculation Weighted score Total goal weight
Goal 1 2 6 20 (1+((2-1)*(5-1))/(6-1))=1.80 1.80*20=0.360
Goal 2 5 6 30 (1+((5-1)*(5-1))/(6-1))=4.20 4.20*30=1.260
20 + 30 = 50
Goal section score

((0.360 + 1.260) / 50)

= 3.24