Calculations

Scaled Scoring

Item Writing tracks two types of Candidate scores: raw scores and scaled scores. A raw score is a score without any sort of adjustment or transformation, such as the simple number of Items answered correctly. A scaled score is the results of some transformation applied to the raw score. The purpose of scaled scores is to report scores for all Candidates on a consistent scale.

Th scaled score is calculated using two different formulas based on the raw score. One formula is used if the Candidate is at or above the raw cut score. The other formula is used if the Candidate raw score is blow the raw cut score.

At or Above Raw Cut Score

(CandidateRaw - RawCut) * ( (ScaledMax - ScaledCut) / (RawMax - RawCut) ) + ScaledCut

Below Raw Cut Score

(ScaledCut-1) - ( ( (RawCut-1) - CandidateRaw) * ( ( (ScaledCut-1) - ScaledMin) / ( (RawCut-1)- RawMinScore) ) )