solution tag is used to reveal the
answer to a question presented to the reader. The
problem and optional
solution tags appear inside the exercise
tag to present a question or task and an answer, respectively,
to the reader.
This CNXML:
<exercise id="texas-exercise">
<problem id="texas-problem">
<para id="texas-problem-para">
What is the capital of Texas?
</para>
</problem>
<solution id="texas-solution">
<para id="texas-solution-para">
Austin is the capital of Texas.
</para>
</solution>
</exercise>
Results in this display:
solution can be useful for overriding the value of "print-placement" set
in exercise if the exercise has more than one solution.