Scenario 2
Your Code
- Identify the dot-notation if the Completion Status is not attempted:
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 not attempted:
SetValue("cmi.completion_status",
"not attempted");
- Identify the dot-notation if the Completion Status is completed:
SetValue("cmi.completion_status",
"completed");