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