Scenario 2

Multiple Choice

The color of the sky is
Green    Brown    Blue    None of the Above
The naming convention for the interaction is "MC-sky_is_blue."
The correct answer is Blue.

  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.", "");

Click Submit after you complete exercises 5-7.