Scenario 6
Your Code
- Complete the get value method for the raw score:
//retrieve the stored raw score
GetValue ("cmi.score.")
- Complete the get value method for the scaled score:
//retrieve the stored scaled score
( "cmi..");
Code Example
- Complete the get value method for the raw score:
//retrieve the stored raw score
GetValue ("cmi.score.raw")
- Complete the get value method for the scaled score:
//retrieve the stored scaled score
GetValue( "cmi.score.scaled");