<conclusion>
The <conclusion> tag holds the closing material of a structured
division. It commonly appears after <task> elements in
an <activity>, <exercise>, or
similar element, and can also close a larger division such as a chapter.
Use <conclusion> for wrap-up remarks, final instructions, or summary
observations that belong after the main body.
Syntax
Variants
There are 4 variants of <conclusion>.
Attributes
| Attribute | Required? | Values |
|---|---|---|
component = "…" | optional | string |
label = "…" | optional | string |
xml:id = "…" | optional | string |
xml:lang = "…" | optional | string |
Children
The following may appear as children:<activity> <algorithm> <aside> <assemblage> <assumption> <axiom> <biographical> <blockquote> <claim> <computation> <conjecture> <console> <convention> <corollary> <data> <definition> <example> <exercise> <exploration> <fact> <figure> <fragment> <heuristic> <historical> <hypothesis> <identity> <idx> <image> <insight> <investigation> <lemma> <list> <list-of> <listing> <note> <observation> <openconjecture> <openproblem> <openquestion> <p> <poem> <pre> <principle> <problem> <program> <project> <proof> <proposition> <question> <remark> <sage> <sbsgroup> <sidebyside> <table> <tabular> <technology> <theorem> <title> <video> <warning> Parents
This element may appear as an immediate child of the following elements:<appendix> <article> <chapter> <exercises> <reading-questions> <references> <section> <solutions> <subexercises> <subsection> <worksheet> Attributes
This tag has no attributes.Children
The following may appear as children:<aside> <biographical> <blockquote> <console> <figure> <historical> <image> <list> <listing> <p> <pre> <program> <sage> <sbsgroup> <sidebyside> <table> <tabular> <video> Parents
This element may appear as an immediate child of the following elements:<activity> <example> <exercise> <exploration> <investigation> <openconjecture> <openproblem> <openquestion> <problem> <project> <question> <task> Attributes
This tag has no attributes.Children
The following may appear as children:<aside> <biographical> <blockquote> <console> <historical> <image> <p> <pre> <program> <sbsgroup> <sidebyside> <tabular> <video> Parents
This element may appear as an immediate child of the following elements:<exercisegroup> Attributes
This tag has no attributes.Children
The following may appear as children:<blockquote> <console> <image> <p> <pre> <program> <tabular> <video> Parents
This element may appear as an immediate child of the following elements:<activity> <exercise> <exploration> <investigation> <list> <objectives> <outcomes> <project> <task> <webwork> Examples
<activity>
<title>Collecting data from a sample</title>
<task>
<statement>
<p>Measure the height of ten plants and record the data.</p>
</statement>
</task>
<conclusion>
<p>Compare your summary statistics with another group's data.</p>
</conclusion>
</activity><conclusion>
<p>This chapter's results will be used repeatedly in Part II.</p>
</conclusion>