Scenario 1
Your Code
- Identify the dot-notation if the Completion Status is incomplete:
SetValue("cmi.completion_status",
"");
- Identify the dot-notation if the Completion Status is completed:
SetValue("cmi.completion_status",
"");");
Code Example
- Identify the dot-notation if the Completion Status is incomplete:
SetValue("cmi.completion_status",
"incomplete");
- Identify the dot-notation if the Completion Status is completed:
SetValue("cmi.completion_status",
"completed");