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