Scenario 2

This scenario shows a five-question quiz in which the learner must answer all five questions for the assessment to be considered completed. Until the fifth question is answered and the submit button is clicked, the SCO is considered not attempted. An image of a SCO that has five squares, each one representing one question. The last square has a submit button.

Complete the following code:

  1. Identify the dot-notation if the Completion Status is not attempted:
    SetValue("cmi.completion_status", " ");
  2. Identify the dot-notation if the Completion Status is completed:
    SetValue("cmi.completion_status", " ");
Click Submit after you complete exercises 3-4.