Scenario 5

Numeric

On a storyboard, you run across an interaction labeled "NUM-RMD_AGE" which poses the following question:

At what age must Individual Retirement Account (IRA) holders take the Required Minimum Distribution (RMD) from their accounts to avoid an Internal Revenue Service (IRS) penalty of 50% on the distribution?

The correct answer is 70 1/2.

  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.",
    "");
Click Submit after you complete exercises 15-17.