<conclusion>
<conclusion> groups concluding content without adding a heading,
numbering, or any other visible chrome. Its primary use is inside a sectional
component whose asList attribute is true — most commonly
<problems> or <exercises> —
because in that case ordinary prose children are silently dropped,
and a <conclusion> is one of the few non-sectional children
that still renders.
Attributes and Properties
Attributes for <conclusion>
Scoring (9)
aggregateScoresboolean. Default value: false. Whether to aggregate scores of scored descendants into a section credit-achieved value.
colorCorrectnessboolean. Default value: false. Whether to color-code answers in this section based on correctness.
displayDigitsForCreditAchievedinteger. Default value: 3. Number of significant digits to display for the section's credit achieved value.
forceIndividualAnswerColoringboolean. Default value: false. Whether to force per-answer color-correctness even when section-wide check work is enabled.
sectionWideCheckWorkboolean. Default value: false. Whether to show a single section-wide check-work button instead of per-answer buttons.
showCorrectnessboolean. Default value: false. Whether to display correctness indicators for answers in this section.
submitLabeltext. Default value: Check Work. Label for the section-wide submit button when correctness is shown.
submitLabelNoCorrectnesstext. Default value: Submit Response. Label for the section-wide submit button when correctness is not shown.
weightnumber. Default value: 1. Relative weight of this section when aggregated by an enclosing scored section.
Common to all components (9)
copyreference. Create an independent copy of another component by reference. Enter a references a $name.
disabledboolean. Default value: false. Whether this component is disabled and cannot be interacted with.
extendreference. Extend another component by reference, inheriting its children and attributes. Enter a reference as $name.
fixedboolean. Default value: false. Whether this component's value is fixed and cannot be modified.
fixLocationboolean. Default value: false. Whether this component's location is fixed (preventing it from being moved while still allowing other modifications).
hideboolean. Default value: false. Whether to hide this component from the rendered output.
isResponseboolean. Default value: false. Whether this component is treated as a response for the purposes of assessment.
nametext. The name used to reference this component from elsewhere in the document.
styleNumberinteger. Default value: 1. The style number used to select this component's visual styling from the available style definitions.
Properties for <conclusion name="c">
Scoring (6)
$c.aggregateScoresboolean. Whether scores of scored descendants are aggregated into this section's credit value.
$c.displayDigitsForCreditAchievedinteger. Number of significant digits to display for the section's credit achieved value.
$c.sectionWideCheckWorkboolean. Whether to show a single section-wide check-work button instead of per-answer buttons.
$c.submitLabeltext. Label for the section-wide submit button when correctness is shown.
$c.submitLabelNoCorrectnesstext. Label for the section-wide submit button when correctness is not shown.
$c.weightnumber. Relative weight of this section when aggregated by an enclosing scored section.
Other (6)
$c.creditAchievednumber. Aggregate credit achieved (between 0 and 1) for scored descendants of this section.
$c.disabledboolean. Whether this component is disabled and cannot be interacted with.
$c.fixedboolean. Whether this component's value is fixed and cannot be modified.
$c.fixLocationboolean. Whether this component's location is fixed (preventing it from being moved while still allowing other modifications).
$c.percentCreditAchievednumber. Aggregate credit achieved as a percentage (between 0 and 100).
Common to all components (4)
$c.doenetMLtext. The DoenetML source code that produced this component.
$c.hideboolean. Whether to hide this component from the rendered output.
$c.isResponseboolean. Whether this component is treated as a response for the purposes of assessment.
$c.styleNumberinteger. The style number used to select this component's visual styling from the available style definitions.
Examples
Example: <conclusion> at the end of a <problems> list
The <conclusion> renders after the numbered list of
<problem>s. The same pattern works inside
<exercises> and any other sectional component
with asList="true".
Example: closing prose that needs to be wrapped
The bare-string closing line above is dropped because
<exercises> has asList="true" by default. Wrap it in a
<conclusion> to make it visible:
Example: <conclusion> as a named, referenceable container
Like any block container, a <conclusion> can be named and
referenced elsewhere in the document.