Scenario 5

An image of a SCO represented by four boxes each containing a step in the process. Step 1: Open Doc. Step 2: Print Preview Doc. Step 3: Click Print. Step 4: Retrieve From Printer.

In this scenario, the objective is for the learner to successfully print a Word document. To master this objective, the learner must complete a set of four steps.

If the learner completes Steps 1 through 4, then the progress measure for the objective is 1.0 (the progress measure aids in the determination of the completion status). If no steps were completed, then the progress measure for the objective is 0.

Based on the project requirements, it can be determined that each step completed returns a designated progress measure. For example, if the learner completes:

  • Step 1 then the progress measure is set to 0.25
  • Step 2 then the progress measure is set to 0.5
  • Step 3 then the progress measure is set to 0.75
  • Step 4 then the progress measure is set to 1.0

Note: This is just an example; progress measure values are determined by the project requirements.

Complete the code to set the progress measure at various determined points:

// Step one was determined to be completed, set the progress measure for the objective SetValue( "cmi.objectives.0. ", " " );

// Step two was determined to be completed, set the progress measure for the objective SetValue( "cmi.objectives.0. ", "0.50" );

// Step three was determined to be completed, set the progress measure for the objective SetValue( "cmi.objectives.0. ", " " );

// Step four was determined to be completed, set the progress measure for the objective SetValue( "cmi.objectives.0.progress_measure", " " );

Click after you complete the code.