This is a subpage of http://wiki.oasis-open.org/dita/LearningSubcommittee. See the terms of use there.


Learning Assessment type - Details

Here is the current model:

<learningAssessment>

</learningAssessment>

Content elements needed to support a Learning Assessment

This Learning Assessment element...

Specializes from this generic topic element

learningAssessment

topic/topic

learningAssessmentMeta

topic/body

learningAssessmentBody

topic/body

learningAssessmentIntro

topic/body/section

learningAssessmentDuration

topic/body/section

learningAssessmentInteractions

topic/body/section

learningAssessmentSummary

topic/body/section

What these things mean

DTD Element Definitions (partial listing)

Note Some elements here are available from the generic topic, such as title, shortdesc, prolog. These can be included or not in learningAssessment, depending on our design decisions.

<!ELEMENT learningAssessment   (%title;, (%titlealts;)?, (%shortdesc;)?, (%prolog;)?, %learningAssessmentBody;,  (%related-links;)?, (%learningAssessment-info-types;)* )>
<!ATTLIST learningAssessment  id ID #REQUIRED
                            conref CDATA #IMPLIED
                            %select-atts;
                            outputclass CDATA #IMPLIED
                            xml:lang NMTOKEN #IMPLIED
                            DTDVersion CDATA #FIXED "&DTDVersion;"
                            domains CDATA "&included-domains;"
>

. . .

<!ELEMENT learningAssessmentBody   ((%section;)* ) >
<!ATTLIST learningAssessmentBody   %univ-atts;
                                 outputclass CDATA #IMPLIED
>

DTD specialization attributes for Learning Assessment topic

<!ATTLIST learningAssessment     %global-atts; class CDATA "- topic/topic learningAssessment/learningAssessment ">
<!ATTLIST learningAssessmentBody %global-atts; class CDATA "- topic/body learningAssessment/learningAssessmentBody ">

Example markup for a Learning Assessment topic

<learningAssessment id="testAssess">
<title>Certification Test</title>
<shortdesc>This is the first of four assessments providing network administration certification opportunity.</shortdesc>
<prolog>
<metadata><audience job="administering"></audience></metadata>
</prolog>
<learningAssessmentbody>
<intro>Network adminstration requires a working knowledge of some IEEE specifications.</intro>
<duration><timeValue>5 minutes</timeValue></duration> 
<interaction>
<p>Which one of the listed standards committees is responsible for developing the token ring specification?</p>
<ul>
<li>A: IEEE 802.3<xref href="remediateA.dita"></xref></li>
<li>B: IEEE 802.5<xref href="congratsB.dita"></xref></li>
<li>C: IEEE IEEE 802.6<xref href="remediateC.dita"></xref></li>
<li>D: IEEE IEEE 802.11<xref href="remediateD.dita"></xref></li>
</ul>
</interaction>
<summary>This concludes this section of the certification assessments.  Certification will require answering 80% of this
section's questions correctly.</summary>
</learningAssessmentbody>
<related-links><link conref="IEEElesson.dita"></link></related-links>
</learningAssessment>


Launch Points


LearningContent/LearningAssessmentTopicType/details (last edited 2009-08-12 18:02:45 by localhost)