Scenario 2


Your 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", " ");

Code Example
  1. Identify the dot-notation if the Completion Status is not attempted:
    SetValue("cmi.completion_status", "not attempted");
  2. Identify the dot-notation if the Completion Status is completed:
    SetValue("cmi.completion_status", "completed");