Scenario 1

In this example, the learner is required to know the rules of baseball. The first Sharable Content Object (SCO), SCO 1, is determined "passed" if the learner answers all 10 pre-test questions correctly. If the learner scores anything less than a 10, then the SCO is considered "failed."

3 squares that represent 3 SCOs. SCO 1 is Baseball Pre-Test. SCO 2 is Baseball Rules. SCO 3 is Baseball Post-Test. If learners pre-test socre = 10 then the SCO is passed.  If learners pre-test is less than 10 then the SCO is failed. If the learner does not finish the pre-test then the score is unknown.
  1. Identify the dot-notation if the Success Status is passed:
    SetValue("cmi.success_status", " ");
  2. the dot-notation if the Success Status is failed:
    SetValue("cmi.success_status", " ");
  3. Identify the dot-notation if the Success Status is unknown:
    SetValue("cmi.success_status", " ");
Click after completing the code.