Scenario 1
Your Code
- Give the interaction a unique id:
SetValue("cmi.interactions.0.",
"");
- Specify what type of interaction you are tracking:
SetValue("cmi.interactions.0.",
"");
- Identify the dot-notation for the correct response:
SetValue("cmi.interactions.0.
.0.",
"");
Code Example
- Give the interaction a unique id:
SetValue("cmi.interactions.0.id", "TF-sky_is_blue");
- Specify what type of interaction you are tracking:
SetValue("cmi.interactions.0.type",
"true-false");
- Identify the dot-notation for the correct response:
SetValue("cmi.interactions.0.
correct_response.0.pattern",
"true");