That's why I passed "options" as an Observe, so the string 'a' will be inside an Observe like the string 'c' is inside 'b' and therefore triggers.
vcTest.options is an Observe in this example.
But your scope for this type of binding starts "inside" of this.options as the sentence states: "Values inside {NAME} . . .".
My misunderstanding.