![]()
|
User GuideNameresult — An outcome of a subject SynopsisContent Model(#PCDATA) Attributes
DescriptionThe result element describes the outcome or result of a subject. result often contains the letter or numeric grade awarded for an academic class. Parentsresult may be contained in these elements: subject Examples<subjects>
<subject>
<title>Math</title>
<result>A-</result>
</subject>
<subject>
<title>English</title>
<result>C</result>
</subject>
<subject>
<title>Science</title>
<result>B+</result>
</subject>
<subject>
<title>Spanish</title>
<result>B</result>
</subject>
|