Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
calculations [2017/01/10 15:06]
steveclarke
calculations [2017/01/10 15:21] (current)
steveclarke [Scaled Scoring]
Line 2: Line 2:
 ==== Scaled Scoring ==== ==== 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. 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) ) ) 
  
 {{:​scaledscore.png?​200|}} {{:​scaledscore.png?​200|}}