Scenario 2


Your Code
rawScore = numberCorrect / totalQuestions;

// Set the raw score
SetValue ("cmi. . ", rawScore);

Code Example
rawScore = numberCorrect / totalQuestions;

// Set the raw score
SetValue ("cmi.score.raw", rawScore);