Initial Text after Multiple Choice

You CAN actually do it in the explain box of the same element.

initialText: when this.isSelected(1) "${this.choiceContent(1)}"
             when this.isSelected(2) "${this.choiceContent(2)}"
             when this.isSelected(3) "${this.choiceContent(3)}"
             otherwise ""
2 Likes