Scenario 1

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