Scenario 1


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

Code Example
  1. Identify the dot-notation if the Success Status is passed:
    SetValue("cmi.success_status", "passed");
  2. the dot-notation if the Success Status is failed:
    SetValue("cmi.success_status", "failed");
  3. Identify the dot-notation if the Success Status is unknown:
    SetValue("cmi.success_status", "unknown");