<question-answer> (Question and Answer) Description .email comment.
Changed in version 1.8.
Description
This element holds a single question and answer from an examination. The question is held in the embedded <question> element and the answer is held in the embedded <answer> element.
<exam>
  <para>Examination One (1 hour duration)</para>
  <question-answer>
    <question>...</question>
    <answer>...</answer>
  </question-answer>
  <question-answer>...</question-answer>
</exam>
Parent Elements
The elements listed below may directly contain this element. They are "parent" elements. Elements in referenced groups are included, up to two levels of group nesting.
Parent elements: <exam>
Model Diagram
The DTD model for this element:
--+(sequence)
  |  
 question  -- (elements)
  |  
 answer  -- (elements)
DTD Definition
The DTD contains the following element and attribute definitions (note that embedded links are to definitions within the DTD page of this guide):
<!ELEMENT question-answer                (question, answer)>
<!ATTLIST question-answer
               %a-group-CommonIDAttrs;>
.
Defined in DTD section Block-level Content : Exams
General Attributes (shared with other elements)
Common Optional ID Attributes (a-group-CommonIDAttrs)