Scenario 5
Your Code:
- Give the interaction a unique id:
SetValue("cmi.interactions.4.
",
"
");
Specify what type of interaction you are tracking:
SetValue("cmi.interactions.4.
",
"
");
- Identify the dot-notation for the correct response:
SetValue("cmi.interactions.4.
.0.
",
"
");
Code Example:
- Give the interaction a unique id:
SetValue("cmi.interactions.4.
id",
"NUM-RMD_AGE");
Specify what type of interaction you are tracking:
SetValue("cmi.interactions.4.
type",
"numeric");
- Identify the dot-notation for the correct response:
SetValue("cmi.interactions.4.
correct_response.0.
pattern",
"70.5[:]70.5");