Scenario 5

Your Code:

  1. Give the interaction a unique id:
    SetValue("cmi.interactions.4. ", " ");
  2. Specify what type of interaction you are tracking:
    SetValue("cmi.interactions.4. ", " ");
  3. Identify the dot-notation for the correct response:
    SetValue("cmi.interactions.4. .0. ",
    " ");
Code Example:

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