Scenario 2

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