Scenario 3

Your Code:

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

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