Scenario 3
Your Code:
- Give the interaction a unique id:
SetValue("cmi.interactions.2.
",
"
");
Specify what type of interaction you are tracking:
SetValue("cmi.interactions.2.
",
"
");
- Identify the dot-notation for the correct response:
SetValue("cmi.interactions.2.
.0.
",
"
");
Code Example:
- Give the interaction a unique id:
SetValue("cmi.interactions.2.id",
"FB-sky_is_blue");
Specify what type of interaction you are tracking:
SetValue("cmi.interactions.2.type",
"fill-in");
- Identify the dot-notation for the correct response:
SetValue("cmi.interactions.2.
correct_response.0.
pattern",
"{case_matters=true}blue");