Scenario 6


Your Code
  1. Complete the get value method for the raw score:
    //retrieve the stored raw score
    GetValue ("cmi.score. ")
  2. Complete the get value method for the scaled score:
    //retrieve the stored scaled score
    ( "cmi. . ");

Code Example
  1. Complete the get value method for the raw score:
    //retrieve the stored raw score
    GetValue ("cmi.score.raw")
  2. Complete the get value method for the scaled score:
    //retrieve the stored scaled score
    GetValue( "cmi.score.scaled");