Scenario 1

You are asked to program a 5 question True/False quiz. The Sharable Content Object (SCO) will simply report the results back to the learner. Each question is worth 1 point, with a minimum of 0 points and a maximum of 5 points possible.

Complete the following code:

  1. Set the minimum score:
    SetValue("cmi.score.", "");
  2. Set the maximum score:
    SetValue("cmi.score.", "");
Click Submit after you complete exercises 1-2.