Q ElementContains the question that is presented to the user. Syntax<Q>q</Q> AttributesNone. PlacementThe Q element must be a child of the QUESTION element. ChildrenNo children are supported within the Q element. RemarksThe question can contain HTML tags, using proper XML notation. Examples<QUESTION> <Q>What is the answer?</Q> <ANSWER>Not this.</ANSWER> <ANSWER>Not this either.</ANSWER> <ANSWER CORRECT="1">This.</ANSWER> </QUESTION> The following question will be displayed as: <Q>Is that your <i>final</i> answer?</Q> |